Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a problem with configuration with glassfish and hibernate. I'm using maven for hibernate and other dependicies in my project. I added jars in the glassfish/.../domain1/lib and project is sucesfully deployed and it's working. Problem is when I try to export project to other glassfish server. I have added jars into WEB-INF/lib, but when I try to run it, I get this error.

   java.lang.NoClassDefFoundError: org/hibernate/MappingException

Here is the list of jars:

     antlr-2.7.6.jar
     commons-collections-3.1.jar
     dom4j-1.6.1.jar
     hibernate-commons-annotations-3.2.0.Final.jar
     hibernate-core-3.6.7.Final.jar
     hibernate-jpa-2.0-api-1.0.1.Final.jar
     javassist.jar
     jms-1.1.jar
     jsr250-api-1.0.jar
     jta-1.1.jar
     log4j-1.2.16.jar
     mysql-connector-java-5.1.22.jar
     ojdbc14.jar
     slf4j-api-1.6.1.jar
     slf4j-log4j12-1.6.1.jar

Should there be another *.jar in the WEB-INF/lib? Cause the same ones I'm using in glassfish/lib and it works.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.