This content has been marked as final.
Show 1 reply
-
1. Re: WildFly 13, Hibernate 5.3 and Infinispan question
galder.zamarreno Jun 4, 2018 5:15 AM (in response to seto)Infinispan shipped with Wildfly is limited to internal Wildfly needs.
If you want to create your own Infinispan caches, add query or inject CDI, you should be shipping your own Infinispan jars within your deployment(s) and use those. This is much easier to achieve than trying to change the Wildfly's module structure.