[Simple-support] details on jar dependencies
Brought to you by:
niallg
|
From: Michael E. <meb...@ma...> - 2008-02-07 11:30:34
|
I love simple-xml. But, I presently have one issue with it that I'm hoping I can get some help with. It relies on the stax-1.2.0.jar and the stax-api-1.0.1.jar. Due to some reasons out of my control I have to modify the source code in those libraries. Thus far I have been unable to locate the source. It would be really helpful if someone could get me pointed in the right direction or give me a clear explanation as to why this is a lost cause. Thanks much, Michael PS For those curious as to why I'm in this pickle... I'm using a scripting framework that did not do a very good job implementing it's class loader. As a consequence, in the framework, all java libraries that call the class loader via the Thread.getCurrentThread().getClassLoader() interface do not actually get the full class library. Instead one must invoke the class loader via the object.getClass().getClassLoader() interface. It's subtle. But, the effect is night and day for this situation. And, unfortunately, abandoning the scripting framework is not an option. |