]
Dan Berindei updated ISPN-5501:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Camel throwing java.lang.LinkageError for Remote Query when running
in EAP
--------------------------------------------------------------------------
Key: ISPN-5501
URL:
https://issues.jboss.org/browse/ISPN-5501
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying
Affects Versions: 7.2.1.Final
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 7.2.2.Final, 8.0.0.Alpha1
The linkage error seems to be caused by the fact that some classes of package
org.infinispan.query.dsl are present in two jars: infinispan-query-dsl.jar and
infinispan-query.jar
The inclusion is a side-effect of this BND intruction dealing with split packages:
https://github.com/infinispan/infinispan/blob/master/query/pom.xml#L143