[JBoss JIRA] (ISPN-5841) Server cannot find filter/converter factory when registering continuous query
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-5841?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-5841:
------------------------------------
Fix Version/s: 8.0.2.Final
> 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
> Assignee: Gustavo Fernandes
> Fix For: 8.1.0.Alpha2, 8.0.2.Final
>
>
> 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}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5841) Server cannot find filter/converter factory when registering continuous query
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-5841?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-5841:
------------------------------------
Fix Version/s: 8.1.0.Alpha2
> 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
> Assignee: Gustavo Fernandes
> Fix For: 8.1.0.Alpha2, 8.0.2.Final
>
>
> 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}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5841) Server cannot find filter/converter factory when registering continuous query
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-5841?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-5841:
------------------------------------
Status: Pull Request Sent (was: Coding In Progress)
Git Pull Request: https://github.com/infinispan/infinispan/pull/3755
> 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
> Assignee: Gustavo Fernandes
>
> 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}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5803) Custom Key Results in ClassCastException in CacheLoader
by Dan Siviter (JIRA)
[ https://issues.jboss.org/browse/ISPN-5803?page=com.atlassian.jira.plugin.... ]
Dan Siviter commented on ISPN-5803:
-----------------------------------
Yea, looks that way. I've disabled it and it worked.
> Custom Key Results in ClassCastException in CacheLoader
> -------------------------------------------------------
>
> Key: ISPN-5803
> URL: https://issues.jboss.org/browse/ISPN-5803
> Project: Infinispan
> Issue Type: Bug
> Components: JCache
> Affects Versions: 8.0.1.Final
> Reporter: Dan Siviter
> Assignee: Galder Zamarreño
> Fix For: 8.1.0.Alpha2, 8.1.0.Final
>
>
> If a a JCache is created using a read-through {{javax.cache.integration.CacheLoader}} using a custom Serializable key (in this case {{acme.MyCache$MyKey}}) a {{ClassCastException}} is thrown when trying to pass the key value of {{org.infinispan.marshall.core.MarshalledValue}} instead of {{MarshalledValue#get()}} into the {{CacheLoader}} instance.
> {code}
> java.lang.ClassCastException: org.infinispan.marshall.core.MarshalledValue cannot be cast to acme.MyCache$MyKey
> at acme.MyCache$2.load(MyCache.java:1) [my-app-1.0.0-SNAPSHOT.jar:]
> at org.infinispan.jcache.embedded.JCacheLoaderAdapter.loadKey(JCacheLoaderAdapter.java:65) [infinispan-jcache-8.0.1.Final.jar:8.0.1.Final]
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5856) Programmatic JCache Configuration
by Dan Siviter (JIRA)
[ https://issues.jboss.org/browse/ISPN-5856?page=com.atlassian.jira.plugin.... ]
Dan Siviter updated ISPN-5856:
------------------------------
Description: As it stands, JCache creation can be done programatically for local caches or via XML for distributed. It isn't possible to configure distributed JCaches programatically. It's been mentioned previously (see ISPN-4662 and ISPN-5286) that there are disparities between the approaches. Using {{javax.cache.configuration.MutableConfiguration}} as an extension point, potentially passing in {{org.infinispan.configuration.cache.Configuration}} to perform these duties.
Environment: (was: As it stands, JCache creation can be done programatically for local caches or via XML for distributed. It isn't possible to configure distributed JCaches programatically. It's been mentioned previously (see ISPN-4662 and ISPN-5286) that there are disparities between the approaches. Using {{javax.cache.configuration.MutableConfiguration}} as an extension point, potentially passing in {{org.infinispan.configuration.cache.Configuration}} to perform these duties.)
> Programmatic JCache Configuration
> ---------------------------------
>
> Key: ISPN-5856
> URL: https://issues.jboss.org/browse/ISPN-5856
> Project: Infinispan
> Issue Type: Feature Request
> Components: JCache
> Affects Versions: 8.0.1.Final
> Reporter: Dan Siviter
>
> As it stands, JCache creation can be done programatically for local caches or via XML for distributed. It isn't possible to configure distributed JCaches programatically. It's been mentioned previously (see ISPN-4662 and ISPN-5286) that there are disparities between the approaches. Using {{javax.cache.configuration.MutableConfiguration}} as an extension point, potentially passing in {{org.infinispan.configuration.cache.Configuration}} to perform these duties.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5856) Programmatic JCache Configuration
by Dan Siviter (JIRA)
Dan Siviter created ISPN-5856:
---------------------------------
Summary: Programmatic JCache Configuration
Key: ISPN-5856
URL: https://issues.jboss.org/browse/ISPN-5856
Project: Infinispan
Issue Type: Feature Request
Components: JCache
Affects Versions: 8.0.1.Final
Environment: As it stands, JCache creation can be done programatically for local caches or via XML for distributed. It isn't possible to configure distributed JCaches programatically. It's been mentioned previously (see ISPN-4662 and ISPN-5286) that there are disparities between the approaches. Using {{javax.cache.configuration.MutableConfiguration}} as an extension point, potentially passing in {{org.infinispan.configuration.cache.Configuration}} to perform these duties.
Reporter: Dan Siviter
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5841) Server cannot find filter/converter factory when registering continuous query
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-5841?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-5841:
------------------------------------
Status: Open (was: New)
> 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
> Assignee: Gustavo Fernandes
>
> 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}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5841) Server cannot find filter/converter factory when registering continuous query
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-5841?page=com.atlassian.jira.plugin.... ]
Work on ISPN-5841 started by Gustavo Fernandes.
-----------------------------------------------
> 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
> Assignee: Gustavo Fernandes
>
> 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}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5855) RemoteContinuousQueryTest fails consistently
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-5855?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes reassigned ISPN-5855:
---------------------------------------
Assignee: Gustavo Fernandes (was: Adrian Nistor)
> RemoteContinuousQueryTest fails consistently
> --------------------------------------------
>
> Key: ISPN-5855
> URL: https://issues.jboss.org/browse/ISPN-5855
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Querying
> Affects Versions: 8.0.0.Final
> Reporter: Adrian Nistor
> Assignee: Gustavo Fernandes
> Fix For: 8.1.0.Alpha2, 8.0.2.Final
>
>
> {quote}
> java.lang.AssertionError: expected null, but was:<expiredUser2>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotNull(Assert.java:664)
> at org.junit.Assert.assertNull(Assert.java:646)
> at org.junit.Assert.assertNull(Assert.java:656)
> at org.infinispan.client.hotrod.event.RemoteContinuousQueryTest.expectElementsInQueue(RemoteContinuousQueryTest.java:198)
> at org.infinispan.client.hotrod.event.RemoteContinuousQueryTest.testContinuousQuery(RemoteContinuousQueryTest.java:174)
> {quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (ISPN-5855) RemoteContinuousQueryTest fails consistently
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-5855?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes reassigned ISPN-5855:
---------------------------------------
Assignee: Adrian Nistor (was: Gustavo Fernandes)
> RemoteContinuousQueryTest fails consistently
> --------------------------------------------
>
> Key: ISPN-5855
> URL: https://issues.jboss.org/browse/ISPN-5855
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Querying
> Affects Versions: 8.0.0.Final
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 8.1.0.Alpha2, 8.0.2.Final
>
>
> {quote}
> java.lang.AssertionError: expected null, but was:<expiredUser2>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotNull(Assert.java:664)
> at org.junit.Assert.assertNull(Assert.java:646)
> at org.junit.Assert.assertNull(Assert.java:656)
> at org.infinispan.client.hotrod.event.RemoteContinuousQueryTest.expectElementsInQueue(RemoteContinuousQueryTest.java:198)
> at org.infinispan.client.hotrod.event.RemoteContinuousQueryTest.testContinuousQuery(RemoteContinuousQueryTest.java:174)
> {quote}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months