1 Reply Latest reply on Mar 2, 2010 6:24 AM by galder.zamarreno

    Weblogic with JBossCache2

      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.