Re: [JBoss-user] Problems with EJB-QL in a finder method - 3.2.1

2003-06-26 Thread Alexey Loubyansky
If there is no exception, the query was executed successfully. alex Thursday, June 26, 2003, 2:24:11 AM, Marco Tedone wrote: MT Hi, I'm trying to use a finder method which I defined with EJB-QL: MT The signature is as follows: MT public java.util.Collection

[JBoss-user] Problems with EJB-QL in a finder method - 3.2.1

2003-06-25 Thread Marco Tedone
Hi, I'm trying to use a finder method which I defined with EJB-QL: The signature is as follows: public java.util.Collection findByEmailPassword(java.lang.String email, java.lang.String password) throws javax.ejb.FinderException; in the ejb-jar.xml file I have the following: query