Re: [jBoss-User] Can I have 2 condition querry in theejbFindByxxx(String yy,String jj)

2001-02-28 Thread Tobias Frech
hi! Look into the documentation section on www.jboss.org: Manual -> Customizing JAWS -> Declaring finders That should help :-) Ciao, Tobias Indika Fernando wrote: > > hey all, > I am using jboss server and writting some BMP's, > I have this querry in my ejbFindByUserName(String userName,Strin

[jBoss-User] Can I have 2 condition querry in theejbFindByxxx(String yy,String jj)

2001-02-28 Thread Indika Fernando
hey all, I am using jboss server and writting some BMP's, I have this querry in my ejbFindByUserName(String userName,String password) "select userID from User where userName ="userName+"AND password="+passsword; but this doesnt work... I know that I can have 2 finder methods ,one to find the use