Oshani, in the WODEN-44 branch... I have added some error messages to the Messages.properties file and updated the error numbers used in the code.
I have made some other changes to some of the DOM impl classes, but not yet to the OM impl classes. I now think that ElementSource.setSource implementations should throw an IllegalArgumentException rather than a WSDLException if the source argument is of the wrong type. 'throws WSDLException' can then be removed from the DOMElementSource.setSource method declaration. Then in the reader.createElementSource method implementation, the try/catch block can be removed. What do you think? I now also think the same applies to WSDLSource.setSource implementations - throw IllegalArgumentException rather than WSDLException for an incorrect source object. I have not yet gone over the Util classes and considered whether to refactor them into the ElementSource impls but will do so as soon as I can. regards, John Kaputin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
