7 Replies Latest reply on Jul 4, 2013 3:36 AM by suikast42

    Deltaspike JPA Module for JTA Transactions,

    suikast42

      Hi all,

       

      since DeltaSpike doesn't have its own user forum, I'm writing here instead.

       

      I have a war project which is packaged in an  ear. But I can't activate the altervative BeanManagedUserTransactionStrategy. In debug mode I see that the TransactionalInterceptor inject allways the ResourceLocalTransactionStrategy bean.

       

      I add the ClassPathEntry in my manifest. But still the same.

       

      I have a workarround for this issue but it's not a clean solution. I copy the the Interceptior TransactionalInterceptor in my project. And use this in my beans xml.

       

       

      So how can I enable the altternative in a clean way ?