[jboss-jira] [JBoss JIRA] Updated: (BPEL-210) compatibility broken with the axis-based stack in jboss 4.0.3 and below
Alejandro Guizar (JIRA)
jira-events at jboss.com
Tue Aug 29 16:59:16 EDT 2006
[ http://jira.jboss.com/jira/browse/BPEL-210?page=all ]
Alejandro Guizar updated BPEL-210:
----------------------------------
Description:
A number of tests fail when running beta 1 on JBoss 4.0.3. Specifically:
SoapHandlerTest:
- testWriteFault_saaj
- testWriteFault_xml
XmlUtilTest:
- testCopyChildNodes_soapDom
- testCopy_soapDom_noOverride
Also, some tests in the ATM example fail:
- testLogOn
- testWithdrawOverBalance
These failures are consequences of incompatibilities between the SAAJ implementation in JBoss 4.0.3 (jboss ws4ee) and 4.0.4 (jbossws).
SOAPElement.addChildElement(String localName)
- 4.0.4 adds a child element with the given localName and no namespace. This is the correct behavior.
- 4.0.3 adds a child element with the given localName and the namespace of the parent.
SOAPMessage.writeTo(OutputStream)
- 4.0.4 writes SOAP bodies containing either body element(s) or a fault correctly.
- 4.0.3 writes SOAP bodies containing body element(s) but not a fault.
> compatibility broken with the axis-based stack in jboss 4.0.3 and below
> -----------------------------------------------------------------------
>
> Key: BPEL-210
> URL: http://jira.jboss.com/jira/browse/BPEL-210
> Project: JBoss jBPM BPEL
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Engine
> Affects Versions: jBPM BPEL 1.1 beta 1
> Reporter: Alejandro Guizar
> Assigned To: Alejandro Guizar
> Fix For: jBPM BPEL 1.1 beta 2
>
>
> A number of tests fail when running beta 1 on JBoss 4.0.3. Specifically:
> SoapHandlerTest:
> - testWriteFault_saaj
> - testWriteFault_xml
> XmlUtilTest:
> - testCopyChildNodes_soapDom
> - testCopy_soapDom_noOverride
> Also, some tests in the ATM example fail:
> - testLogOn
> - testWithdrawOverBalance
> These failures are consequences of incompatibilities between the SAAJ implementation in JBoss 4.0.3 (jboss ws4ee) and 4.0.4 (jbossws).
> SOAPElement.addChildElement(String localName)
> - 4.0.4 adds a child element with the given localName and no namespace. This is the correct behavior.
> - 4.0.3 adds a child element with the given localName and the namespace of the parent.
> SOAPMessage.writeTo(OutputStream)
> - 4.0.4 writes SOAP bodies containing either body element(s) or a fault correctly.
> - 4.0.3 writes SOAP bodies containing body element(s) but not a fault.
--
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
More information about the jboss-jira
mailing list