Why ObjectDb is holding onto classes that no longer exist? You can see the classes in the obj-reflection.log. I've included all of my java models in the models.zip file.
As far as I can tell, it's not causing any problems, so feel free to tell me to take a hike, but I hate having unexplained exceptions in logs as they tend to bite you in the long term...
Thanks!
Emily
excerpt from log:
[2019-09-30 17:19:13 #1 type.loader]
java.lang.ClassNotFoundException: models.Strack$Status
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)