What should happen is that the servlet should set, on Domain, the classloader from the WAR;
This is not possible. If Slide is bootstrapped from the shared classloader it does not have access to the context classloader.
I believe the servlet spec requires that Thread.getContextClassLoader() will return the class loader used to load the classes of the WAR file, at least from any thread invoked by the servlet container.
If I followed the discussion correctly, that would solve this problem.
-Eric.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
