2 Replies Latest reply on Mar 1, 2012 10:39 AM by reschifl

    AS 7.1.0.Final RELEASE: Infinispan not visible

    reschifl

      Hello,

       

      I'm running an application on the JBoss AS using the integrated Infinispan cache.

      After a switch from a three weeks old AS 7.1.0.FINAL-SNAPSHOT to the RELEASE version, the Infinispan is no longer visible.

       

      There is no Infinispan section on the web admin console and the application is not able to recieve the cache injected as resource.

       

      My working SNAPSHOT configuration looks like this:

       

      {code:xml}

      <extensions>

        <extension module="org.jboss.as.clustering.infinispan"/>

        [...]

      </extensions>

      [...]

      <subsystem xmlns="urn:jboss:domain:infinispan:1.1" default-cache-container="hibernate">

        <cache-container name="myCache" default-cache="default">

          <local-cache name="default" batching="true">

              <eviction strategy="LRU"/>

          </local-cache>

        </cache-container>

      </subsystem>

      [...]

      {code}

       

      Where is my mistake?

       

      Regards,

      Lars

        • 1. Re: AS 7.1.0.Final RELEASE: Infinispan not visible
          ssilvert

          I can speak to the console part.  The management model for Infinispan was undergoing some major changes that broke the console.  So we removed it from the console in AS7.1.0 Final.  It will return in AS 7.1.1.

           

          Stan

          • 2. Re: AS 7.1.0.Final RELEASE: Infinispan not visible
            reschifl

            Hello Stan,

            Stan Silvert schrieb:

             

            I can speak to the console part.  The management model for Infinispan was undergoing some major changes that broke the console.  So we removed it from the console in AS7.1.0 Final.  It will return in AS 7.1.1.

             

            thank you for this info.

             

            How can check, if Infinispan has properly started?

             

            Browsing the JNDI entries on the web admin console, there is no entry for the configured cache.

             

             

            Regards,

            Lars