peristance.xml:
| <persistence>
|
| <persistence-unit name="database"
transaction-type="RESOURCE_LOCAL">
| <jta-data-source>java:/MySqlDS</jta-data-source>
| <properties>
| <property name="hibernate.hbm2ddl.auto"
value="create-drop"/>
| <property name="hibernate.dialect"
value="org.hibernate.dialect.MySQLDialect"/>
| </properties>
|
|
| </persistence-unit>
|
|
|
| </persistence>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067461#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...