[ https://issues.apache.org/jira/browse/SCOUT-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tom Cunningham closed SCOUT-98. ------------------------------- > BusinessLifeCycleManager.saveOrganizations(Collection organizations) does not > return exception list if failed to save > --------------------------------------------------------------------------------------------------------------------- > > Key: SCOUT-98 > URL: https://issues.apache.org/jira/browse/SCOUT-98 > Project: Scout > Issue Type: Bug > Components: Scout Implementation > Affects Versions: 1.1.1, 1.2 > Reporter: Rafal N > Assignee: Tom Cunningham > Fix For: 1.2.2 > > > Just look at the source: > 422 catch (RegistryException e) { > 423 exceptions.add(new SaveException(e.getLocalizedMessage())); > 424 bulk.setStatus(JAXRResponse.STATUS_FAILURE); > 425 return bulk; > 426 } > bulk.setExceptions() is not called to set the exceptions before return. > It is trival to fix. -- 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