Hi again,

Now that I'm looking exceptions handling I will have a look on the recent
post from a colleague ;-)
http://www.nabble.com/exceptions-handling-with-Webservices-td19668275.html
http://www.nabble.com/exceptions-handling-with-Webservices-td19668275.html 

Jean-Louis


Jean-Louis MONTEIRO wrote:
> 
> Hi all,
> 
> I'm facing a problem with application exceptions handling in OpenEJB
> (trunk version).
> Just for information, it worked on previous version (3.0).
> 
> It's directly link with the point "14.2.1 Application Exception" from the
> last EJB 3.0 specification.
> The AnnotationDeployer (from the core module) does not include application
> exception (with ApplicationException annotation). 
> 
> I think the problem is more or less at line 429 because the test is always
> false (except when the application exception is declared in the
> ejb-jar.xml file).
> Should the test be ?
> if (assemblyDescriptor.getApplicationException(exceptionClass) == null) {
> 
> Kind regards,
> Jean-Louis
> 
> 
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Application-exception-handling-problem-tp19673820p19673861.html
Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Reply via email to