-
Bug
-
Resolution: Done
-
Major
-
2.6.0.Beta2
-
None
Infinispan connector produce NullPointerException when CacheManager is loaded from JNDI.
NPE occurs in line 193 of InfinispanSource:
object = super.getContext().lookup(jndiName);
super.getContext() returns null
also setContext() method is never called.
- is blocked by
-
AS7-1656 Binder services should not be ON_DEMAND
- Resolved