0 Replies Latest reply on May 14, 2008 4:50 AM by zahra2towin

    Session bean and Interceptor's transaction

    zahra2towin

      Hi
      I have a session bean with an interceptor, in interceptor I have a method and it's Transaction Attribute set to "REQUIRED_NEW" but when an exception occured in the session bean method and causes the method be rolled back, In the Interceptor method "Inactive Transaction Exception" occurs.

      Is it true to use "REQUIRED_NEW" attribute in interceptor method or container ignore the attribute and use it's default attribute?

      thanks alot