Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.3.5
-
None
-
None
-
Ubuntu 10.10
java 6
Description
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.