Closed brice-morin closed 9 years ago
Works with the following kevs:
// This file is a default Kevoree Kevscript auto-generated by Yo generator-kevoree package
// Feel free to (and you really should) mess with this script =)
// KevScript documentation http://kevoree.org/doc/#kevoree-script-aka-kevscript
add node0 : JavascriptNode
add sync : WSGroup/5.2.1
add node0.myComp : my.package.HelloWorld
attach node0 sync
set sync.port/node0 = "9000"
Yes, that's because the versions of certain libraries in JavaScript aren't matching the versions in Java. I'll update this asap and close the issue.
But, if you force the versions of the incriminated DeployUnits, you'll bypass the error. And yes, 5.2.1
is the latest cross-platform version. 5.2.2 is only for Java
Shoud be fixed: no need to specify versions anymore
I think I went through all the steps (using CLI) until the
grunt kevoree
, and it crashed...