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

Category: JBossCMP
Group: v2.4 (stable)
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Alexei Yudichev (sflexus)
Assigned to: Nobody/Anonymous (nobody)
Summary: EJBException in custom finder is lost

Initial Comment:
When custom finder in CMP bean throws EJBException it 
has been rethrowed by container as:

javax.ejb.FinderException: Unable to initialize finder 
implementation: <finder impl name here>

But original EJBException stack trace is lost so we 
have much less informative stack trace and message.



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

>Comment By: Scott M Stark (starksm)
Date: 2002-04-27 15:35

Message:
Logged In: YES 
user_id=175228

Custom finder exceptions are logged before being thrown as 
FinderException since FinderException does not support 
nested exceptions.

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

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

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

Reply via email to