User: mnf999
Date: 01/08/29 16:36:50
Added: src/main/org/jboss/jmx/META-INF jboss-service.xml
Log:
The JMX connectors now come in the JSR format.
A JSR takes a META-INF/jboss-service.xml file
the jboss-service.xml is essentially a jboss.jcml snippet with optional claspath
settings. The classes present in the JSr are automatically added to this classpath
(the JSR is loaded in a System.URLClassLoader)
Revision Changes Path
1.1 jboss/src/main/org/jboss/jmx/META-INF/jboss-service.xml
Index: jboss-service.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!-- EXAMPLE META-INF/jboss-service.xml file for the connector stuff in deploy/lib
No classpath is specified here as it points to the same jsr file
You can nevertheless specify a URL classpath that points outside the jar
-->
<server>
<mbean code="org.jboss.jmx.server.JMXAdaptorService"
name="JMX:name=Adaptor,type=RMI"/>
<mbean code="org.jboss.jmx.server.RMIConnectorService"
name="JMX:name=Connector,type=RMI"/>
<mbean code="com.sun.jdmk.comm.HtmlAdaptorServer" name="Adaptor:name=html">
<attribute name="MaxActiveClientCount">10</attribute>
<attribute name="Parser" />
<attribute name="Port">8082</attribute>
</mbean>
</server>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development