Faults are not handled properly by RegistryImpl.execute(JAXBElement<?> uddiRequest, URI endPointURI) ----------------------------------------------------------------------------------------------------
Key: SCOUT-101 URL: https://issues.apache.org/jira/browse/SCOUT-101 Project: Scout Issue Type: Bug Affects Versions: 1.2, 1.1.1 Reporter: Rafal N Assignee: Kurt T Stam Faults are not handled properly because the handling code does not get a chance to do its job. JAXB unmarshalling is attempted first and if it fails (on fault it does) it throws exception. It appears that in order to fix this issue, these two pieces of code just need to be reordered. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: scout-dev-unsubscr...@ws.apache.org For additional commands, e-mail: scout-dev-h...@ws.apache.org