Hi Not sure that's linked to arquillian, is your bean an EJB?
Are you sure it was not loaded by the wrong classloader (a common pitfall using embedded containers) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/10/28 Chris Owens <[email protected]>: > How can I configure Arquillian with the Tomee-embedded adapter to use > container-managed transactions? When I put > @TransactionalAttribute(TransactionAttributeType.REQUIRED) in a test class > or method, I get this warning: > > > > > I believe I've searched every possible bit of documentation and can't figure > out how to enable this. When I look at the the output of a dependency tree, > the following are present, which would lead me to believe that > container-managed transactions should be available: > > > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/HowTo-Container-managed-transactions-in-Arquillian-TomEE-Embedded-tp4665752.html > Sent from the OpenEJB Dev mailing list archive at Nabble.com.
