0 Replies Latest reply on Dec 3, 2004 6:53 AM by beyarecords

    ehcache - 11:37:35,009 WARN  [Plugin] Could not find configu

    beyarecords

      Hi,
      i'm running Jboss 4.0 and a getting the following message when Jboss is starting up:

      11:37:35,009 WARN [Plugin] Could not find configuration for test.Artist. Configuring using the defaultCache settings.
      


      I have placed my ehcache.xml.jar into the following directory:

      /server/default/lib

      my ehcache code is:

      <ehcache>
      
           <diskStore path="java.io.tmpdir"/>
      
           <defaultCache maxElementsInMemory="10000" eternal="false" timeToIdleSeconds="120" timeToLiveSeconds="120" overflowToDisk="true" diskPersistent="false" diskExpiryThreadIntervalSeconds="120" />
      
           <cache name="test.Artist" maxElementsInMemory="500" eternal="false" overflowToDisk="true" timeToIdleSeconds="300" timeToLiveSeconds="600" diskPersistent="true" diskExpiryThreadIntervalSeconds="1" />
      
      </ehcache>
      


      Why is hibernate saying it can't find the configuration?

      many thanks

      Andrew