SCA node cannot be stopped as ConversationManagerImpl holds a thread pool using
ScheduledExecutorService
--------------------------------------------------------------------------------------------------------
Key: TUSCANY-3077
URL: https://issues.apache.org/jira/browse/TUSCANY-3077
Project: Tuscany
Issue Type: Bug
Affects Versions: Java-SCA-1.5, Java-SCA-2.0
Reporter: Raymond Feng
The org.apache.tuscany.sca.core.conversation.impl.ConversationManagerImpl holds
a thread pool:
private final ScheduledExecutorService scheduler =
Executors.newSingleThreadScheduledExecutor();
The ConversationManager utility is not called to shutdown the thread pool and
it prevents the node from being stopped.
We need to find out a general strategy to shutdown extension points and
extensions. ModuleActivator is good optional interface to indicate such
requirements
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.