[
https://issues.apache.org/jira/browse/CAMEL-11926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16212104#comment-16212104
]
ASF GitHub Bot commented on CAMEL-11926:
----------------------------------------
GitHub user sjhiggs opened a pull request:
https://github.com/apache/camel/pull/2052
CAMEL-11926: close JMXConnector on shutdown of JMXConsumer in camel-jmx
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sjhiggs/camel camel-11926
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2052.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2052
----
commit 752b48bae25437429da5ec87e0663fc452320815
Author: Stephen Higgs <[email protected]>
Date: 2017-10-20T02:43:28Z
CAMEL-11926: close JMXConnector on shutdown of JMXConsumer in camel-jmx
----
> close JMXConnector on shutdown of JMXConsumer in camel-jmx
> ----------------------------------------------------------
>
> Key: CAMEL-11926
> URL: https://issues.apache.org/jira/browse/CAMEL-11926
> Project: Camel
> Issue Type: Bug
> Components: camel-jmx
> Reporter: Stephen Higgs
>
> Close the JMXConnector when shutting down the JMXConsumer to avoid the
> following in an OSGi environment (jboss-cli-client fragment bundle for
> jmx-remoting protocol):
> ```
> Caused by: java.lang.ClassNotFoundException: Unable to load class
> 'org.jboss.remoting3.spi.AbstractHandleableCloseable$2' because the bundle
> wiring for com.example.mybundle is no longer valid.
> ```
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)