You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scout-dev@ws.apache.org by "Kurt T Stam (JIRA)" <sc...@ws.apache.org> on 2010/01/21 16:35:54 UTC

[jira] Updated: (SCOUT-98) BusinessLifeCycleManager.saveOrganizations(Collection organizations) does not return exception list if failed to save

     [ 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: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org