[jboss-user] [JCA/JBoss] - Re: java.lang.NoClassDefFoundError: net/sf/hibernate/Hiberna

2009-04-15 Thread rasa
Hope this is rt ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225597#4225597 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225597 ___ jboss-user mailing list

[jboss-user] [JCA/JBoss] - Re: java.lang.NoClassDefFoundError: net/sf/hibernate/Hiberna

2009-04-15 Thread vickyk
Why are non-jca things being discussed here? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225619#4225619 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225619 ___ jboss-user

[jboss-user] [JCA/JBoss] - Re: java.lang.NoClassDefFoundError: net/sf/hibernate/Hiberna

2009-04-15 Thread PeterJ
anonymous wrote : Why are non-jca things being discussed here? For one, I don't often look at which forum a question is in when i answer it (comes from answering the questions as they come into my inbox). Second, I doubt that most JBoss AS users could tell the difference between a question

[jboss-user] [JCA/JBoss] - Re: java.lang.NoClassDefFoundError: net/sf/hibernate/Hiberna

2009-04-10 Thread rasa
ok fine. Now i copied the 4 jar files back to lib direcotry. and as per the given link i am going to do like this in my newly created jboss-app.xml file. jboss-app |loader-repository |com.example:archive=hibernate2.jar |/loader-repository | loader-repository |

[jboss-user] [JCA/JBoss] - Re: java.lang.NoClassDefFoundError: net/sf/hibernate/Hiberna

2009-04-09 Thread rasa
Ok. Yes my application is using higernate2 any way i dnt have any plan to change my hibernate version. So i deleted the existing version 3 from the lib direcory and then copied the version 2. Is that will make any other issue. Thanks and Regards Rasa. View the original post :

[jboss-user] [JCA/JBoss] - Re: java.lang.NoClassDefFoundError: net/sf/hibernate/Hiberna

2009-04-09 Thread PeterJ
Do not replace the hibernate JAR file in the lib directory. I already told you how you could avoid changing your app - use a classloader repository. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4224719#4224719 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: java.lang.NoClassDefFoundError: net/sf/hibernate/Hiberna

2009-04-08 Thread PeterJ
The package names for Hibernate have changed - they are now org.hibernate instead of net.sf.hibernate. You will have to modify your applications and recompile them. Optionally, you could try defining a classloader repository and include the old hibernate JAR files with your app. See