To determine whether the otest test cases that are currently reported as passing are really passing we need to be able to test the specific errors that the tests are catching against the known expected error for each test. This is Tuscany specific but requires a request to OASIS that they extent RuntimeBridge to allow appropriate questions to be asked when errors occur.
At r803094 I checked in some code to prime this discussion (it won't be active yet). Most basic configuration I could come up with to demonstrate what I'd like to do. We may need a more capable mechanism to store the expected messages but this demonstrates the intent. To make this work we need the OASIS code to do two things. Firstly they need to define the checkError operation on the RuntimeBridge interface. Secondly the BaseJAXWSTestCase needs to use checkError when it receives exception from Tuscany. Thoughts? Regards Simon
