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.
