3 Replies Latest reply on Jan 7, 2003 9:13 AM by johnwatson

    Application Exception not passed to client

    johnwatson

      I am throwing my own application exception (derived from java.lang.Exception) from a method in a stateless session bean, using container transaction demarcation. I am using JBoss 3.2.0 beta 2. The exception does not seem to get passed by the container to the client. As far as I can make out from the EJB 2.0 spec, an application exception should eventually get passed to the client in all circumstances. What have I missed?