is there a hibernate-cache provider available on JOnAS 5.2 ?
"Hans J. Prueller" <[email protected]> Fri, 04 Feb 2011 07:47:43 +0100
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Organization | LBS logics GmbH |
| Message-ID | <1296802063.2113.3.camel@kodos> |
Hi all, when I deploy my EAR using EJB3 / JPA with Hibernate as a persistence provider (which seems to be default in JOnAS anyway), I get a ClassNotFoundException when enabling "EhCache" as Hibernate-Cache-Provider for second level caching. Seems like per default, no cache provider is activated/enabled for hibernate persistence on JOnAS 5.2 ?? Did I overlook something / what do I have to do to enable caching for Hibernate Persistence? (simply putting EhCache-JAR into LIB/EXT ???) regards, Hans