1 Reply Latest reply on Sep 18, 2007 1:12 PM by manik

    SharedStoreCacheLoader

    loumaus

      I try to configure jboss 4.2.0 enterprise with the ShareStoreCachLoader in the ejb3-entity-cache-service.xml. The startup fails with a Instantitation Exception.
      Is there any usable sample available for a proper usage of the ShareStoreCacheLoader classloader configuration ??

      thanks

        • 1. Re: SharedStoreCacheLoader
          manik

          Do you have a stack trace of the exception?

          The usage is pretty straightforward; just set the

          <shared>
          element to true in your configuration.

          Or are you referring to the SingletonStoreCacheLoader? If so, read the docs on the chapter on cache loaders - this contains examples.