Adrian Nistor <anistor> made a comment on jira ISPN-3582 [~mgencur] Is the cache manager in question running? Its component registry has to be started before the query related and protobuf metadata mbeans are visible. To ensure it is started just get a cache from it.
Martin Gencur <mgencur> made a comment on jira ISPN-3582 It is running now that Will sorted out the dependencies in modules. It was not running before that. You can see the updated branch with Will's fixes and updated test here: https://github.com/mgencur/infinispan-server/commits/ISPN-3582/remote_query_mbean
Adrian Nistor <anistor> made a comment on jira ISPN-3582 [~mgencur] And If you put a breakpoint in org.infinispan.query.remote.LifecycleManager.cacheManagerStarting, is it ever hit?
Adrian Nistor <anistor> made a comment on jira ISPN-3582 Can you confirm infinispan-remote-query-server.jar (and its transient deps) are present in the server module? If the previously mentioned breakpoint is not hit, I would say no. Please add them.
William Burns <wburns> updated the status of jira ISPN-3582 to Resolved
William Burns <wburns> made a comment on jira ISPN-3582 This is fixed with ISPN-3587
The server contains wrong version of hibernate-search so the existing tests fail and remote querying is not working. Setting back to ASSIGNED.