I started looking at the WAR version of servicemix again and was curious about how the classloading for SA/SUs differs from the standalone version. The reason I'm asking is because I have a CXF SU that uses a quartz timer internally and therefore includes a quartz jar along with the quartz configuration for the SU. When I deploy the SU to the servicemix war, it tells me it can't find the Quartz classes, but if I deploy the SU to the standalone servicemix, then my SU loads up and operates perfectly fine. Quartz isn't in a global classpath that I can see for the standalone Servicemix, so I guess I'm a little confused on how dependencies and class loading works when using the WAR. Is there something different you have to do in order to get it find classes? I figured anything that worked when deployed in the standalone servicemix should work fine when deployed in the WAR version. Any suggestions would be great, thanks!
Ryan
