1 Reply Latest reply on Jul 8, 2011 7:26 AM by manik

    Infinispan as JNDI service in Glassfish

    kbachl

      Hello,

       

      does anyone know how one can setup Infinispan as a JNDI service (aka: custom resource reference) in glassfish? Usually this could be done by exposing a Factory class for resource that implements javax.naming.spi.ObjectFactory, but only one I could find for infinispan is located in hibernate?!

       

      Reson I need this is that I want to deploy modeshape up onto infinispan and then service this to multiple webapps - however, as webapp startup is not definable, I need to make sure that my services (modeshape and infinispan) are up when needed.

       

      Best regards