I am currently working on a Hibernate project. My current development setup has a rather long debug printout on startup, from alot of hibernate warnings. I would like to clean this up.
2009-02-18 09:14:19 org.hibernate.util.JDBCExceptionReporter logWarnings WARNING: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Changed language setting to us_english.
How do i fix this one? Google was unable to give me the answer
2009-02-18 09:14:19 org.hibernate.util.JDBCExceptionReporter logWarnings WARNING: SQL Warning: 0, SQLState:
This i dont understand. Can anyone explain?
2009-02-18 09:48:36 org.hibernate.util.JDBCExceptionReporter logWarnings WARNING: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Changed database context to 'bess_test'.
How do i specify the Database, to avoid this?