[
http://jira.jboss.com/jira/browse/BPEL-210?page=all ]
Alejandro Guizar resolved BPEL-210.
-----------------------------------
Resolution: Done
Applied the following workarounds
SOAPElement.addChildElement(String localName)
-Replaced occurrences of this method with SOAPElement.addChildElement(localName,
"", "") which adds a child element with the given localName and and
empty namespace in both 4.0.3 and 4.0.4
SOAPMessage.writeTo(OutputStream)
-Replaced SOAPFault, Detail and DetailEntry occurrences with plain SOAPElements of the
same name.
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