Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-2.0-M5
-
None
-
All
Description
The otests define many WSDL and some of then re-define the same XSD elements in different ways. This causes Tuscany problems as we aggregate WSDL together and hence sometimes, depending on which way the wind's blowing, we pick up the the wrong schema.
This is evident in the following tests.
Failed tests:
testDummy(client.ASM_12007_TestCase) *
testDummy(client.ASM_5016_TestCase)
testDummy(client.ASM_6004_TestCase)
testDummy(client.ASM_6007_TestCase)
testDummy(client.ASM_12008_TestCase) *
testDummy(client.ASM_6014_TestCase)
testDummy(client.ASM_6008_TestCase)
testDummy(client.ASM_6034_TestCase)
I note that the two tests marked with * actually have incorrect expected error messages recorded because of this fault.