• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Finder Websphere

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic