I've run into this problem with the hibernate config file see https://community.jboss.org/wiki/HibernateCoreMigrationGuide36
The namespace has changed to http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd On Fri, Feb 7, 2014 at 2:54 PM, Howard Lewis Ship <[email protected]> wrote: > :tapestry-hibernate-core:test > [WARN] DTDEntityResolver HHH000223: Recognized obsolete hibernate namespace > http://hibernate.sourceforge.net/. Use namespace > http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration > Guide! > [WARN] ConnectionProviderInitiator HHH000022: c3p0 properties were > encountered, but the > org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider > provider class was not found on the classpath; these properties are going > to be ignored. > [INFO] HibernateSessionSourceTest Hibernate startup: 298 ms to configure, > 967 ms overall. > [INFO] HibernateSessionSourceTest Configured Hibernate entities: (none) > [WARN] DTDEntityResolver HHH000223: Recognized obsolete hibernate namespace > http://hibernate.sourceforge.net/. Use namespace > http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration > Guide! > [WARN] ConnectionProviderInitiator HHH000022: c3p0 properties were > encountered, but the > org.hibernate.service.jdbc.connections.internal.C3P0ConnectionProvider > provider class was not found on the classpath; these properties are going > to be ignored. > [INFO] HibernateSessionSourceTest Hibernate startup: 65 ms to configure, > 312 ms overall. > [INFO] HibernateSessionSourceTest Configured Hibernate entities: > org.example.app0.entities.User > > Tapestry Hibernate Internal APIs > > > org.apache.tapestry5.internal.hibernate.HibernateTransactionDecoratorImplTest.checked_exception_will_commit_transaction > FAILED > java.lang.RuntimeException at > HibernateTransactionDecoratorImplTest.java:153 > Caused by: java.io.IOException at > HibernateTransactionDecoratorImplTest.java:153 > > Tapestry Hibernate Internal APIs > > > org.apache.tapestry5.internal.hibernate.HibernateTransactionDecoratorImplTest.runtime_exception_will_abort_transaction > FAILED > java.lang.RuntimeException at > HibernateTransactionDecoratorImplTest.java:124 > Caused by: java.io.IOException at > HibernateTransactionDecoratorImplTest.java:124 > > Tapestry Hibernate Internal APIs > > > org.apache.tapestry5.internal.hibernate.HibernateTransactionDecoratorImplTest.undecorated > FAILED > java.lang.RuntimeException at > HibernateTransactionDecoratorImplTest.java:63 > Caused by: java.io.IOException at > HibernateTransactionDecoratorImplTest.java:63 > > Tapestry Hibernate Internal APIs > > > org.apache.tapestry5.internal.hibernate.HibernateTransactionDecoratorImplTest.void_method > FAILED > java.lang.RuntimeException at > HibernateTransactionDecoratorImplTest.java:80 > Caused by: java.io.IOException at > HibernateTransactionDecoratorImplTest.java:80 > > Tapestry Hibernate Internal APIs > > > org.apache.tapestry5.internal.hibernate.HibernateTransactionDecoratorImplTest.void_method_with_param > FAILED > java.lang.RuntimeException at > HibernateTransactionDecoratorImplTest.java:98 > Caused by: java.io.IOException at > HibernateTransactionDecoratorImplTest.java:98 > > 11 tests completed, 5 failed > :tapestry-hibernate-core:test FAILED > > FAILURE: Build failed with an exception. > > > Thiago: I think these are related to your changes. Please look into it if > you can, and get back to me quickly if you are not able to look into it, > and I will. > > -- > Howard M. Lewis Ship > > Creator of Apache Tapestry > > The source for Tapestry training, mentoring and support. Contact me to > learn how I can get you up and productive in Tapestry fast! > > (971) 678-5210 > http://howardlewisship.com >
