This content has been marked as final.
Show 2 replies
-
1. Re: ClassNotFoundException after upgrading Infinispan from 8.2.6 to 9.0.0
sebastian.laskawiec Apr 3, 2017 10:13 AM (in response to danielbarbarian)1 of 1 people found this helpfulYes, we mentioned this change in our Upgrading Guide.
JCache module can be used either with Uber Jar (infinispan-embedded) or Small Jars. Since Infinispan logger configuration clashes with your deployment, you need to use the latter. So just add org.infinispan:infinispan-core to your classpath.
-
2. Re: ClassNotFoundException after upgrading Infinispan from 8.2.6 to 9.0.0
danielbarbarian Apr 4, 2017 3:59 AM (in response to sebastian.laskawiec)Yes, that seems to have done it. I think I got it confused with another error that started occurring after the upgrade, but I will post that separately.