]
Galder Zamarreño updated HRJS-58:
---------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Listener error with latest Infinispan server instances
------------------------------------------------------
Key: HRJS-58
URL:
https://issues.jboss.org/browse/HRJS-58
Project: Infinispan Javascript client
Issue Type: Bug
Affects Versions: 0.4.0
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 0.5.0
Node.js client fails to pass testsuite against 9.2.1.Final:
{code}
Infinispan local client can listen for create/modified/remove events in same listener
Message:
TypeError: Cannot read property 'value' of undefined
Stacktrace:
TypeError: Cannot read property 'value' of undefined
at /Users/g/1/infinispan-js-client/spec/utils/testing.js:321:20
at tryCallOne
(/Users/g/1/infinispan-js-client/node_modules/promise/lib/core.js:37:12)
at /Users/g/1/infinispan-js-client/node_modules/promise/lib/core.js:123:15
at flush
(/Users/g/1/infinispan-js-client/node_modules/promise/node_modules/asap/raw.js:50:29)
at process._tickCallback (node.js:458:13)
{code}