]
Vojtech Juranek commented on ISPN-5841:
---------------------------------------
here is reproducer:
Server cannot find filter/converter factory when registering
continuous query
-----------------------------------------------------------------------------
Key: ISPN-5841
URL:
https://issues.jboss.org/browse/ISPN-5841
Project: Infinispan
Issue Type: Bug
Components: Remote Querying
Reporter: Vojtech Juranek
When registering continuous query form HR client, it fails with following exception:
{noformat}
org.infinispan.client.hotrod.exceptions.HotRodClientException:
org.infinispan.server.hotrod.MissingFactoryException: ISPN006013: Listener converter
factory 'continuous-query-filter-converter-factory' not found in server
at
org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:336)
at
org.infinispan.client.hotrod.impl.protocol.Codec20.readPartialHeader(Codec20.java:126)
at
org.infinispan.client.hotrod.impl.protocol.Codec20.readHeaderOrEvent(Codec20.java:208)
at
org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation.executeOperation(AddClientListenerOperation.java:95)
at
org.infinispan.client.hotrod.impl.operations.AddClientListenerOperation.executeOperation(AddClientListenerOperation.java:26)
at
org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:52)
at
org.infinispan.client.hotrod.impl.RemoteCacheImpl.addClientListener(RemoteCacheImpl.java:574)
at
org.infinispan.client.hotrod.event.ClientEvents.addContinuousQueryListener(ClientEvents.java:82)
at
org.infinispan.server.test.query.ContinuousQueryIT.testContinuousQuery(ContinuousQueryIT.java:76)
{noformat}