]
Ryan Emerson updated ISPN-9968:
-------------------------------
Fix Version/s: 9.4.7.Final
JCacheStateAwarenessIT failure due to infinispan-remote dependency
------------------------------------------------------------------
Key: ISPN-9968
URL:
https://issues.jboss.org/browse/ISPN-9968
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server
Affects Versions: 10.0.0.Beta1
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 10.0.0.Beta1, 9.4.7.Final
ISPN-9554 introduced a dependency on {{infinispan-remote}} on the
server/integration/testsuite that results in classes not being loaded as expected. We
should remove this dependency and find an alternative solution for ISPN-9554.
JCacheStateAwarenessIT failure cause:
{code:java}
Caused by: java.lang.IllegalArgumentException: Logger implementation class
org.infinispan.jcache.logging.Log_$logger has no matching constructor
at org.jboss.logging.Logger$1.run(Logger.java:2562) ~[?:?]
at java.security.AccessController.doPrivileged(Native Method) ~[?:?]
at org.jboss.logging.Logger.getMessageLogger(Logger.java:2529) ~[?:?]
at org.jboss.logging.Logger.getMessageLogger(Logger.java:2516) ~[?:?]
at org.infinispan.commons.logging.LogFactory.getLog(LogFactory.java:18) ~[?:?]
at
org.infinispan.jcache.AbstractJCachingProvider.<clinit>(AbstractJCachingProvider.java:23)
~[?:?]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
~[?:?]
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
~[?:?]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:?]
at java.lang.Class.newInstance(Class.java:442) ~[?:?]
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:380) ~[?:?]
{code}