You probably missed out posting the exception stacktrace.
Btw,
anonymous wrote : <persistence-unit name="default"
transaction-type="RESOURCE_LOCAL">
Since you are using a JTA datasource, you should be using transaction-type="JTA"
(not sure whether this might be the cause of the exception that you are seeing).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4142383#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...