CTS: SAXSource not implemented
------------------------------
Key: JBWS-1353
URL:
http://jira.jboss.com/jira/browse/JBWS-1353
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jaxws
Environment:
com/sun/ts/tests/jaxws/api/javax_xml_ws/Response/Client.java#getXMLTest_from_wsappclient
Reporter: Jason T. Greene
Fix For: jbossws-2.0.0.CR2
Dispatch is supposed to support all source types. Looks like we are missing SAX:
Caused by: org.jboss.ws.WSException: Source type not implemented:
javax.xml.transform.sax.SAXSource
at org.jboss.ws.soap.SOAPBodyImpl.getBodyElementFromSource(SOAPBodyImpl.java:365)
at org.jboss.ws.soap.SOAPBodyImpl.writeElementContent(SOAPBodyImpl.java:384)
at org.jboss.ws.soap.SOAPElementImpl.writeElement(SOAPElementImpl.java:704)
at org.jboss.ws.soap.SOAPElementImpl.writeElementContent(SOAPElementImpl.java:719)
at org.jboss.ws.soap.SOAPElementImpl.writeElement(SOAPElementImpl.java:704)
at org.jboss.ws.soap.SOAPElementWriter.writeElementInternal(SOAPElementWriter.java:147)
at org.jboss.ws.soap.SOAPElementWriter.writeElement(SOAPElementWriter.java:128)
at org.jboss.ws.soap.SOAPElementWriter.writeElement(SOAPElementWriter.java:107)
at org.jboss.ws.binding.soap.SOAPMessageMarshaller.write(SOAPMessageMarshaller.java:77)
at
org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.jav
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira