JAXRSClientServerSpringBookTest systest failure with ibm jdk
------------------------------------------------------------
Key: CXF-2353
URL: https://issues.apache.org/jira/browse/CXF-2353
Project: CXF
Issue Type: Bug
Environment: ibm jdk 5
Reporter: Peter Jones
Four of the tests in JAXRSClientServerSpringBookTest check for a specific
string contained in expected_add_book_aegis.txt:
<ns1:Book xmlns:ns1="http://jaxrs.systest.cxf.apache.org"
xmlns:ns2="http://www.w3.org/2001/XMLSchema-instance"
ns2:type="ns1:Book"><ns1:id>124</ns1:id><ns1:name>CXF in Action -
2</ns1:name></ns1:Book>
however, with the ibm jdk 5, the order of the id and name elements are switched
in the actual result. I'll update the test to check for a different expected
result when using the ibm jdk, unless of course someone suggests that the
ordering should be of any significance here.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.