[
https://issues.apache.org/jira/browse/CXF-2353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734602#action_12734602
]
Peter Jones commented on CXF-2353:
----------------------------------
Thanks Dan, that's a much better suggestion!
The only thing is, the propOrder doesn't seem to take effect for the test cases
which are failing.
So, with no change testGetBookAegis, testGetBookUserResource, and
testGetBookUserResource2 fail.
With the propOrder specified, the same tests still fail.
I know the propOrder does have an effect overall, since if I specify a
propOrder of "name", "id", then those tests plus a whole bunch of additional
tests fail.
I'll have to dig into this a bit more to see if I can work out what's up.
> 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.