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 Stam (JIRA)" <sc...@ws.apache.org> on 2007/07/26 15:38:42 UTC

[jira] Closed: (SCOUT-26) Removing a service does not remove the service + patch

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

Kurt Stam closed SCOUT-26.
--------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.0)
                   1.0rc1

> Removing a service does not remove the service + patch
> ------------------------------------------------------
>
>                 Key: SCOUT-26
>                 URL: https://issues.apache.org/jira/browse/SCOUT-26
>             Project: Scout
>          Issue Type: Bug
>    Affects Versions: v0.7
>         Environment: any
>            Reporter: Kurt Stam
>            Assignee: Anil Saldhana
>            Priority: Critical
>             Fix For: 1.0rc1
>
>
> When removing a service
> organization.removeService(service);
> nothing happens. The services are stored in a Set while the return of organization.getServices() is a Collection.
> This messes things up and make it not work.
> Patch:
> In OrganizationImpl on line 47, change
>     private Set services = new HashMap();
> to
>     private Collection services = new ArrayList();
> Note that the same thing is probably true for users and telphone numbers.

-- 
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