-
1. Re: Infinispan 6.0.2 issues in WildFly 8.2.0
Tomaz Cerar Dec 15, 2014 11:11 AM (in response to Hristo Stoyanov)There is more then one inifinispan related module.
for example you are missing at least dependency on org.infinispan.commons
-
2. Re: Infinispan 6.0.2 issues in WildFly 8.2.0
Hristo Stoyanov Dec 15, 2014 12:04 PM (in response to Tomaz Cerar)Thanks Tomaz ,
Where is that documented? I only saw some article at mastertheboss.
/Hristo Stoyanov
-
3. Re: Infinispan 6.0.2 issues in WildFly 8.2.0
Tomaz Cerar Dec 15, 2014 12:49 PM (in response to Hristo Stoyanov)Hristo Stoyanov wrote:
Thanks Tomaz ,
Where is that documented? I only saw some article at mastertheboss.
/Hristo Stoyanov
They are not documented as this are all internal modules of app server...
But it is simple to find the modules you need, look which jar contains missing class, than just look in the module structure which module has that jar.
-
4. Re: Infinispan 6.0.2 issues in WildFly 8.2.0
Paul Ferraro Dec 16, 2014 10:45 AM (in response to Hristo Stoyanov)I've opened [WFLY-4186] Improve Infinispan module distribution to improve compatibility with older releases - JBoss Issue Tracker to improve the way Infinispan modules are packaged.
-
5. Re: Infinispan 6.0.2 issues in WildFly 8.2.0
Hristo Stoyanov Dec 16, 2014 12:32 PM (in response to Paul Ferraro)Thanks Paul,
Readind the description of the issue, I was under the impression though, that WF8.2.0 uses Infinispan 6.0.2?
-
6. Re: Infinispan 6.0.2 issues in WildFly 8.2.0
Paul Ferraro Dec 16, 2014 1:55 PM (in response to Hristo Stoyanov)The org.infinispan.commons module was introduced following the upgrade from Infinispan 5.3 to 6.0, which happened sometime during the 8.0.0 dev cycle. Infinispan 7 moved even more classes from core to commons. So, yes, the problem isn't new to WF9 or Infinispan 7, but was only made worse. I'll can update the description.