go to post Chuck Sorenson · May 10, 2016 There have been a lot of fixes for debugging recently, both in Atelier itself and in the Caché server.Please get the latest versions of both and let us know if that takes care of the problem.
go to post Chuck Sorenson · Mar 9, 2016 Nicki, what is the name of the mapped class?Specifically, I see that we have a problem if the package name of your class is lower case. I would like to verify that it explains your situation.
go to post Chuck Sorenson · Feb 5, 2016 Memory is private to each process. There is no mechanism for processes to share in-memory objects. You would have to persist an object to a global and have the worker process load it, update it, and save it back to the global for the original process to reload.