JamClassLoader clToUse = createClassLoader((JamServiceContextImpl)jsps);
//this is a nasty way to shoehorn it in there, should do better
((JamServiceContextImpl)jsps).setClassLoader(clToUse);
return new JamServiceImpl((ElementContext)jsps,
getSpecifiedClasses((JamServiceContextImpl)jsps));
}