Re: RPCRouter install problem

2004-01-12 Thread Michael Hansen, Presys A/S
I solved my problem. I missed putting xerces.jar into WebSphere\AppServer\bin\admin.config. Michael Steve D George wrote: Hi Michael, I've seen errors similar to this when using websphere in the past but not specifically when using SOAP. They have usually been down to the fact that a non compat

Re: RPCRouter install problem

2003-12-16 Thread Scott Nichol
How did you configure WAS to pick up Xerces? Did you follow the directions at http://cvs.apache.org/viewcvs.cgi/*checkout*/ws-soap/java/docs/install/websphere.html?rev=1.6? Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific

Re: RPCRouter install problem

2003-12-16 Thread Martin Gainty
: Tuesday, December 16, 2003 7:28 AM Subject: Re: RPCRouter install problem > Hi, > > It's not using the xerces.jar from WAS > - first, if I remove my version of xerces from the classpath, SOAP stops > working > - secondly: I tried to replace the WAS xerces.jar with my vers

Re: RPCRouter install problem

2003-12-16 Thread Michael Hansen (Presys A/S)
Hi, It's not using the xerces.jar from WAS - first, if I remove my version of xerces from the classpath, SOAP stops working - secondly: I tried to replace the WAS xerces.jar with my version, and got the same error. So that is unfortunately not the problem. Michael Steve D George wrote: Hi

Re: RPCRouter install problem

2003-12-16 Thread Martin Gainty
XercesImpl.jar version is incorrect Updating your JAR may harm WAS..what does IBM support say? -Martin - Original Message - From: "Michael Hansen, Presys A/S" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 16, 2003 6:15 AM Subject: RPCRouter install problem > I am ha

Re: RPCRouter install problem

2003-12-16 Thread Steve D George
Hi Michael, I've seen errors similar to this when using websphere in the past but not specifically when using SOAP. They have usually been down to the fact that a non compatible version of xerces is being found. Websphere has a hierarchy of classloaders and I'm guessing that the class that is b