2 Replies Latest reply on Jun 7, 2013 1:27 AM by g9276012

    JBoss AS 7 ApplicationException Annotation problem

    g9276012

      hi,

       

      i got problem on EJB transaction. i declare a TransException with ApplicationException annotation. and i put this class on module which defined as a global-module.

      when EJB throw this TransException out of business method. the data would be rollback.

       

      but when i put this class inside EAR. then if EJB throw the TransException , its rollback well.

       

      anything i missed, if i have to put the ApplicationExceion class on global-module?

       

      many thx.