bsc-dom / javaclay

dataClay Java codebase
https://www.bsc.es/dataclay
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

newVersion should check the object language #26

Closed alexbarcelo closed 4 years ago

alexbarcelo commented 4 years ago

Currently, a newVersion call ends up in the DataService (java) trying to deserialize the object.

If the object is a Python DataClayObject, this makes the call to fail.

Following the current architecture, those calls should be directed to the Python ExecutionEnvironment.

alexbarcelo commented 4 years ago

Badly reported bug, that was not the case. I misread some stack trace and methods and ended up troubleshooting ghosts.