You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Alexis Midon (JIRA)" <ji...@apache.org> on 2009/04/01 03:11:50 UTC

[jira] Created: (ODE-568) Undeploying a process does not remove corresponding service from ODE axis2

Undeploying a process does not remove corresponding service from ODE axis2
--------------------------------------------------------------------------

                 Key: ODE-568
                 URL: https://issues.apache.org/jira/browse/ODE-568
             Project: ODE
          Issue Type: Bug
          Components: Axis2 Integration
    Affects Versions: 1.3
            Reporter: Alexis Midon
            Assignee: Alexis Midon


Undeploying a process does not remove corresponding service from axis2
You can see that webservice in Axis2 service list view.

http://localhost:8080/ode/axis2-admin/listService
It requires login. Default login details: admin/axis2 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ODE-568) Undeploying a process does not remove corresponding service from ODE axis2

Posted by "Alexis Midon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexis Midon resolved ODE-568.
------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.3.2)
                   1.3.4

New Revision: 813508

> Undeploying a process does not remove corresponding service from ODE axis2
> --------------------------------------------------------------------------
>
>                 Key: ODE-568
>                 URL: https://issues.apache.org/jira/browse/ODE-568
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 1.3.2
>            Reporter: Alexis Midon
>            Assignee: Alexis Midon
>             Fix For: 1.3.4
>
>
> Undeploying a process does not remove corresponding service from axis2
> You can see that webservice in Axis2 service list view.
> http://localhost:8080/ode/axis2-admin/listService
> It requires login. Default login details: admin/axis2 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ODE-568) Undeploying a process does not remove corresponding service from ODE axis2

Posted by "Alexis Midon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexis Midon resolved ODE-568.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0
                   1.3.1

committed in trunk r761436

> Undeploying a process does not remove corresponding service from ODE axis2
> --------------------------------------------------------------------------
>
>                 Key: ODE-568
>                 URL: https://issues.apache.org/jira/browse/ODE-568
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 1.3
>            Reporter: Alexis Midon
>            Assignee: Alexis Midon
>             Fix For: 1.3.1, 2.0
>
>
> Undeploying a process does not remove corresponding service from axis2
> You can see that webservice in Axis2 service list view.
> http://localhost:8080/ode/axis2-admin/listService
> It requires login. Default login details: admin/axis2 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-568) Undeploying a process does not remove corresponding service from ODE axis2

Posted by "Alexis Midon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694809#action_12694809 ] 

Alexis Midon commented on ODE-568:
----------------------------------

It appears we don't need the unique name introduced by ODE-345 as the key of the service map.

Actually, if a service is shared by multiple processes (i.e. <enableSharing/> set in deploy.xml), only one single instance of ODEService is created. [1]
In other cases, the assumption that different processes hava different service name/port name is valid.

So {service name, port name} is a valid key for the service map.


[1] http://fisheye6.atlassian.com/browse/ode/branches/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelProcess.java?r=APACHE_ODE_1.X#l561

> Undeploying a process does not remove corresponding service from ODE axis2
> --------------------------------------------------------------------------
>
>                 Key: ODE-568
>                 URL: https://issues.apache.org/jira/browse/ODE-568
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 1.3
>            Reporter: Alexis Midon
>            Assignee: Alexis Midon
>
> Undeploying a process does not remove corresponding service from axis2
> You can see that webservice in Axis2 service list view.
> http://localhost:8080/ode/axis2-admin/listService
> It requires login. Default login details: admin/axis2 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (ODE-568) Undeploying a process does not remove corresponding service from ODE axis2

Posted by "Alexis Midon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexis Midon closed ODE-568.
----------------------------


on the road to 1.3.1

> Undeploying a process does not remove corresponding service from ODE axis2
> --------------------------------------------------------------------------
>
>                 Key: ODE-568
>                 URL: https://issues.apache.org/jira/browse/ODE-568
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 1.3.1
>            Reporter: Alexis Midon
>            Assignee: Alexis Midon
>             Fix For: 1.3.1
>
>
> Undeploying a process does not remove corresponding service from axis2
> You can see that webservice in Axis2 service list view.
> http://localhost:8080/ode/axis2-admin/listService
> It requires login. Default login details: admin/axis2 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (ODE-568) Undeploying a process does not remove corresponding service from ODE axis2

Posted by "Alexis Midon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexis Midon reopened ODE-568:
------------------------------


The committed fix revealed an issue: now that org.apache.ode.bpel.iapi.BindingContext#deactivateMyRoleEndpoint uses the right key to deactivate an endpoint, it appears that the undeployment of a retired process deactivates the endpoint of the active version of the same process.

org.apache.ode.bpel.engine.BpelProcess#deactivate must invoke BindingContext#deactivateMyRoleEndpoint  only if the process is ACTIVE.

> Undeploying a process does not remove corresponding service from ODE axis2
> --------------------------------------------------------------------------
>
>                 Key: ODE-568
>                 URL: https://issues.apache.org/jira/browse/ODE-568
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 1.3.2
>            Reporter: Alexis Midon
>            Assignee: Alexis Midon
>             Fix For: 1.3.2
>
>
> Undeploying a process does not remove corresponding service from axis2
> You can see that webservice in Axis2 service list view.
> http://localhost:8080/ode/axis2-admin/listService
> It requires login. Default login details: admin/axis2 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-568) Undeploying a process does not remove corresponding service from ODE axis2

Posted by "Alexis Midon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694848#action_12694848 ] 

Alexis Midon commented on ODE-568:
----------------------------------

committed in 1.X: r761132

> Undeploying a process does not remove corresponding service from ODE axis2
> --------------------------------------------------------------------------
>
>                 Key: ODE-568
>                 URL: https://issues.apache.org/jira/browse/ODE-568
>             Project: ODE
>          Issue Type: Bug
>          Components: Axis2 Integration
>    Affects Versions: 1.3
>            Reporter: Alexis Midon
>            Assignee: Alexis Midon
>
> Undeploying a process does not remove corresponding service from axis2
> You can see that webservice in Axis2 service list view.
> http://localhost:8080/ode/axis2-admin/listService
> It requires login. Default login details: admin/axis2 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.