Have you set show_sql to true in your hibernate configuration file? Looks like the SQLs
being generated by Hibernate are being written to logs. If you want to disable that, then
set show_sql (i guess that's the name of the property) to false in your hibernate
configuration file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109252#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...