This is already supported in both 2.4.4 and 3.0. For example, this works with both versions:
<mbean code="org.jboss.web.catalina.EmbeddedCatalinaServiceSX" name="jboss.web:service=EmbeddedCatalinaSX"> <attribute name="Port">8080</attribute> <attribute name="Config"> <Connector className="org.apache.ajp.tomcat4.Ajp13Connector" port="8009" minProcessors="5" maxProcessors="75" acceptCount="10" /> </attribute> </mbean> xxxxxxxxxxxxxxxxxxxxxxxx Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxxxxxxxxxxxxxxxxxx ----- Original Message ----- From: "Jason Dillon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 11, 2002 4:00 PM Subject: [JBoss-dev] XML snippets in mbean configuration > I have been playing with this idea in my head for a while, but the JMX > details kept getting in the way... or rather my comprehension of how JMX > fits in go in the way. > > The concept is to allow a richer configuration interface to our mbeans > (and to other compatible mbeans) be letting them take xml snippets. > Take the following imaginary example: > > <mbean code="my.imaginary.Service" > name="imaginary.Service"> > > <attribute name="XmlConfig"> > <configuration> > <someDirective/> > </configuration> > </attribute> > > </mbean> > _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development