[ 
https://issues.apache.org/jira/browse/SCOUT-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kurt T Stam updated SCOUT-98:
-----------------------------

    Fix Version/s: 1.2.2

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

Reply via email to