I get these messages in my application:
Quote:
325322 ["http-bio-8081"-exec-6] WARN org.hibernate.util.JDBCExceptionReporter - SQL Error: 1062, SQLState: 23000
325322 ["http-bio-8081"-exec-6] ERROR org.hibernate.util.JDBCExceptionReporter - Duplicate entry '6-27-29-31-36-45' for key 'nr1'
but I can't stop them putting this in log4j.properties:
Quote:
log4j.logger.org.hibernate.util=FATAL,CONSOLE
Anyone knows how do I stop these messages using logging properties please?
EDIT:
I've also set:
Quote:
log4j.logger.org.hibernate=FATAL,CONSOLE
No success