0 Replies Latest reply on Dec 12, 2011 12:58 PM by merzedes

    Berkeley DB not working???

    merzedes

      Dear,

       

      I'm trying to setup a simple cache based on Berkeley DB, using the following configuration file:

       

      <jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
                          xmlns="urn:jboss:jbosscache-core:config:3.2">
         <loaders>
           <loader class="org.jboss.cache.loader.bdbje.BdbjeCacheLoader" >
             <properties />
           </loader>
         </loaders>
      </jbosscache>
      
      

       

       

      All I'm getting is {code}org.jboss.cache.config.ConfigurationException: Unable to build interceptor chain"{code}.

       

      Why is this not working and what is missing?

       

      // Merzedes