xml « Jar « JPA Q&A





1. net/sf/hibernate/jca/hibernate-service.xml in hibernate2.jar    forum.hibernate.org

The Hibernate 2.1.4 version now comes with this file (net/sf/hibernate/jca/hibernate-service.xml) in hibernate2.jar I'm using JBoss 3.2.3 with no JCA service, and during the deployment of my application (I configured hibernate to run as jboss service, called hibernate.sar) the following error occurs: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.resource.connectionmanager.LocalTxConnectionManager . . . Caused by: javax.management.InstanceNotFoundException: jboss.jca:service=LocalTxCM,name=Hibernate Resource Adapter is not registered. It seems ...