Hi
I have this problem, i have to build a new finder called findByAccount(
String account,String cliente) but i'm not able to build the where clause. I write this:
T1.ACCOUNT = ?1 AND T1.CLIENTE = ?2
but when server run i have this error:
RemoteException occurred in server
thread; nested exception is: com.ibm.ejs.persistence.EJSPersistenceException: find failed:; nested exception is: com.jnetdirect.jsql.p: Line 1: Incorrect syntax near '1'.
Roberto