REQUIREMENT j2ee.jmx |
Type | NEW |
Priority | LOW |
Status | CLOSED |
Topic | JMX MBean version of XmlBlaster server. |
Des cription |
This is a JMX compliant MBean version of the embedable XmlBlaster. Potentially it should be possible to install in any JMX server, but it has only been testen on JBoss, th 3.x series. JBossSince it has only been tested on JBoss, we describe only features in the context of a JBoss install. The mbean is distributed in a JBoss service archive. To install the server, copy the xmlBlaster.sar file to the deploy directoy of JBoss, e.g.
|
Configure |
Configuration of the server (for JBoss) is possible to do in two places:
There is only a small subset of all possible configurations you may set in the jboss-service.xml. The most important is the PropertyFileName attribute. It is important to note that the loading of the property file does not follow normal xmlBlaster conventions: first, the property file name specifyed is first looked up in the current context class loader. Only if it is not found there will it be searched the normal way. Its important to note that the values from the property file will override any system properties.This embedded version does also not use the standard xmlBlasterPlugins.xml, but a striped one. If you want to ad drivers to your configuration, you must edit the one embedded in xmlBlaster.sar. It is also important to note that many of the default values in XmlBlaster is not possible to use with JBoss, since the resources are already in use in JBoss. The XmlBlaster sar file contains a default xmlBlaster.properties file which contains non standard XmlBlaster values for some importand properties. To chane these open the sar and edit either the embedded xmlBlaster.properties or specify a new PropertyFileName in jboss-service.xml. In the default configuration all persistence is turned of beacuse of incompatibilities with the XmlBlaster requirements on HSQLDB and the version in JBoss 3.0. To be able to use the LOCAL protocol from clients embedded in the same VM a JNDIName should be specifyed. When this is done a GlobalUtil will be bound in JNDI which may be looked up by clients, and which will have access to the engine global.
NOTE: Configuration parameters are specified on command line (-someValue 17) or in the
xmlBlaster.properties file (someValue=17). See requirement "util.property" for details. |
See | ../../src/java/org/xmlBlaster/j2ee/jmx |
See API | org.xmlBlaster.j2ee.jmx.XmlBlasterService |
See REQ | protocol.local |
See TEST | org.xmlBlaster.test.j2ee.TestJ2eeServices |
This page is generated from the requirement XML file xmlBlaster/doc/requirements/j2ee.jmx.xml