[EMAIL PROTECTED] wrote:
Hello the list,
I have provided a first documentation to the MOSGi framework for
managing OSGi gateways through JMX.

http://cwiki.apache.org/confluence/display/FELIX/MOSGi+Managed+OSGi+framework

/stephane

Nice document. MOSGi is very interesting. I'll sure check it out as soon as the first Felix release is out.

AFAICT I can't edit this wiki, so here is a patch for a typo...


--
Nektarios K. Papadopoulos

--- mosgi.orig  2006-11-17 17:50:18.000000000 +0200
+++ mosgi.new   2006-11-17 17:50:50.000000000 +0200
@@ -55,7 +55,7 @@
 {code}
 java.util.Properties prop=new java.util.Properties();
 prop.add( org.apache.felix.mosgi.jmx.agent.Constants.OBJECTNAME, 
"Foo:FooName");
-context.registerService(test.FooMBean.class.getName(), new test.Foo());
+context.registerService(test.FooMBean.class.getName(), new test.Foo(), prop);
 {code}
 
 h1. Management Console

Reply via email to