Bugs item #516367, was opened at 2002-02-12 01:47
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=516367&group_id=22866

Category: JBossCMP
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Scott M Stark (starksm)
Assigned to: Nobody/Anonymous (nobody)
Summary: Custom finders are silently ignored

Initial Comment:
See the current 
org.jboss.test.perf.test.PerfStressTestCase unit test 
and its testClientSession method for the problem. This 
method creates 100 entity beans through a session, 
operates on them and then removes them. The removal 
code in the org.jboss.test.perf.ejb.SessionBean.remove
(int low, int high) method is querying the 
EntityHome.findInRange(min, max) custom multi-finder 
which is declared, but requires a jaws.xml definition 
and none is given. So JBossCMP just returns an empty 
collection instead of failing. This should either be 
caught on deployment or at runtime when the finder is 
used.

You can run the PerfStressTestCase using:
build.sh -
Dtest=org.jboss.test.perf.test.PerfStressTestCase one-
test 



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

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

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

Reply via email to