Alexandre Russel | 19 Nov 08:28

Re: scheduler and event listener


2008-11-19 04:44:15,017 ERROR [STDERR] javax.security.auth.login.LoginException: unable to find LoginModule class: No ClassLoaders found for: org.nuxeo.runtime.api.login.SystemLoginModule

The scheduler is using quartz outside nuxeo so the current CL is not the nuxeo one. Set the current CL to the nuxeo CL (using code like Thread.currentThread.setClassLoader(Framework.class.getClassLoader())
alex

_______________________________________________
ECM mailing list
ECM@...
http://lists.nuxeo.com/mailman/listinfo/ecm

Gmane