David-Ohio
Results
1
comments of
David-Ohio
Well this is pretty interesting... Its a problem with the ClassLoader, but are you using Java? Anyway you can try to force the ClassLoader something like this: Thread.currentThread().setContextClassLoader( getClass().getClassLoader() );...