1 Reply Latest reply on Aug 28, 2019 4:33 AM by fstarred

    Can't init Infinispan EmbeddedCacheManager with JBOSS EAP 7.2

    fstarred

      When I try to init cachemanager with this

       

      final DefaultCacheManager defaultCacheManager = new DefaultCacheManager();

       

      I receive this error:

       

      'java.lang.ClassNotFoundException' exception.

       

      As Infinispan core is shipped with JBOSS EAP 7.2, how I can load this library on container startup ?