2 Replies Latest reply on Nov 12, 2009 11:18 PM by jeanluc

    Behaviour of calls to @Asynchronous methods within an SSB?

    jeanluc

      I am curious... if within an SSB the code calls an @Asynchronous method within the same class but declared in the business interface, when the asynchronous call is made, is it made to the bean object (thus bypassing all J2EE interceptors) or is it treated as if it were an EJB client? It obviously matters for transaction, security and so on.


      Thanks.