4 Replies Latest reply on Aug 20, 2014 6:15 AM by varnull

    JPA Cache Store + Infinispan Server

    petterson.andrade

      I want create a JPA Cache store using a remote server.

       

      To connect in a Server using hotrod:

      Configuration config = new ConfigurationBuilder().addServer().host(SERVER_HOST).port(SERVER_PORT).build();

        rcm = new RemoteCacheManager(config);

        cache = rcm.getCache("default");

       

      Where I can configure my hibenate to know remote server?