Hi all,

I connected to the remote Karaf 4.0.0 but i can not start/stop/install...
the bundles on a remote Karaf

Example:
         ObjectName mbeanName = new
ObjectName("osgi.core:type=framework,version=1.5");
         FrameworkMBean osgiFrameworkProxy = JMX.newMBeanProxy(mbsc,
mbeanName,
                     FrameworkMBean.class, false);

         long i = osgiFrameworkProxy.installBundle(bundle.jar); // a bundle
on a remote Karaf

    }
}
There are an error at ObjectName mbeanName = new
ObjectName("osgi.core:type=framework,version=1.5");

Please help me,
Tho

Reply via email to