Testing webapp Struts with Hibernate
I'm trying to test webapp Struts with Hibernate on Stax.To do this I download:- hibernate-distribution-3.3.1.G- hibernate-annotations-3.4.0.GA- slf4j-1.5.6- apache-log4j-1.2.15I add all needed (I hope) .jar in WEB-INF/lib:- antlr-2.7.6.jar- commons-collections-3.1.jar- commons-logging-1.0.4.jar- dom4j-1.6.1.jar- dom4j.jar- ejb3-persistence.jar- freemarker-2.3.8.jar- hibernate-annotations.jar- hibernate-commons-annotations.jar- hibernate-core.jar- hibernate3.jar- javassist-3.4.GA.jar-…See More
