I'm running the test app with an explicit classpath.  E.g.,

C:\tmp\hang>java -classpath ;axis.jar;commons-discovery.jar;commons-logging.jar;jaxrpc.jar;saaj.jar;xml-apis.jar;xercesImpl.jar;wsdl4j.jar SoapHang
Nov 8, 2004 1:48:12 PM org.apache.axis.utils.JavaUtils isAttachmentSupported
WARNING: Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.


Is there something in that path I'm missing? I'm not using attachments, so I wasn't concerned about the above warning.


----- Original Message ----- From: "Paul Kukk" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 08, 2004 11:56 AM
Subject: RE: Hanging in SAX parser




Kevin,

I have no problems running Xerces, Xalan, or JDOM with AXIS. Have you checked the classpath to make sure that nothing is conflicting with it? Or have yo tried moving it up your classpath?

Paul
-----Original Message-----
From: Kevin J. Duling [mailto:[EMAIL PROTECTED]
Sent: Monday, November 08, 2004 2:51 PM
To: [EMAIL PROTECTED]
Subject: Re: Hanging in SAX parser


I've written a small demo app that illustrates the problem. I've compiled and run this against Axis 1.2RC1 and Xerces 2.6.2. I'd like to know if anyone else has the same problem or if someone sees something in my code that's whacked.

----- Original Message ----- From: "Kevin J. Duling" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 08, 2004 10:30 AM
Subject: Re: Hanging in SAX parser



Alas, no change.  I'm still hanging.  It was still a good find, though.

----- Original Message ----- From: "Kevin J. Duling" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 08, 2004 10:15 AM
Subject: Re: Hanging in SAX parser



Good eyes!  I didn't catch that.  I'll follow up with the other side and
see if that resolves my problem.

----- Original Message ----- From: "Alex Karshakevich" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 08, 2004 9:55 AM
Subject: Re: Hanging in SAX parser



Is this a typo in the namespace declaration: schemas.xmlsoaporg ?

    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoaporg/soap/envelope/
    <http://schemas.xmlsoap.org/soap/envelope/>"

Alex.






Reply via email to