If you're just looking for the SQL that was executed by Hibernate to make the tables, you can configure Log4J:
<!-- Show SQL Logs for Hibernate Schema Export --> | <category name="org.hibernate.tool.hbm2ddl.SchemaExport"> | <priority value="DEBUG" /> | </category> | <category name="org.hibernate.tool.hbm2ddl.SchemaUpdate"> | <priority value="DEBUG" /> | </category> S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007983#4007983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007983 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
