Ah, wrong data source type; I needed this:
| <persistence-unit name="my-project"
transaction-type="RESOURCE_LOCAL">
| <provider>org.hibernate.ejb.HibernatePersistence</provider>
| <non-jta-data-source>java:/my-projectDatasource</non-jta-data-source>
| <properties>
| ...
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059332#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...