DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17189>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17189

Axis gives errors when Aelfred XML Parser used

           Summary: Axis gives errors when Aelfred XML Parser used
           Product: Axis
           Version: 1.1RC1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In our webapp we're using both Axis and Saxon XSLT.  Saxon, coming earlier in
the classpath to Xerces sets Aelfred to be the default XML parse, however, when
using the new 1.1rc1 axis libs, the following problem arrises:

[2003-02-19 17:19:43,594] ERROR: (XMLUtils.java:262) SAXException:
org.xml.sax.SAXException: The AElfred parser is a SAX2 XMLReader
        at com.icl.saxon.aelfred.SAXParserImpl.getParser(SAXParserImpl.java:15)
        at org.apache.axis.utils.XMLUtils.getSAXParser(XMLUtils.java:253)
        at
org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:227)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
        at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
        at org.apache.axis.server.AxisServer.invoke(AxisServer.java:317)
        at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:854)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:165)
        at
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:103)
        at
com.caucho.server.http.FilterChainServlet.doFilter(FilterChainServlet.java:96)
        at com.caucho.server.http.Invocation.service(Invocation.java:311)
        at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135)
        at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:221)
        at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:163)
        at com.caucho.server.TcpConnection.run(TcpConnection.java:137)
        at java.lang.Thread.run(Thread.java:536)

Reply via email to