[JBoss-user] [EJB/JBoss] - Re: exception isn't caught

2005-08-13 Thread tremalnaik
You made te right assumption, I deployed a JAR file for EJBs and a WAR file for Servlets and JSP. The exceptions package is included in both. Thanks very much for your help. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3889881#3889881 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: exception isn't caught

2005-08-12 Thread tremalnaik
Debugging jboss code I see now that there is a moment in which the exception is embedded in a MBeanException. Is this useful to understand the cause of this strange behaviour? thanks, View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3889794#3889794 Reply to the

[JBoss-user] [EJB/JBoss] - Re: exception isn't caught

2005-08-12 Thread darranl
For JBoss 4.0.2 the classloading was changed so that web applications are isolated from other deployments. http://wiki.jboss.org/wiki/Wiki.jsp?page=402UpgradeIssues Have you packed your exception twice? Once in the war and once in the jar? If the exception is loaded by two classloaders it is