New branch 'bug/966777' available with the following commits: commit a6c62d9bd0c8d848c2770892872f4ee200e059f0 Author: Thomas Segismont tsegismo@redhat.com Date: Thu Jun 27 17:05:03 2013 +0200
Bug 966777 - EAP 6 plug-in is using a hard-coded operation timeout for start and stop instead of using the operation timeout or agent's default operation timeout of 10 minutes
Introduce ComponentInvocationContext class. An instance of this class is created by the plugin container and bound to facet-locked component invocation thread.
Make BaseServerComponent use ComponentInvocationContext to deal with operation timeout or cancellation.
commit 7b7f0eff22213847156e9262090f65f845842185 Author: Thomas Segismont tsegismo@redhat.com Date: Thu Jun 27 16:09:58 2013 +0200
Bug 966777 - EAP 6 plug-in is using a hard-coded operation timeout for start and stop instead of using the operation timeout or agent's default operation timeout of 10 minutes
The component invocation handler now has a transferInterrupt parameter. If set to true, the component invocation thread will be interrupted when the caller thread is.
rhq-commits@lists.fedorahosted.org