[infinispan-issues] [JBoss JIRA] (ISPN-4637) HotRodServer allows registration of ClientListener which specifies non-existing 'converterFactoryName'
Duncan Doyle (JIRA)
issues at jboss.org
Wed Aug 13 06:36:30 EDT 2014
Duncan Doyle created ISPN-4637:
----------------------------------
Summary: HotRodServer allows registration of ClientListener which specifies non-existing 'converterFactoryName'
Key: ISPN-4637
URL: https://issues.jboss.org/browse/ISPN-4637
Project: Infinispan
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Server
Affects Versions: 7.0.0.Beta1
Environment: Mac OS X 10.9.4, Oracle HotSpot 1.7.0_67. Infinispan built from master.
Reporter: Duncan Doyle
Assignee: Mircea Markus
The HotRodServer allows for the registration of custom ClientListeners that specify a non-existing 'converterFactoryName'. I.e., the ClientListenerRegistry.addClientListener method/function does not check whether the given 'converterFactoryName' exists on the server, and if it doesn't exist, it adds the ClientListener with a Null converter.
The problem is that this gives unexpected results in the client. ISPN in this case seems to send back events that just contain the 'value' of the entry that was inserted/modified/removed. But the ClientListener probably expects a custom type: ClientCacheEntryCustomEvent<MyCustomType>
So, eventually what happens is funky CCEs because the eventData returned in the event (in this case the value of the entry) is not of the same class as MyCustomType.
In my opinion, HotRodServer should return an error when one tries to register a listener which specifies a non-registered converterFactory.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
More information about the infinispan-issues
mailing list