There is an easy workaround, use:
<persistence:entity-manager-factory name="myPersistenceUnit"/>
|
| <persistence:managed-persistence-context name="entityManager"
auto-create="true" entity-manager-factory="#{myPersistenceUnit}"/>
in components.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179345#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...