0 Replies Latest reply on Oct 27, 2007 2:20 PM by fangtianying

    May be it's a bug about exception wrapping

    fangtianying

      hi,

      env : JBoss 4.2.1GA with Sun JDK1.5 WindowsXP EJB3.0

      When SLSB A(transaction att:requried) calls SLSB B(transaction att:not supported) though B's local interface, and B throws a RuntimeException, then A will recieve just this very RuntimeException rather than a EJBException.
      I mean the EJB Container should wrap the rt. ex thrown by SLSB b to an EJBException, and then deliver the EJBException to it's caller - SLSB A.

      If this is a bug, please let me know, thanks. fangtianying@yahoo.cn