Hi, I am running into a peculiar problem with Cache Java projections in a Java webapp. I can call static methods or get queries with no problem. However, if I try to _open() an instance of the projected class, I get a ClassNotFound exception. This has to be some sort of classloader weirdness. I turned on -verbose:class logging and verifed that the JVM is loading the class in order to call a static method. However, I suspect that the cache libs are using their own classloader and there's some sort of conflict.
Any Ideas???
