[Building Sakai] quartz, components and classloaders

Steve Swinsburg steve.swinsburg at gmail.com
Mon Apr 9 04:38:47 PDT 2012


Hi all,

I'm having an issue with a Quartz job which I have deployed into my impl jar and hence packaged and deployed into components. This particular job writes out a CSV file using OpenCSV. The OpenCSV jar is bundled in with the component, however when it runs it is throwing a class not found error for one of the OpenCSV classes.

The OpenCSV jar is bundled and I have verified it contains the class I need.

Moving the OpenCSV jar into shared/lib does the trick so I'm wondering if something has changed with Quartz and its visibility of classes when it runs jobs? 
I am also using Tomcat 7 on trunk.

cheers,
Steve


More information about the sakai-dev mailing list