> > I'm trying to figure out if I can avoid the endorsed lib issue in Java > 5 for JAXB 2.1 somehow Why do you need "endorsed" for Java5? Java5 has no any JAXB implementation in it. Just use it as any other libraries. Dmitry