INF « Jar « JPA Q&A





1. Ehcache Distributed RMI Transfers list of JARs under WEB-INF/lib on every sync    stackoverflow.com

I have set up a web application that uses Hibernate 2nd. Level cache and Ehcache using the instructions in http://ehcache.org/documentation/distributed_caching_with_rmi.html. The web application is deployed in two different Tomcat ...

2. META-INF/orm.xml ignored in jar    forum.hibernate.org

I would like to package some entity classes into a jar that also contains a mapping file. The structure is this: Code: ***** claimStatus.jar com fs ClaimStatus.class META-INF orm.xml ***** I have tried to include ...

3. What jar required in WEB-INF/lib ?    forum.hibernate.org

Are are using Tomcat 4.1.27 and Oracle 8 and are developing servlet based applications. We have lots of apps that share the base set libraries (JARs). We classically put our library jars (this includes Oracle, Tapestry, etc.) in /shared/lib (plus the Oracle jar goes in /common/lib). After much experimentation, I finally determined that hibernate2.jar MUST live in /webapps//WEB-INF/lib -- it cannot ...