[jboss-jira] [JBoss JIRA] (WFLY-12334) Using hotrod session manager with near cache throws IllegalAccessError

Paul Ferraro (Jira) issues at jboss.org
Mon Jul 29 19:46:00 EDT 2019


Paul Ferraro created WFLY-12334:
-----------------------------------

             Summary: Using hotrod session manager with near cache throws IllegalAccessError
                 Key: WFLY-12334
                 URL: https://issues.jboss.org/browse/WFLY-12334
             Project: WildFly
          Issue Type: Bug
          Components: Clustering
    Affects Versions: 17.0.1.Final
            Reporter: Paul Ferraro
            Assignee: Paul Ferraro


Until an Infinispan release containing ISPN-10248 is incorporated, the org.wildfly.clustering.infinispan.spi module needs to extend package protected classes from the org.infinispan.client.hotrod module.  However, this throws a IllegalAccessError since the package protected class to which we are attempting to extend resides in a different module.

Until Infinispan 9.4.16.Final is released, we need to absorb the org.infinispan.client.hotrod module into the org.wildfly.clustering.infinispan.spi module.



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list