Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:Hibernate3.0.5
I'm using hibernate3 on jboss-4.0.4RC1
It's hard to believe hibernate3 logging sql via STDOUT, but i see the following logging on both jboss console and log file, ie.
//hibernate3
INFO [STDOUT] Hibernate: select messages0_.CART_ENTRY_ID as CART2_1_, .....
I've played around log4j.xml to get rid of all
INFO [STDOUT] Hibernate: from console, no luck. Acctually i just want it behaves like hibernate2 - logging on debug level to show on log file only without showing on console.
//hibernate2
DEBUG [net.sf.hibernate.hql.QueryTranslator] SQL: select reservatio0_.....
Any ideas , thanks.