[jboss-jira] [JBoss JIRA] Created: (AS7-1612) using bundled-hibernate3 in AS7, hibernate logs are marked as ERROR, which should be INFO
Strong Liu (JIRA)
jira-events at lists.jboss.org
Mon Aug 22 10:20:17 EDT 2011
using bundled-hibernate3 in AS7, hibernate logs are marked as ERROR, which should be INFO
-----------------------------------------------------------------------------------------
Key: AS7-1612
URL: https://issues.jboss.org/browse/AS7-1612
Project: Application Server 7
Issue Type: Bug
Components: JPA / Hibernate
Reporter: Strong Liu
Assignee: Scott Marlow
09:59:38,860 ERROR [stderr] (MSC service thread 1-3) 1994 [MSC service thread 1-3] INFO org.hibernate.impl.SessionFactoryObjectFactory - Not binding factory to JNDI, no JNDI name configured
09:59:38,861 ERROR [stderr] (MSC service thread 1-4) 1994 [MSC service thread 1-4] INFO org.hibernate.impl.SessionFactoryObjectFactory - Not binding factory to JNDI, no JNDI name configured
09:59:38,867 ERROR [stderr] (MSC service thread 1-4) 2001 [MSC service thread 1-4] INFO org.hibernate.tool.hbm2ddl.SchemaExport - Running hbm2ddl schema export
09:59:38,874 ERROR [stderr] (MSC service thread 1-4) 2008 [MSC service thread 1-4] INFO org.hibernate.tool.hbm2ddl.SchemaExport - exporting generated schema to database
09:59:38,897 ERROR [stderr] (MSC service thread 1-3) 2031 [MSC service thread 1-3] INFO org.hibernate.tool.hbm2ddl.SchemaExport - Running hbm2ddl schema export
09:59:38,899 ERROR [stderr] (MSC service thread 1-3) 2032 [MSC service thread 1-3] INFO org.hibernate.tool.hbm2ddl.SchemaExport - exporting generated schema to database
--------------------------
all hibernate log are marked as ERROR, which should be INFO i think
how to reproduce:
sh build.sh clean install
cd testsuite/compat
mvn clean test -DallTests
cd target/jbossas/standalone/log
see server.log
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list