Set the level for org.hibernate.type to TRACE as follows <category name="org.hibernate.type"> | <priority value="TRACE"/> | </category> |
More details can be found at http://opensource.atlassian.com/projects/hibernate/browse/HHH-2835 Also, if you look at the code in org.hibernate.type.NullableType, you will find that there is a check to see whether TRACE level logging is enabled. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121236#4121236 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121236 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
