Fix the undeployment logic -------------------------- Key: ODE-897 URL: https://issues.apache.org/jira/browse/ODE-897 Project: ODE Issue Type: Bug Components: Deployment Affects Versions: 1.3.5 Environment: Ubuntu 10.10 java 6 Reporter: Waruna Ranasinghe
When a process is undeployed, in BpelProcess#deactivate() method, it checks whether the process is ACTIVE and call deactivateMyRoleEndpoint(endpoint). But, what if the process is retired and this process is the only process of its type, then the deactivateMyRoleEndpoint(endpoint) will not be called and the respective axis service will not be removed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.