[jboss-dev-forums] [Design of EJB 3.0] - Re: Add @ApplicationException to EJBContainer?
wolfc
do-not-reply at jboss.com
Thu Nov 22 06:25:56 EST 2007
+1 for uglyness :-)
catch(Exception e) {
| if(container.isApplicationException(e))
boolean isApplicationException(Exception e) {
| return deployment.isApplicationException(e);
| }
So the interesting code is in Ejb3Deployment and Ejb3DescriptorHandler.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107054#4107054
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107054
More information about the jboss-dev-forums
mailing list