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
Reporter: raflik
Assignee: Kurt T Stam
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: [email protected]
For additional commands, e-mail: [email protected]