<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite">FYI - I found the underlying issue:<br><a href="https://issues.jboss.org/browse/ISPN-2182">https://issues.jboss.org/browse/ISPN-2182</a><br></blockquote><div><br></div><div>Ah, yes, the legacy --&gt; current config transformation looks like the biggest non-tested stuff ever. ;-)</div><div>As I've previously had to fix a few similar, if not almost the same, issues before - wrt indexing.</div><br><blockquote type="cite">A workaround for the issue, as well as the complete 5.2 upgrade can be<br>found in this branch:<br><a href="https://github.com/pferraro/jboss-as/tree/infinispan">https://github.com/pferraro/jboss-as/tree/infinispan</a><br></blockquote><div><br></div><div>Shouldn't this be fixed in Infinispan directly?</div><div>(as that's where I had to fix my indexing config issues)</div><br><blockquote type="cite">I haven't actually used infinispan-query, so I don't know if<br>infinispan-core needs to have its classes visible. &nbsp;Can you comment?<br></blockquote></div><br><div><a href="https://github.com/capedwarf/capedwarf-jboss-as/blob/master/build/src/main/resources/modules/org/infinispan/main/module.xml">https://github.com/capedwarf/capedwarf-jboss-as/blob/master/build/src/main/resources/modules/org/infinispan/main/module.xml</a></div><div><br></div><div>Afaik, it's needed for Infinispan to pick-up Infinispan-Query's extension/integration hooks;</div><div>e.g.&nbsp;org.infinispan.query.impl.LifecycleManager in META-INF/services ServiceLoader pattern</div><div><br></div><div>As you can see, the module is marked as optional, as I mentioned,</div><div>we should be fine if it's not there, so, imo, this could be added by default.</div><div><br></div><div>-Ales</div><div><br></div></body></html>