[jboss-user] [JBoss Portal] - Re: WARN [LoadContexts] ?
chris.laprun@jboss.com
do-not-reply at jboss.com
Fri Oct 12 18:58:51 EDT 2007
These are just warnings issued by Hibernate. You can safely ignore them (they should be removed from newer version of Hibernate). See:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2795
If you don't want to see them anymore, please edit the jboss-log4j.xml file in your AS configuration conf directory:
<!-- Hibernate got a bit too verbose in JBoss AS 4.2.1.GA -->
| <category name="org.hibernate.engine.loading.LoadContexts">
| <priority value="ERROR"/>
| </category>
|
| <!-- JBoss Cache likes to talk a lot -->
| <category name="org.jboss.cache.interceptors.CacheLoaderInterceptor">
| <priority value="ERROR"/>
| </category>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094814#4094814
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094814
More information about the jboss-user
mailing list