Hello ServiceMix experts, I am checking if there is some kind of IDE for JMI management. I found one as plug-in for NetBeans from OpenNMS project.
Are there possibilities to access the ServiceMix management from NetBeans/Eclipse? My attempt was to use OpenNMS. It requires couple of parameters: 1. host - localhost 2. port - 1099 3. username - <Empty> 4. password - <Empty> I expected all JBI implementation may be accessed via same management Console. But actual result: <html><font color=red>An io error occurred while opening a JMX Connection. <br> Make sure that the connection parameters (host,port,username,password) are correct and server is running <br> for JMX Service URL: service:jmx:rmi:///jndi/rmi://localhost:1099/management/rmi-jmx-connector.<br> Root Cause:<br>Failed to retrieve RMIServer stub: javax.naming.NameNotFoundException: management/rmi-jmx-connector<br> Root Cause:<br>management/rmi-jmx-connector</html> Has some one succeeded in working with ServiceMix from IDE? Some ideas!? Thanks, Pranas
