You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Rajith Attapattu (JIRA)" <ji...@apache.org> on 2006/11/03 21:51:17 UTC

[jira] Resolved: (AXIS2-1565) AxisServiceGroup publish wrong notification on "removeService" methode

     [ http://issues.apache.org/jira/browse/AXIS2-1565?page=all ]

Rajith Attapattu resolved AXIS2-1565.
-------------------------------------

    Fix Version/s: 1.1
       Resolution: Fixed

This is fixed in rev 470982 in the 1_1 branch

> AxisServiceGroup publish wrong notification on "removeService" methode
> ----------------------------------------------------------------------
>
>                 Key: AXIS2-1565
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1565
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.1, 1.0
>         Environment: all
>            Reporter: Bernhard Roider
>             Fix For: 1.1
>
>
> methode  "removeService" in AxisServiceGroup publish AxisEvent.SERVICE_DELPOY to registered DeploymentObservers.
> This should be AxisEvent.SERVICE_REMOVE.
> // solution
> public void removeService(String name) throws AxisFault {
>         AxisService service = getService(name);
>         if (service != null) {
>             ((AxisConfiguration) getParent()).notifyObservers(AxisEvent.SERVICE_REMOVE, service);
>         }
>         removeChild(name);
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org