Have spent a while on this myself. The problem (for me at least) was that I I had enabled
JTA transactions in persistence.xml, but in components.xml I had configured use of the JPA
EntityTransaction API (which is for non-JTA environments) with the line:
<transaction:entity-transaction entity-manager="#{entityManager}" />
Removing this line fixed the problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144526#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...