Hi, I use my own shared library containing a class holding constants for shared use. This lib is deployed as .zip into the hotdeploy folder and everything works fine.
Now I decided to put another helper class into this lib providing only some static methods for common things needed by most of my components/endpoints. After redeploying it, it constantly throws ClassNotFound exceptions when trying to access the static helper methods. Do I have some caching problems or are there some strange restrictions I missed? Any ideas are welcome. Regards, Lars
