And the xml content:
| <?xml version="1.0" encoding="UTF-8"?>
| <persistence version="1.0"
xmlns="http://java.sun.com/xml/ns/persistence">
| <persistence-unit name="manager">
| <jta-data-source>java:/DefaultDS</jta-data-source>
| <jar-file>persistence.jar</jar-file>
| <properties>
| <property name="hibernate" value="create-drop"/>
| </properties>
| </persistence-unit>
| </persistence>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144938#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...