Hmm maybe I missed something what you called "bean" was your test class? you added @TransactionAttribute on you rtest class?
If so just replace it by @Transactional (from arquillian) 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]>: > 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.
