Bugs item #437043, was opened at 2001-06-28 04:47
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=437043&group_id=22866

>Category: None
>Group: None
Status: Open
Resolution: Accepted
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Custom finder methods not executed

Initial Comment:
Custom finder methods "find<METHOD>" are not executed 
any more. Only "findBy<METHOD>" methods are executed 
this is not according to the specs. The is in
org.jboss.ejb.plugins.jaws.jdbc.JDBCFindEntitiesCommand
. Change:
< name.startsWith("ejbFindBy")
> name.startsWith("ejbFind")

----------------------------------------------------------------------

>Comment By: Christian Riege (lqd)
Date: 2002-02-21 11:49

Message:
Logged In: YES 
user_id=176671

Moving to "Bugs"; marking as 2.4 stable; this also exists in 3.0

----------------------------------------------------------------------

Comment By: Christian Riege (lqd)
Date: 2002-02-21 10:12

Message:
Logged In: YES 
user_id=176671

this is correct, see Section 8.3.2 of EJB 1.1 and Section
10.7.3 of EJB 2.0 spec respectively.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=437043&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to