Change Notes item #697894, was opened at 2003-03-05 11:08
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=381174&aid=697894&group_id=22866

Category: JBossServer
Group: v3.0 (Rabbit Hole)
Status: Open
Priority: 5
Submitted By: Peter Antman (pra)
Assigned to: Nobody/Anonymous (nobody)
Summary: jmx-invoker added

Initial Comment:
Backpatch of jmx-invoker from 3.2. 

This is an alternative to the RMIAdaptor, which instead
uses the JBoss invoker framework to do invokations,
which basically means:

1. It will optimize calls automatically and call the
MBeanServer locally if call is made in the same JVM,
otherwise do a remote call.
2. It will do late de-marshalling so it can be
performed with the
correct classloader, which means that it is now
possible to do remote calls to mbean deployed in a
scoped ear.

Thedefault service for this invoker is bound in JNDI
at: jmx/invoker/RMIAdaptor.

The proxy returned implements the interface
org.jboss.jmx.adaptor.rmi.RMIAdaptor.

This is however configurable. 

For the invoker to work on JBoss 3.0 the server must be
started with a managable MBeanRegistry. This can be
done by starting the server with:
-Djbossmx.mbean.registry.class=org.jboss.mx.server.registry.ManagedMBeanRegistry


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=381174&aid=697894&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to