]
Pedro Ruivo updated ISPN-4935:
------------------------------
Fix Version/s: 7.1.0.Beta1
(was: 7.1.0.Alpha1)
Quickstarts: Remote query not working
-------------------------------------
Key: ISPN-4935
URL:
https://issues.jboss.org/browse/ISPN-4935
Project: Infinispan
Issue Type: Bug
Components: Demos and Tutorials
Affects Versions: 7.0.0.CR2
Reporter: Jiří Holuša
Assignee: Adrian Nistor
Fix For: 7.1.0.Beta1
When testing remote query quickstarts I found out it's not working anymore.
After setting up the server (as wrote in README file), building it (mvn clean package)
and running it (mvn exec:java) I get following exception:
Caused by: java.lang.NoSuchMethodException:
org.infinispan.query.remote.ProtobufMetadataManager.registerProtofile([B)
at java.lang.Class.getMethod(Class.java:1665)
at org.infinispan.jmx.ResourceDMBean.invoke(ResourceDMBean.java:268)
I think this is related to
https://issues.jboss.org/browse/ISPN-3480