Re: [JBoss-user] throwing custom exceptions in EJB with CMP (fixed it)

2002-03-07 Thread Dmitri Colebatch
y create > methods. > > Thank you very much for your time. :) > > -Todd > > -Original Message- > From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 07, 2002 3:59 PM > To: Todd Marshall; Jboss-User@Lists. Sourceforge. Net > Subject: Re:

RE: [JBoss-user] throwing custom exceptions in EJB with CMP (fixed it)

2002-03-07 Thread Todd Marshall
EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 3:59 PM To: Todd Marshall; Jboss-User@Lists. Sourceforge. Net Subject: Re: [JBoss-user] throwing custom exceptions in EJB with CMP unless I'm missing something obvious, what you're doing should (tm) work (o: if its a simple small examp

Re: [JBoss-user] throwing custom exceptions in EJB with CMP

2002-03-07 Thread Dmitri Colebatch
CTED]> To: "Dmitri Colebatch" <[EMAIL PROTECTED]>; "Jboss-User@Lists. Sourceforge. Net" <[EMAIL PROTECTED]> Sent: Friday, March 08, 2002 7:10 AM Subject: RE: [JBoss-user] throwing custom exceptions in EJB with CMP > FYI- I'm using jboss 2.4.4 w/ catial

RE: [JBoss-user] throwing custom exceptions in EJB with CMP

2002-03-07 Thread Todd Marshall
urceforge. Net Subject: Re: [JBoss-user] throwing custom exceptions in EJB with CMP you can throw exceptions from your interface methods, just add them to the interface and the implementing method's throws clauses. hth dim - Original Message - From: "Todd Marshall" <[EMAIL PR

Re: [JBoss-user] throwing custom exceptions in EJB with CMP

2002-03-07 Thread Dmitri Colebatch
OTECTED]> Sent: Thursday, March 07, 2002 9:53 PM Subject: [JBoss-user] throwing custom exceptions in EJB with CMP > Hey all- > I posted this to the forums with no response... > > In one of my EJBs I throw a custom exception. > > I'd like to be able to catch this e

[JBoss-user] throwing custom exceptions in EJB with CMP

2002-03-07 Thread Todd Marshall
Hey all- I posted this to the forums with no response... In one of my EJBs I throw a custom exception. I'd like to be able to catch this exception in my client jsp code, but instead of throwing my exception, an UndeclaredThrowableException is thrown with my exception nested in it. is there an