The class I'm testing is an EJB. The test class is not an EJB; it is annotated
I want some of the test methods to execute in a container managed transaction scope. If I try to make the test class itself into an EJB by adding the annotation Then I get this error -- View this message in context: http://openejb.979440.n4.nabble.com/HowTo-Container-managed-transactions-in-Arquillian-TomEE-Embedded-tp4665752p4665756.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.
