You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Stephen Higgs (JIRA)" <ji...@apache.org> on 2017/10/20 03:25:00 UTC

[jira] [Updated] (CAMEL-11926) close JMXConnector on shutdown of JMXConsumer in camel-jmx

     [ https://issues.apache.org/jira/browse/CAMEL-11926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephen Higgs updated CAMEL-11926:
----------------------------------
    Description: 
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):


{code}

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.

{code}


  was:
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.
```


> 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):
> {code}
> 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.
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)