|
Home > Archive > WebSphere Application Server > May 2005 > Add Xalan/Xerces to an ear/war
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Add Xalan/Xerces to an ear/war
|
|
|
| Hi,
we need to have the latest version of xalan/xerces in our project. Installing an ear/war with the xercesimpl.jar, xalan.jar and xml-apis.jar seems to freeze/hang WAS when the application calls
So the question is : How can we tell WAS the application code should use the specific version of Xalan/Xerces delivered in the EAR/WAR ans not the default Xalan/Xerces used by WAS ?
Looking in the forum it seems that it is not possible to override the default xml-parser xsl-transformer used by WAS for a specific application ?
Regards,
SGE
| |
| CharlyOz 2005-05-20, 7:56 am |
| SGE,
I would think that changing the application server and application
classloader settings to Parent Last should allow for the components in the
application to be used first.
There was an excellent article on IBM Developerworks
(www.ibm.com/developerworks) that detailed the complexity of the various
class loaders, but I can't find it right now. Here are two that might help.
http://www-128.ibm.com/developerwor...rary/j-dyn0429/
http://www-128.ibm.com/developerwor...oer/deboer.html
I'll post the other one if I can find it again.
Hope this helps,
CharlyOz.
<support@xmlmill.com> wrote in message
news:1266654211.1116493632158.JavaMail.wassrvr@ltsgwas007.sby.ibm.com...
> Hi,
>
> we need to have the latest version of xalan/xerces in our project.
> Installing an ear/war with the xercesimpl.jar, xalan.jar and xml-apis.jar
> seems to freeze/hang WAS when the application calls
>
> So the question is : How can we tell WAS the application code should use
> the specific version of Xalan/Xerces delivered in the EAR/WAR ans not the
> default Xalan/Xerces used by WAS ?
>
> Looking in the forum it seems that it is not possible to override the
> default xml-parser xsl-transformer used by WAS for a specific application
> ?
>
> Regards,
>
> SGE
>
|
|
|
|
|