+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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...