User development,
A new message was posted in the thread "Weblogic with JBossCache2":
http://community.jboss.org/message/527558#527558
Author : Ricardo Almeida
Profile :
http://community.jboss.org/people/rjsalmeida
Message:
--------------------------------------------------------------
Hi.
I'm trying to configure jboss cluster cache in weblogic but without sucess.
<property name="hibernate.cache.region.factory_class"
value="org.hibernate.cache.jbc2.JndiMultiplexedJBossCacheRegionFactory"/>
<property name="hibernate.cache.region.jbc2.cachefactory"
value="java:jbosscache"/>
<property name="hibernate.cache.region.jbc2.cfg.entity"
value="mvcc-entity"/>
<property name="hibernate.cache.region.jbc2.cfg.query"
value="local-query"/>
<property name="hibernate.cache.region_prefix"
value="myPU"/>
This is my persistence xml.
The error is Error Retriving Cache from JNDI.
I saw that I probably need to register a startup class under weblogic, however I only did
for Old implementation 1.4
The goal is to configure jboss cache in a weblogic clustered environment.
Can anyone help with this?
Best regards.
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/527558#527558