[jboss-user] [EJB 3.0] - Re: How to deploy an EJB3 app in production ?
ALRubinger
do-not-reply at jboss.com
Mon Jan 29 15:31:39 EST 2007
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
More information about the jboss-user
mailing list