]
Scott Van Wart updated ISPN-8633:
---------------------------------
Forum Reference:
Wildfly/EAP modules are unusable on Wildfly 11
----------------------------------------------
Key: ISPN-8633
URL:
https://issues.jboss.org/browse/ISPN-8633
Project: Infinispan
Issue Type: Bug
Components: Integration , WildFly modules
Affects Versions: 8.2.8.Final, 9.2.0.Beta1, 9.1.3.Final
Reporter: Scott Van Wart
Labels: infinispan, integration, wildfly
Attachments: infinispan-9.1.3-wildfly-11.0.0-log1.txt,
infinispan-9.1.3-wildfly-11.0.0-log2.txt
I started with a fresh installation of Wildfly 11 and followed the instructions in the
Infinispan User Guide:
http://infinispan.org/docs/stable/user_guide/user_guide.html#infinispan_m...
. I didn't need to build or deploy an application to reproduce this. I followed 21.9
Infinispan modules for Wildfly under the section "Configuration" (steps 1-4,
although I skipped step 4 since I didn't need any endpoints).
First run produced the attached log (infinispan-9.1.3-wildfly-11.0.0-log1.txt). I then
edited $JBOSS_HOME/modules/org/infinispan/server/endpoint/ispn-9.1/module.xml, as well as
module.xml in server/hotrod and org/jgroups/extension to remove dependencies on
"org.jboss.sasl". On startup, this produced the second stack trace
(infinispan-9.1.3-wildfly-11.0.0-log2.txt).
I tried Infinispan 8.2.8 (the version packaged with Wildfly 11.0.0) and Infinispan
9.2.0.Beta1 and got the same results. I made a forum post as well:
https://developer.jboss.org/thread/276791
Though I only tried 9.1.3 on Wildfly 10.1.0, the instructions seem to work fine with that
version of Wildfly.