Patches item #452047, was opened at 2001-08-17 06:34
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=452047&group_id=22866

Category: JBossCMP
Group: v2.5 Rabbit Hole (unstable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Stephen Lewis (stegro)
Assigned to: Nobody/Anonymous (nobody)
Summary: Incorrect key in knownFinderCommands

Initial Comment:
In JDBCFindEntitiesCommand.java, defined finders and 
automatic finders are keyed (in the 
knownFinderCommands HashMap) on their respective 
methods in the entity's home or local home interface. 
Custom finders are not -- they are keyed on 
the "ejbFind..." method in the bean implementation.

This means that although the custom finders are added 
into knownFinderCommands, they are never invoked.

This patch ensures that custom finders are keyed on 
the correct methods in an entity's home or local home 
interface.


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

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

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

Reply via email to