-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: Hibernate 2.1.6 + JBoss 4.0 + Java 5.0
PostPosted: Wed Jan 12, 2005 5:43 am 
Newbie

Joined: Tue Nov 16, 2004 11:22 am
Posts: 6
I'm currently using Hibernate 2.1.6 and Java 1.4.2.

Are there any problems with moving to Java 5.0?

(I'm also using MySQL 4.1.7)


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jan 12, 2005 7:40 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
I don't think so, but you should consider moving to Hibernate3, it works for sure :-)

_________________
Emmanuel


Top
 Profile  
 
 Post subject: Re: Hibernate 2.1.6 + JBoss 4.0 + Java 5.0
PostPosted: Tue Feb 08, 2005 3:19 pm 
Newbie

Joined: Sun Oct 03, 2004 9:00 am
Posts: 7
j.underwood wrote:
I'm currently using Hibernate 2.1.6 and Java 1.4.2.

Are there any problems with moving to Java 5.0?

(I'm also using MySQL 4.1.7)


Following exception is thrown when I try to deploy my EJB Jar bundle. It includes hiberanate jars in lib folder and all are listed in META-INF. hibernate.cfg.xml is in root of jar file. and contained specifically these entries:

Code:
<!-- Transaction API -->
<property name="transaction.factory_class">net.sf.hibernate.transaction.JTATransactionFactory
</property>
<property name="transaction.manager_lookup_class">
net.sf.hibernate.transaction.JBossTransactionManagerLookup
</property>



Following is the exception is thrown while deploying this package:

org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.resource.connectionmanager.LocalTxConnectionManager; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.resource.connectionmanager.LocalTxConnectionManager)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:143)
at org.jboss.system.ServiceController.install(ServiceController.java:200)
at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.