Does anyone have any idea why I cannot override the WAS xerces on this
machine?
Graham
Hugo Pragt
"Graham Smith" <Graham...@chordiant.com> wrote in message
news:a3519360.0211...@posting.google.com...
Hi Graham,
we had a similar problem with WebSphere for z/OS 4.0.1
Put the xerces classes into the application's ear-file and add to your
jvm.properties:
com.ibm.ws390.server.classloadermode=2
and maybe
javax.xml.parsers.SAXParserFactory=org.apache.xerces.jaxp.SAXParserFactoryImpl
Hope that helps
Wolfgang
Graham
Graham...@chordiant.com (Graham Smith) wrote in message news:<a3519360.0211...@posting.google.com>...