list of jars in tomcat+jpa+hibernate -
i use tomcat 7, deployed there web application jpa , hibernate. jars should copied make work? deployment fails on "classnotfoundexception" or "incompatibleclasschangeerror".
i've got following jars:
antlr-2.7.6.jar
commons-collections-3.2.1.jar
dom4j-1.6.1.jar
hibernate-annotations.jar
hibernate-commons-annotations.jar
hibernate-entitymanager.jar
hibernate-jpa-2.0-api-1.0.0.final.jar javassist-3.4.ga.jar jta-1.1.jar
log4j.jar slf4j-api-1.5.2.jar
slf4j-log4j12.jar
the following files missing:
ejb3-persistence-1.0.2.ga.jar
hibernate-core-3.3.2.ga.jar
xml-apis-1.0.b2.jar
Comments
Post a Comment