Error added: 2008-06-08T15:37:20Z
Add RESOURCE_LOCAL to the persistence AND add non-jta-data-source EXAMPLE: <persistence-unit name=\"monkey\" transaction-type=\"RESOURCE_LOCAL\"> <non-jta-data-source>java:/DefaultDS</non-ta-data-source> <properties> <property name=\"hibernate.hbm2ddl.auto\" value=\"create-drop\" /> </properties> </persistence-unit>
Try adding: transaction-type=\"RESOURCE_LOCAL\" to the <persistence-unig> entry For Example: <persistence-unit name=\"HI_THERE\" transaction-type=\"RESOURCE_LOCAL\">
If you know the answer, please add your own solution below.
If you don't know, but find out later, please come back and share your answer - there will be other people
struggling with this too.
If you want to be notified via email when this is solved, enter your email address here: