]
Tristan Tarrant updated ISPN-10776:
-----------------------------------
Fix Version/s: 10.0.0.Final
The new ServerNG doesn't support scripts execution
--------------------------------------------------
Key: ISPN-10776
URL:
https://issues.jboss.org/browse/ISPN-10776
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 10.0.0.CR3
Reporter: Anna Manukyan
Assignee: Tristan Tarrant
Priority: Major
Fix For: 10.0.0.Final
The new server doesn't support the script execution. When trying to add and execute a
script, the following response is got on nodejs-client side:
{code}
org.infinispan.server.hotrod.CacheNotFoundException: Cache with name
'___script_cache' not found amongst the configured caches
{code}