Version 1

    Hi!

     

    I invoke a local Method (updateArticle) on a StatelessSessionBean (article) from an other StatelessSessionBean (consumer). The method updateArticle throws a RuntimeException or a ApplicationException (rollback = true). Now I surround the methodcall updateArticle with try/catch. Is the transaction marked as rollback anyway?

     

    I dont use any other transactionattributes.

     

    Thanks.