EMBJOPR SVN: r414 - trunk/jbas5/etc/overlay/bin.
by embjopr-commits@lists.jboss.org
Author: ips
Date: 2009-05-13 20:54:45 -0400 (Wed, 13 May 2009)
New Revision: 414
Added:
trunk/jbas5/etc/overlay/bin/run.conf.bat
Removed:
trunk/jbas5/etc/overlay/bin/run-conf.bat
Log:
update run.bat conf file to new name
Deleted: trunk/jbas5/etc/overlay/bin/run-conf.bat
===================================================================
--- trunk/jbas5/etc/overlay/bin/run-conf.bat 2009-05-12 13:22:44 UTC (rev 413)
+++ trunk/jbas5/etc/overlay/bin/run-conf.bat 2009-05-14 00:54:45 UTC (rev 414)
@@ -1,57 +0,0 @@
-rem ### -*- batch file -*- ######################################################
-rem # ##
-rem # JBoss Bootstrap Script Configuration ##
-rem # ##
-rem #############################################################################
-
-rem # $Id$
-
-rem #
-rem # This batch file is executed by run.bat to initialize the environment
-rem # variables that run.bat uses. It is recommended to use this file to
-rem # configure these variables, rather than modifying run.bat itself.
-rem #
-
-rem #
-rem # Specify the profiler configuration file to load.
-rem #
-rem # Default is to not load profiler configuration file.
-rem #
-rem set "PROFILER=%JBOSS_HOME%\bin\jboss-profiler.properties"
-
-rem #
-rem # Specify the location of the Java home directory (it is recommended that
-rem # this always be set). If set, then "%JAVA_HOME%\bin\java" will be used as
-rem # the Java VM executable; otherwise, "%JAVA%" will be used (see below).
-rem #
-rem set "JAVA_HOME=C:\opt\jdk1.6.0_13"
-
-rem #
-rem # Specify the exact Java VM executable to use - only used if JAVA_HOME is
-rem # not set. Default is "java".
-rem #
-rem set "JAVA=C:\opt\jdk1.6.0_13\bin\java"
-
-rem #
-rem # Specify options to pass to the Java VM. Note, there are some additional
-rem # options are always passed by run.bat.
-rem #
-if not "x%JAVA_OPTS%" == "x" goto javaOptsSet
-rem # JVM memory allocation pool parameters.
-set JAVA_OPTS=%JAVA_OPTS% -Xms200M -Xmx400M -XX:PermSize=100M -XX:MaxPermSize=200M
-
-rem # Reduce the RMI GCs to once per hour for Sun JVMs.
-set "JAVA_OPTS=%JAVA_OPTS% -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
-
-rem # Warn when resolving remote XML DTDs or schemas.
-set "JAVA_OPTS=%JAVA_OPTS% -Dorg.jboss.resolver.warning=true"
-
-rem # Enable debug mode for Admin Console.
-set "JAVA_OPTS=%JAVA_OPTS% -Djbmancon.debug=true"
-
-rem # Expose the Java platform MBeans via the JBoss MBeanServer.
-set "JAVA_OPTS=%JAVA_OPTS% -Djboss.platform.mbeanserver"
-
-rem # Enable JPDA remote socket debugging.
-set "JAVA_OPTS=%JAVA_OPTS% -Xrunjdwp:transport=dt_socket,address=7777,server=y,suspend=n"
-:javaOptsSet
Copied: trunk/jbas5/etc/overlay/bin/run.conf.bat (from rev 413, trunk/jbas5/etc/overlay/bin/run-conf.bat)
===================================================================
--- trunk/jbas5/etc/overlay/bin/run.conf.bat (rev 0)
+++ trunk/jbas5/etc/overlay/bin/run.conf.bat 2009-05-14 00:54:45 UTC (rev 414)
@@ -0,0 +1,57 @@
+rem ### -*- batch file -*- ######################################################
+rem # ##
+rem # JBoss Bootstrap Script Configuration ##
+rem # ##
+rem #############################################################################
+
+rem # $Id$
+
+rem #
+rem # This batch file is executed by run.bat to initialize the environment
+rem # variables that run.bat uses. It is recommended to use this file to
+rem # configure these variables, rather than modifying run.bat itself.
+rem #
+
+rem #
+rem # Specify the profiler configuration file to load.
+rem #
+rem # Default is to not load profiler configuration file.
+rem #
+rem set "PROFILER=%JBOSS_HOME%\bin\jboss-profiler.properties"
+
+rem #
+rem # Specify the location of the Java home directory (it is recommended that
+rem # this always be set). If set, then "%JAVA_HOME%\bin\java" will be used as
+rem # the Java VM executable; otherwise, "%JAVA%" will be used (see below).
+rem #
+rem set "JAVA_HOME=C:\opt\jdk1.6.0_13"
+
+rem #
+rem # Specify the exact Java VM executable to use - only used if JAVA_HOME is
+rem # not set. Default is "java".
+rem #
+rem set "JAVA=C:\opt\jdk1.6.0_13\bin\java"
+
+rem #
+rem # Specify options to pass to the Java VM. Note, there are some additional
+rem # options are always passed by run.bat.
+rem #
+if not "x%JAVA_OPTS%" == "x" goto javaOptsSet
+rem # JVM memory allocation pool parameters.
+set JAVA_OPTS=%JAVA_OPTS% -Xms200M -Xmx400M -XX:PermSize=100M -XX:MaxPermSize=200M
+
+rem # Reduce the RMI GCs to once per hour for Sun JVMs.
+set "JAVA_OPTS=%JAVA_OPTS% -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
+
+rem # Warn when resolving remote XML DTDs or schemas.
+set "JAVA_OPTS=%JAVA_OPTS% -Dorg.jboss.resolver.warning=true"
+
+rem # Enable debug mode for Admin Console.
+set "JAVA_OPTS=%JAVA_OPTS% -Djbmancon.debug=true"
+
+rem # Expose the Java platform MBeans via the JBoss MBeanServer.
+set "JAVA_OPTS=%JAVA_OPTS% -Djboss.platform.mbeanserver"
+
+rem # Enable JPDA remote socket debugging.
+set "JAVA_OPTS=%JAVA_OPTS% -Xrunjdwp:transport=dt_socket,address=7777,server=y,suspend=n"
+:javaOptsSet
15 years, 8 months
EMBJOPR SVN: r413 - trunk/jsfunit.
by embjopr-commits@lists.jboss.org
Author: ozizka(a)redhat.com
Date: 2009-05-12 09:22:44 -0400 (Tue, 12 May 2009)
New Revision: 413
Modified:
trunk/jsfunit/pom.xml
Log:
JSFUnit POM: Fixed typo -DXrunjdwp...
Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml 2009-05-12 12:49:03 UTC (rev 412)
+++ trunk/jsfunit/pom.xml 2009-05-12 13:22:44 UTC (rev 413)
@@ -465,7 +465,7 @@
<profile>
<id>debug</id>
<properties>
- <jvm.args.debug>-Xdebug -Xnoagent -DXrunjdwp:transport=dt_socket,address=4000,server=y,suspend=y</jvm.args.debug>
+ <jvm.args.debug>-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=y</jvm.args.debug>
</properties>
</profile>
15 years, 8 months
EMBJOPR SVN: r412 - trunk/jsfunit.
by embjopr-commits@lists.jboss.org
Author: ozizka(a)redhat.com
Date: 2009-05-12 08:49:03 -0400 (Tue, 12 May 2009)
New Revision: 412
Modified:
trunk/jsfunit/pom.xml
Log:
JSFUnit POM: Added debug profile
Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml 2009-05-12 09:53:55 UTC (rev 411)
+++ trunk/jsfunit/pom.xml 2009-05-12 12:49:03 UTC (rev 412)
@@ -6,6 +6,7 @@
<cargo.jboss.configuration>default</cargo.jboss.configuration>
<cargo.jboss.bind.address>localhost</cargo.jboss.bind.address>
<cargo.plugin.version>1.0.1-SNAPSHOT</cargo.plugin.version><!-- Was: 1.0-SNAPSHOT -->
+ <jvm.args.debug></jvm.args.debug>
</properties>
<parent>
@@ -341,11 +342,11 @@
<!-- Raise permgen size, allow classes unloading and permgen sweep -->
<!-- xb.builder.useUnorderedSequence=true is the same what run.sh does. -->
<!-- See http://www.nabble.com/changes-in-parsing-with-xb-td22478176.html -->
- <cargo.jvmargs>-Dcom.sun.management.jmxremote -Xmx1024m -Dxb.builder.useUnorderedSequence=true -XX:PermSize=256m -XX:MaxPermSize=512m</cargo.jvmargs>
+ <cargo.jvmargs>${jvm.args.debug} -Dcom.sun.management.jmxremote -Xmx1024m -Dxb.builder.useUnorderedSequence=true -XX:PermSize=256m -XX:MaxPermSize=512m</cargo.jvmargs>
<!-- -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled -->
<!-- JBoss configuration - default, all, standard -->
<cargo.jboss.configuration>${cargo.jboss.configuration}</cargo.jboss.configuration>
- <!-- Prevent Hudson RMI port collision -->
+ <!-- Set explicitely because of Cargo's bad port settings for JBoss. -->
<cargo.rmi.port>1099</cargo.rmi.port>
</properties>
<!-- Override Cargo's default files (some taken from cargo's .jar, some from 'default') -->
@@ -461,6 +462,13 @@
</build>
</profile>
+ <profile>
+ <id>debug</id>
+ <properties>
+ <jvm.args.debug>-Xdebug -Xnoagent -DXrunjdwp:transport=dt_socket,address=4000,server=y,suspend=y</jvm.args.debug>
+ </properties>
+ </profile>
+
<!-- Hudson profile (commented - hesitating to hard-code version dir to pom.xml)
<profile>
<id>running-in-hudson</id>
15 years, 8 months
EMBJOPR SVN: r411 - trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5.
by embjopr-commits@lists.jboss.org
Author: ozizka(a)redhat.com
Date: 2009-05-12 05:53:55 -0400 (Tue, 12 May 2009)
New Revision: 411
Modified:
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/ApplicationsPageTest.java
Log:
ApplicationsPageTest updated
Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/ApplicationsPageTest.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/ApplicationsPageTest.java 2009-05-12 09:52:13 UTC (rev 410)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/ApplicationsPageTest.java 2009-05-12 09:53:55 UTC (rev 411)
@@ -85,7 +85,7 @@
// Deploy enough apps.
// TODO: Create test which would only deploy many apps at once (hotdeploy/embjopr/both?).
// TODO: Undeploy.
- String fileSrcPath = ejtt.getTestDataDir() +"/ear/"+ BASIC_EAR;
+ String fileSrcPath = ejtt.getTestDataDir() +"/war/"+ BASIC_WAR;
String destDir = ejtt.getTempDir() + "/appPagination";
new File(destDir).mkdirs();
@@ -94,9 +94,9 @@
// Deploy the same APP multiple times.
for (int i = 0; i < 8; i++) {
- String fileDestPath = destDir+"/appPagination"+i+".ear";
+ String fileDestPath = destDir+"/appPagination"+i+".war";
FileUtils.copyFile( new File(fileSrcPath), new File(fileDestPath) );
- ejtt.deployment.deployViaEmbJoprRepeatedly( DeployableTypes.EAR, fileDestPath );
+ ejtt.deployment.deployViaEmbJoprRepeatedly( DeployableTypes.WAR, fileDestPath );
}
15 years, 8 months
EMBJOPR SVN: r410 - trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5.
by embjopr-commits@lists.jboss.org
Author: ozizka(a)redhat.com
Date: 2009-05-12 05:52:13 -0400 (Tue, 12 May 2009)
New Revision: 410
Modified:
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/ApplicationsPageTest.java
Log:
ApplicationsPageTest updated
Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/ApplicationsPageTest.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/ApplicationsPageTest.java 2009-05-11 15:48:34 UTC (rev 409)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/ApplicationsPageTest.java 2009-05-12 09:52:13 UTC (rev 410)
@@ -171,7 +171,7 @@
// TODO: Create test which would only deploy many apps at once (hotdeploy/embjopr/both?).
// TODO: Undeploy.
- String fileSrcPath = ejtt.getTestDataDir() +"/ear/"+ BASIC_EAR;
+ String fileSrcPath = ejtt.getTestDataDir() +"/war/"+ BASIC_WAR;
String destDir = ejtt.getTempDir() + "/appPagination";
new File(destDir).mkdirs();
@@ -180,9 +180,9 @@
// Deploy the same APP multiple times.
for (int i = 0; i < 8; i++) {
- String fileDestPath = destDir+"/testAppsListing"+i+".ear";
+ String fileDestPath = destDir+"/testAppsListing"+i+".war";
FileUtils.copyFile( new File(fileSrcPath), new File(fileDestPath) );
- ejtt.deployment.deployViaEmbJoprRepeatedly( DeployableTypes.EAR, fileDestPath );
+ ejtt.deployment.deployViaEmbJoprRepeatedly( DeployableTypes.WAR, fileDestPath );
}
15 years, 8 months
EMBJOPR SVN: r409 - trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/util.
by embjopr-commits@lists.jboss.org
Author: ozizka(a)redhat.com
Date: 2009-05-11 11:48:34 -0400 (Mon, 11 May 2009)
New Revision: 409
Modified:
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/util/EmbJoprTestToolkit.java
Log:
EJTT - fixed deployViaEmbJoprRepeatedly(), this should make testAppsPagination pass.
Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/util/EmbJoprTestToolkit.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/util/EmbJoprTestToolkit.java 2009-05-08 13:23:19 UTC (rev 408)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/util/EmbJoprTestToolkit.java 2009-05-11 15:48:34 UTC (rev 409)
@@ -1587,7 +1587,12 @@
- public void deployViaEmbJoprRepeatedly( final AppConstants.DeployableTypes type, final String filePath )
+ public void deployViaEmbJoprRepeatedly( final AppConstants.DeployableTypes type, final String filePath ) throws IOException, HtmlElementNotFoundException, EmbJoprTestException {
+ deployViaEmbJoprRepeatedly( type, filePath, 5000, 8 );
+ }
+
+
+ public void deployViaEmbJoprRepeatedly( final AppConstants.DeployableTypes type, final String filePath, int interval, int repeats )
throws IOException, HtmlElementNotFoundException, EmbJoprTestException
{
@@ -1622,14 +1627,14 @@
*/
// Check whether the WAR is listed in EmbJopr.
- log.debug("Looking for listed WAR: "+fileName);
- boolean listed = deployment.isDeployedAccordingToEmbJopr(DeployableTypes.WAR, fileName, true);
+ log.debug("Looking for listed "+type.name()+": "+fileName);
+ boolean listed = deployment.isDeployedAccordingToEmbJopr(type, fileName, true);
if( listed )
return true;
else
return false;
}
- }).dumpPageOnTimeout(currentTest).throwOnTimeout().waitWithTimeout(5000, 8);
+ }).dumpPageOnTimeout(currentTest).throwOnTimeout().waitWithTimeout(interval, repeats);
}
catch( Exception ex ){
15 years, 8 months
EMBJOPR SVN: r408 - trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations.
by embjopr-commits@lists.jboss.org
Author: fjuma
Date: 2009-05-08 09:23:19 -0400 (Fri, 08 May 2009)
New Revision: 408
Modified:
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations/JMSSecurityTest.java
Log:
Modifying JMSSecurityTest.java so that it doesn't expect fractional digits for metrics that have no units.
Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations/JMSSecurityTest.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations/JMSSecurityTest.java 2009-05-08 13:01:14 UTC (rev 407)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations/JMSSecurityTest.java 2009-05-08 13:23:19 UTC (rev 408)
@@ -140,7 +140,7 @@
publishMessages(session, topic, 1);
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(ALL_MSG_COUNT, "1.0");
+ expectedMetrics.put(ALL_MSG_COUNT, "1");
checkDestinationMetrics(jndiName, expectedMetrics, getTopicSummaryMetrics(),
DestinationType.TOPIC);
@@ -289,7 +289,7 @@
sendMessages(session, queue, 1);
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(MSG_COUNT, "1.0");
+ expectedMetrics.put(MSG_COUNT, "1");
checkDestinationMetrics(jndiName, expectedMetrics, getQueueSummaryMetrics(),
DestinationType.QUEUE);
15 years, 8 months
EMBJOPR SVN: r407 - trunk/jsfunit/testdata.
by embjopr-commits@lists.jboss.org
Author: smcgowan(a)redhat.com
Date: 2009-05-08 09:01:14 -0400 (Fri, 08 May 2009)
New Revision: 407
Added:
trunk/jsfunit/testdata/ejb2/
Removed:
trunk/jsfunit/testdata/ejb/
Log:
move ejb to ejb2 per changes in AppConstants
Copied: trunk/jsfunit/testdata/ejb2 (from rev 406, trunk/jsfunit/testdata/ejb)
15 years, 8 months
EMBJOPR SVN: r406 - in trunk/jbas5/etc: overlay/bin and 1 other directory.
by embjopr-commits@lists.jboss.org
Author: ips
Date: 2009-05-07 22:48:47 -0400 (Thu, 07 May 2009)
New Revision: 406
Added:
trunk/jbas5/etc/overlay/bin/run-conf.bat
Removed:
trunk/jbas5/etc/overlay/bin/run.bat
Modified:
trunk/jbas5/etc/generated-rhq-plugin.xml
Log:
replace overlay run.bat w/ run-conf.bat; add latest generated rhq-plugin.xml
Modified: trunk/jbas5/etc/generated-rhq-plugin.xml
===================================================================
--- trunk/jbas5/etc/generated-rhq-plugin.xml 2009-05-07 21:13:35 UTC (rev 405)
+++ trunk/jbas5/etc/generated-rhq-plugin.xml 2009-05-08 02:48:47 UTC (rev 406)
@@ -58,7 +58,7 @@
<c:simple-property name="rar-name" description="The resource adapter archive name"/>
<c:map-property required="false" name="security-domain" description="The security-domain used to validate connections">
<c:simple-property required="false" name="domain" description="the security domain"/>
- <c:simple-property required="false" name="securityDeploymentType" description="the security deploymen type"/>
+ <c:simple-property required="false" name="securityDeploymentType" description="the security deployment type"/>
</c:map-property>
<c:simple-property type="boolean" required="false" name="set-tx-query-timeout" description="Should query timeout be enabled"/>
<c:simple-property type="boolean" required="false" name="share-prepared-statements" description="Should prepared statements be shared"/>
@@ -143,7 +143,7 @@
<c:simple-property name="rar-name" description="The resource adapter archive name"/>
<c:map-property required="false" name="security-domain" description="The security-domain used to validate connections">
<c:simple-property required="false" name="domain" description="the security domain"/>
- <c:simple-property required="false" name="securityDeploymentType" description="the security deploymen type"/>
+ <c:simple-property required="false" name="securityDeploymentType" description="the security deployment type"/>
</c:map-property>
<c:simple-property type="boolean" required="false" name="set-tx-query-timeout" description="Should query timeout be enabled"/>
<c:simple-property type="boolean" required="false" name="share-prepared-statements" description="Should prepared statements be shared"/>
@@ -224,7 +224,7 @@
<c:simple-property name="rar-name" description="The resource adapter archive name"/>
<c:map-property required="false" name="security-domain" description="The security-domain used to validate connections">
<c:simple-property required="false" name="domain" description="the security domain"/>
- <c:simple-property required="false" name="securityDeploymentType" description="the security deploymen type"/>
+ <c:simple-property required="false" name="securityDeploymentType" description="the security deployment type"/>
</c:map-property>
<c:simple-property type="boolean" required="false" name="set-tx-query-timeout" description="Should query timeout be enabled"/>
<c:simple-property type="boolean" required="false" name="share-prepared-statements" description="Should prepared statements be shared"/>
@@ -297,7 +297,7 @@
<c:simple-property name="rar-name" description="The resource adapter archive name"/>
<c:map-property required="false" name="security-domain" description="The security-domain used to validate connections">
<c:simple-property required="false" name="domain" description="the security domain"/>
- <c:simple-property required="false" name="securityDeploymentType" description="the security deploymen type"/>
+ <c:simple-property required="false" name="securityDeploymentType" description="the security deployment type"/>
</c:map-property>
<c:simple-property required="false" name="statistics-formatter"/>
<c:simple-property type="boolean" required="false" name="track-connection-by-tx"/>
@@ -361,7 +361,7 @@
<c:simple-property name="rar-name" description="The resource adapter archive name"/>
<c:map-property required="false" name="security-domain" description="The security-domain used to validate connections">
<c:simple-property required="false" name="domain" description="the security domain"/>
- <c:simple-property required="false" name="securityDeploymentType" description="the security deploymen type"/>
+ <c:simple-property required="false" name="securityDeploymentType" description="the security deployment type"/>
</c:map-property>
<c:simple-property required="false" name="statistics-formatter"/>
<c:simple-property type="boolean" required="false" name="track-connection-by-tx"/>
@@ -603,26 +603,32 @@
</service>
<service name="Platform MBean">
<resource-configuration>
- <c:simple-property required="false" readOnly="true" name="bootClassPath"/>
- <c:simple-property type="boolean" required="false" readOnly="true" name="bootClassPathSupported"/>
- <c:simple-property required="false" readOnly="true" name="classPath"/>
- <c:list-property required="false" readOnly="true" name="inputArguments">
+ <c:simple-property type="long" required="false" readOnly="true" name="collectionCount"/>
+ <c:simple-property type="long" required="false" readOnly="true" name="collectionTime"/>
+ <c:list-property required="false" readOnly="true" name="memoryPoolNames">
<c:simple-property required="false" name="element"/>
</c:list-property>
- <c:simple-property required="false" readOnly="true" name="libraryPath"/>
- <c:simple-property required="false" readOnly="true" name="managementSpecVersion"/>
<c:simple-property required="false" readOnly="true" name="name"/>
- <c:simple-property required="false" readOnly="true" name="specName"/>
- <c:simple-property required="false" readOnly="true" name="specVendor"/>
- <c:simple-property required="false" readOnly="true" name="specVersion"/>
- <c:simple-property type="long" required="false" readOnly="true" name="startTime"/>
- <c:map-property required="false" readOnly="true" name="systemProperties"/>
- <c:simple-property type="long" required="false" readOnly="true" name="uptime"/>
- <c:simple-property required="false" readOnly="true" name="vmName"/>
- <c:simple-property required="false" readOnly="true" name="vmVendor"/>
- <c:simple-property required="false" readOnly="true" name="vmVersion"/>
+ <c:simple-property type="boolean" required="false" readOnly="true" name="valid"/>
</resource-configuration>
</service>
+ <service name="Servlet MBean">
+ <resource-configuration>
+ <c:simple-property type="integer" required="false" readOnly="true" name="classLoadTime"/>
+ <c:simple-property required="false" readOnly="true" name="engineName"/>
+ <c:simple-property type="integer" required="false" readOnly="true" name="errorCount"/>
+ <c:simple-property type="boolean" required="false" name="eventProvider"/>
+ <c:simple-property type="long" required="false" readOnly="true" name="loadTime"/>
+ <c:simple-property type="long" required="false" readOnly="true" name="maxTime"/>
+ <c:simple-property type="long" required="false" readOnly="true" name="minTime"/>
+ <c:simple-property required="false" readOnly="true" name="modelerType"/>
+ <c:simple-property required="false" name="objectName"/>
+ <c:simple-property type="long" required="false" readOnly="true" name="processingTime"/>
+ <c:simple-property type="integer" required="false" readOnly="true" name="requestCount"/>
+ <c:simple-property type="boolean" required="false" name="stateManageable"/>
+ <c:simple-property type="boolean" required="false" name="statisticsProvider"/>
+ </resource-configuration>
+ </service>
<service name="Web MBean">
<operation name="resetCounters" displayName="Reset Counters" description=""/>
<metric property="bytesReceived" measurementType="dynamic" displayType="detail" displayName="Bytes Received" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
@@ -633,126 +639,674 @@
<metric property="requestCount" measurementType="dynamic" displayType="detail" displayName="Request Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
<resource-configuration>
<c:simple-property required="false" readOnly="true" name="mbeanNameAsString"/>
+ <c:simple-property required="false" name="state" description="The bean controller state"/>
</resource-configuration>
</service>
- <service name="%Generated% MCBean">
+ <service name="WebApplicationManager MBean">
<resource-configuration>
+ <c:simple-property type="integer" required="false" readOnly="true" name="activeSessions"/>
+ <c:simple-property required="false" name="algorithm"/>
+ <c:simple-property required="false" readOnly="true" name="className"/>
+ <c:simple-property type="boolean" required="false" name="distributable"/>
+ <c:simple-property type="integer" required="false" name="duplicates"/>
+ <c:simple-property required="false" name="entropy"/>
+ <c:simple-property type="integer" required="false" name="expiredSessions"/>
+ <c:simple-property type="integer" required="false" name="maxActive"/>
+ <c:simple-property type="integer" required="false" name="maxActiveSessions"/>
+ <c:simple-property type="integer" required="false" name="maxInactiveInterval"/>
+ <c:simple-property required="false" readOnly="true" name="modelerType"/>
+ <c:simple-property required="false" readOnly="true" name="name"/>
+ <c:simple-property required="false" name="pathname"/>
+ <c:simple-property type="integer" required="false" name="processExpiresFrequency"/>
+ <c:simple-property type="long" required="false" name="processingTime"/>
+ <c:simple-property required="false" name="randomFile"/>
+ <c:simple-property type="integer" required="false" name="rejectedSessions"/>
+ <c:simple-property type="integer" required="false" name="sessionAverageAliveTime"/>
+ <c:simple-property type="integer" required="false" name="sessionCounter"/>
+ <c:simple-property type="integer" required="false" name="sessionIdLength"/>
+ <c:simple-property type="integer" required="false" name="sessionMaxAliveTime"/>
+ </resource-configuration>
+ </service>
+ <service name="ProfileFactory MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
<c:list-property required="false" name="properties">
<c:map-property required="false" name="element"/>
</c:list-property>
</resource-configuration>
</service>
- <service name="%Generated% MCBean">
+ <service name="ManagedDeploymentCreator MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
<resource-configuration>
<c:list-property required="false" name="properties">
<c:map-property required="false" name="element"/>
</c:list-property>
</resource-configuration>
</service>
- <service name="%Generated% MCBean">
+ <service name="DefaultAspectManager MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
<resource-configuration>
<c:list-property required="false" name="properties">
<c:map-property required="false" name="element"/>
</c:list-property>
</resource-configuration>
</service>
- <service name="%Generated% MCBean">
+ <service name="StructureModificationChecker MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
<resource-configuration>
<c:list-property required="false" name="properties">
<c:map-property required="false" name="element"/>
</c:list-property>
</resource-configuration>
</service>
- <service name="ManagementView MCBean">
+ <service name="FileStructure MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
<resource-configuration>
- <c:simple-property required="false" name="state" description="The bean controller state"/>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
</resource-configuration>
</service>
- <service name="%Generated% MCBean">
+ <service name="InMemoryClassesDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
<resource-configuration>
<c:list-property required="false" name="properties">
<c:map-property required="false" name="element"/>
</c:list-property>
</resource-configuration>
</service>
- <service name="%Generated% MCBean">
+ <service name="MetaDataStructureModificationChecker MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
<resource-configuration>
<c:list-property required="false" name="properties">
<c:map-property required="false" name="element"/>
</c:list-property>
</resource-configuration>
</service>
- <service name="JTA MCBean">
+ <service name="AOPClassLoaderDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
<resource-configuration>
- <c:map-property required="false" readOnly="true" name="XATerminator"/>
- <c:simple-property type="long" required="false" readOnly="true" name="applicationRollbackCount"/>
- <c:simple-property type="long" required="false" readOnly="true" name="commitCount"/>
- <c:simple-property type="long" required="false" readOnly="true" name="heuristicCount"/>
- <c:simple-property type="long" required="false" readOnly="true" name="nestedTransactonCount"/>
- <c:simple-property required="false" name="objectStoreDir"/>
- <c:simple-property type="boolean" required="false" name="propagateFullContext"/>
- <c:map-property required="false" name="recoveryInetAddress">
- <c:simple-property type="boolean" required="false" name="MCGlobal"/>
- <c:simple-property type="boolean" required="false" name="MCLinkLocal"/>
- <c:simple-property type="boolean" required="false" name="MCNodeLocal"/>
- <c:simple-property type="boolean" required="false" name="MCOrgLocal"/>
- <c:simple-property type="boolean" required="false" name="MCSiteLocal"/>
- <c:list-property name="address">
- <c:simple-property required="false" name="element"/>
- </c:list-property>
- <c:simple-property type="boolean" required="false" name="anyLocalAddress"/>
- <c:simple-property required="false" name="canonicalHostName"/>
- <c:simple-property required="false" name="hostAddress"/>
- <c:simple-property required="false" name="hostName"/>
- <c:simple-property type="boolean" required="false" name="linkLocalAddress"/>
- <c:simple-property type="boolean" required="false" name="loopbackAddress"/>
- <c:simple-property type="boolean" required="false" name="multicastAddress"/>
- <c:simple-property type="boolean" required="false" name="siteLocalAddress"/>
- </c:map-property>
- <c:simple-property type="integer" required="false" name="recoveryPort"/>
- <c:simple-property type="long" required="false" readOnly="true" name="resourceRollbackCount"/>
- <c:simple-property type="long" required="false" readOnly="true" name="rollbackCount"/>
- <c:simple-property type="boolean" required="false" name="runInVMRecoveryManager"/>
- <c:simple-property type="long" required="false" readOnly="true" name="runningTransactionCount"/>
- <c:simple-property type="integer" required="false" name="socketProcessIdPort"/>
- <c:simple-property required="false" name="state" description="The bean controller state"/>
- <c:simple-property type="boolean" required="false" name="statisticsEnabled"/>
- <c:simple-property type="long" required="false" readOnly="true" name="timedoutCount"/>
- <c:simple-property type="long" required="false" readOnly="true" name="transactionCount"/>
- <c:map-property required="false" readOnly="true" name="transactionManager">
- <c:simple-property type="integer" required="false" name="status"/>
- <c:simple-property type="integer" required="false" name="transactionTimeout"/>
- </c:map-property>
- <c:map-property required="false" name="transactionStatusManagerInetAddress">
- <c:simple-property type="boolean" required="false" name="MCGlobal"/>
- <c:simple-property type="boolean" required="false" name="MCLinkLocal"/>
- <c:simple-property type="boolean" required="false" name="MCNodeLocal"/>
- <c:simple-property type="boolean" required="false" name="MCOrgLocal"/>
- <c:simple-property type="boolean" required="false" name="MCSiteLocal"/>
- <c:list-property name="address">
- <c:simple-property required="false" name="element"/>
- </c:list-property>
- <c:simple-property type="boolean" required="false" name="anyLocalAddress"/>
- <c:simple-property required="false" name="canonicalHostName"/>
- <c:simple-property required="false" name="hostAddress"/>
- <c:simple-property required="false" name="hostName"/>
- <c:simple-property type="boolean" required="false" name="linkLocalAddress"/>
- <c:simple-property type="boolean" required="false" name="loopbackAddress"/>
- <c:simple-property type="boolean" required="false" name="multicastAddress"/>
- <c:simple-property type="boolean" required="false" name="siteLocalAddress"/>
- </c:map-property>
- <c:simple-property type="integer" required="false" name="transactionStatusManagerPort"/>
- <c:map-property required="false" readOnly="true" name="transactionSynchronizationRegistry">
- <c:simple-property type="boolean" required="false" name="rollbackOnly"/>
- <c:simple-property type="integer" required="false" name="transactionStatus"/>
- </c:map-property>
- <c:simple-property type="integer" required="false" name="transactionTimeout"/>
- <c:map-property required="false" readOnly="true" name="userTransaction">
- <c:simple-property type="integer" required="false" name="status"/>
- <c:simple-property type="integer" required="false" name="transactionTimeout"/>
- </c:map-property>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
</resource-configuration>
</service>
+ <service name="AOPXMLMetaDataParserDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="ClassLoaderDescribeDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="ServiceMetaDataICF MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="JARStructureCandidates MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="Deployers MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="SARDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="JMXCreateDestroyAdvice$AspectBinding MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="KernelDeploymentDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="jmx-classloader:0.0.0 MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="DefaultDeploymentRepositoryFactory MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="AttachmentStore MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="SynchAdapter MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="AttachmentStore$metaDataFilter#1 MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="AspectManagerJMXRegistrar MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="JMXRegistrationAdvice$AspectBinding MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="aop-classloader:0.0.0$MODULE MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="ClassLoaderClassPathDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="profile-classloader:0.0.0 MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="ProfileRepositoryFactory MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="profile-classloader:0.0.0$MODULE MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="DefaultProfileKey MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="JMXRegistrationAdvice MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="MainDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="BeansDeploymentAopMetaDataDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="ProfileServicePersistenceDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="ClassLoadingDefaultDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="MetaDataStructureModificationChecker$filter#1 MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="AOPAnnotationMetaDataParserDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="ServiceDeploymentDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="DeclaredStructure MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="bootstrap-classloader:0.0.0 MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="JMXStartStopAdvice$AspectBinding MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="ModificationTypeStructureProcessor MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="DeploymentFilter MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="ClassLoaderDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="BeanDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="JMXCreateDestroyAdvice MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="BasicProfileFactory MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="aop-classloader:0.0.0 MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="StructureBuilder MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="bootstrap-classloader:0.0.0$MODULE MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="AOPDeploymentAopMetaDataDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="AOPRegisterModuleCallback MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="BeanMetaDataDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="ManagedObjectCreator MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="JMXKernel MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="ClassLoaderSystem MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="BeanMetaDataICF MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="KernelDeploymentManagedObjectCreator MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="AttachmentsSerializer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="jmx-classloader:0.0.0$MODULE MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="JARStructure MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="AOPClassLoaderScopingPolicy MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="ServiceClassLoaderDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="BootstrapProfileFactory MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="ClassLoading MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="AOPJBossIntegration MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="deployers-classloader:0.0.0 MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="ProfileServiceDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="FilteredProfileFactory MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="deployers-classloader:0.0.0$MODULE MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="WebVisitorAttributes MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="AspectManager MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="ProfileServiceBootstrap MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="JARFilter MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="StructuralDeployers MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="ServiceDeployer MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="ClassLoadingMetaDataParser MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="JMXStartStopAdvice MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="AOPClassPoolFactory MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="StructureModCache MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
+ <service name="ProfileService MCBean">
+ <metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <resource-configuration>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </resource-configuration>
+ </service>
<service name="MCServer MCBean">
<operation name="shutdown" displayName="Shutdown" description="Shutdown the server"/>
<resource-configuration>
@@ -877,101 +1431,169 @@
</resource-configuration>
</service>
<service name="Security MCBean">
- <operation name="createSecurityDomainContext" displayName="Create Security Domain Context" description="Create the context for the specified security domain">
- <parameters>
- <c:simple-property required="false" name="securityDomain" description="The security domain name"/>
- </parameters>
- <results>
- <c:notes>Create the context for the specified security domain</c:notes>
- <c:map-property required="false" name="result"/>
- </results>
- </operation>
- <operation name="deregisterJaasSecurityDomainInstance" displayName="Deregister Jaas Security Domain Instance" description="Deregister the specified security domain">
- <parameters>
- <c:simple-property required="false" name="securityDomain" description="The name of the security domain being deregistered"/>
- </parameters>
- </operation>
- <operation name="getAuditManager" displayName="Get Audit Manager" description="Get the audit manager for the specified security domain">
- <parameters>
- <c:simple-property required="false" name="securityDomain" description="The security domain name"/>
- </parameters>
- <results>
- <c:notes>Get the audit manager for the specified security domain</c:notes>
- <c:map-property required="false" name="result"/>
- </results>
- </operation>
- <operation name="getAuthenticationManager" displayName="Get Authentication Manager" description="Get the authentication manager for the specified security domain">
- <parameters>
- <c:simple-property required="false" name="securityDomain" description="The security domain name"/>
- </parameters>
- <results>
- <c:notes>Get the authentication manager for the specified security domain</c:notes>
- <c:map-property required="false" name="result"/>
- </results>
- </operation>
- <operation name="getAuthorizationManager" displayName="Get Authorization Manager" description="Get the authorization manager for the specified security domain">
- <parameters>
- <c:simple-property required="false" name="securityDomain" description="The security domain name"/>
- </parameters>
- <results>
- <c:notes>Get the authorization manager for the specified security domain</c:notes>
- <c:map-property required="false" name="result"/>
- </results>
- </operation>
- <operation name="getIdentityTrustManager" displayName="Get Identity Trust Manager" description="Get the identity trust manager for the specified security domain">
- <parameters>
- <c:simple-property required="false" name="securityDomain" description="The security domain name"/>
- </parameters>
- <results>
- <c:notes>Get the identity trust manager for the specified security domain</c:notes>
- <c:map-property required="false" name="result"/>
- </results>
- </operation>
- <operation name="getMappingManager" displayName="Get Mapping Manager" description="Get the mapping manager for the specified security domain">
- <parameters>
- <c:simple-property required="false" name="securityDomain" description="The security domain name"/>
- </parameters>
- <results>
- <c:notes>Get the mapping manager for the specified security domain</c:notes>
- <c:map-property required="false" name="result"/>
- </results>
- </operation>
- <operation name="registerJaasSecurityDomainInstance" displayName="Register Jaas Security Domain Instance" description="Register the specified security domain">
- <parameters>
- <c:map-property required="false" name="domain" description="The security domain being registered">
- <c:simple-property required="false" name="cipherAlgorithm"/>
- <c:simple-property type="boolean" required="false" name="deepCopySubjectOption"/>
- <c:simple-property type="integer" required="false" name="iterationCount"/>
- <c:simple-property required="false" name="keyStorePass"/>
- <c:simple-property required="false" name="keyStoreType"/>
- <c:simple-property required="false" name="keyStoreURL"/>
+ <resource-configuration>
+ <c:simple-property type="boolean" required="false" name="abstract"/>
+ <c:simple-property required="false" name="accessMode"/>
+ <c:list-property required="false" name="aliasMetaData">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ <c:list-property required="false" name="aliases">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ <c:list-property required="false" name="annotations">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ <c:simple-property type="boolean" required="false" name="autowireCandidate"/>
+ <c:simple-property required="false" name="autowireType"/>
+ <c:simple-property required="false" name="bean"/>
+ <c:list-property required="false" readOnly="true" name="beans">
+ <c:map-property required="false" name="element">
+ <c:simple-property type="boolean" required="false" name="abstract"/>
+ <c:simple-property required="false" name="accessMode"/>
+ <c:list-property name="aliases">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ <c:list-property name="annotations">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ <c:simple-property type="boolean" required="false" name="autowireCandidate"/>
+ <c:simple-property required="false" name="autowireType"/>
+ <c:simple-property required="false" name="bean"/>
+ <c:list-property name="demands">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ <c:list-property name="depends">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ <c:simple-property required="false" name="errorHandlingMode"/>
+ <c:list-property name="installCallbacks">
+ <c:map-property required="false" name="element">
+ <c:simple-property required="false" name="property"/>
+ <c:simple-property required="false" name="signature"/>
+ </c:map-property>
+ </c:list-property>
+ <c:list-property name="installs">
+ <c:map-property required="false" name="element">
+ <c:simple-property required="false" name="bean"/>
+ </c:map-property>
+ </c:list-property>
+ <c:simple-property required="false" name="mode"/>
<c:simple-property required="false" name="name"/>
- <c:list-property name="notificationInfo">
+ <c:simple-property required="false" name="parent"/>
+ <c:list-property name="properties">
<c:map-property required="false" name="element">
- <c:simple-property required="false" name="description"/>
<c:simple-property required="false" name="name"/>
- <c:list-property name="notifTypes">
-<c:simple-property required="false" name="element"/>
+ <c:simple-property type="boolean" required="false" name="preInstantiate"/>
+ <c:simple-property required="false" name="type"/>
+ </c:map-property>
+ </c:list-property>
+ <c:list-property name="related">
+ <c:map-property required="false" name="element">
+ <c:simple-property required="false" name="className"/>
+ <c:list-property name="enabled">
+<c:map-property required="false" name="element"/>
</c:list-property>
</c:map-property>
</c:list-property>
- <c:simple-property required="false" name="salt"/>
- <c:simple-property required="false" name="securityDomain"/>
- <c:simple-property type="integer" required="false" name="state"/>
- <c:simple-property required="false" name="stateString"/>
- <c:simple-property required="false" name="trustStorePass"/>
- <c:simple-property required="false" name="trustStoreType"/>
- <c:simple-property required="false" name="trustStoreURL"/>
+ <c:list-property name="supplies">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ <c:list-property name="uninstallCallbacks">
+ <c:map-property required="false" name="element">
+ <c:simple-property required="false" name="property"/>
+ <c:simple-property required="false" name="signature"/>
+ </c:map-property>
+ </c:list-property>
+ <c:list-property name="uninstalls">
+ <c:map-property required="false" name="element">
+ <c:simple-property required="false" name="bean"/>
+ </c:map-property>
+ </c:list-property>
</c:map-property>
- </parameters>
- </operation>
- <resource-configuration>
- <c:simple-property required="false" name="auditMgrClass" description="The class that implements the AuditManager interface"/>
- <c:simple-property required="false" name="authenticationMgrClass" description="The class that implements the AuthenticationManager interface"/>
- <c:simple-property required="false" name="authorizationMgrClass" description="The class that implements the AuthorizationManager interface"/>
- <c:simple-property required="false" name="identityTrustMgrClass" description="The class that implements the IdentityTrustManager interface"/>
- <c:simple-property required="false" name="mappingMgrClass" description="The class that implements the MappingManager interface"/>
+ </c:list-property>
+ <c:map-property required="false" readOnly="true" name="children"/>
+ <c:map-property required="false" name="classLoader"/>
+ <c:simple-property required="false" readOnly="true" name="classShortName"/>
+ <c:map-property required="false" name="constructor">
+ <c:simple-property required="false" name="factoryClass"/>
+ <c:simple-property required="false" name="factoryMethod"/>
+ </c:map-property>
+ <c:map-property required="false" name="create">
+ <c:simple-property type="boolean" required="false" name="ignored"/>
+ <c:simple-property required="false" name="methodName"/>
+ </c:map-property>
+ <c:list-property required="false" name="demands">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ <c:list-property required="false" name="depends">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ <c:simple-property required="false" name="description"/>
+ <c:map-property required="false" name="destroy">
+ <c:simple-property type="boolean" required="false" name="ignored"/>
+ <c:simple-property required="false" name="methodName"/>
+ </c:map-property>
+ <c:simple-property required="false" name="errorHandlingMode"/>
+ <c:list-property required="false" name="installCallbacks">
+ <c:map-property required="false" name="element">
+ <c:simple-property required="false" name="property"/>
+ <c:simple-property required="false" name="signature"/>
+ </c:map-property>
+ </c:list-property>
+ <c:list-property required="false" name="installs">
+ <c:map-property required="false" name="element">
+ <c:simple-property required="false" name="bean"/>
+ </c:map-property>
+ </c:list-property>
+ <c:simple-property required="false" name="mode"/>
+ <c:simple-property required="false" name="name"/>
+ <c:simple-property required="false" name="parent"/>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element">
+ <c:simple-property required="false" name="description"/>
+ <c:simple-property required="false" name="name"/>
+ <c:map-property required="false" name="value"/>
+ <c:simple-property required="false" readOnly="true" name="classShortName"/>
+ <c:map-property required="false" readOnly="true" name="children"/>
+ <c:simple-property type="boolean" required="false" name="preInstantiate"/>
+ <c:list-property required="false" name="annotations">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ <c:simple-property required="false" readOnly="true" name="type"/>
+ </c:map-property>
+ </c:list-property>
+ <c:list-property required="false" name="related">
+ <c:map-property required="false" name="element">
+ <c:simple-property required="false" name="className"/>
+ <c:list-property name="enabled">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ </c:map-property>
+ </c:list-property>
+ <c:map-property required="false" name="start">
+ <c:simple-property type="boolean" required="false" name="ignored"/>
+ <c:simple-property required="false" name="methodName"/>
+ </c:map-property>
<c:simple-property required="false" name="state" description="The bean controller state"/>
+ <c:map-property required="false" name="stop">
+ <c:simple-property type="boolean" required="false" name="ignored"/>
+ <c:simple-property required="false" name="methodName"/>
+ </c:map-property>
+ <c:list-property required="false" name="supplies">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ <c:map-property required="false" readOnly="true" name="underlyingValue"/>
+ <c:list-property required="false" name="uninstallCallbacks">
+ <c:map-property required="false" name="element">
+ <c:simple-property required="false" name="property"/>
+ <c:simple-property required="false" name="signature"/>
+ </c:map-property>
+ </c:list-property>
+ <c:list-property required="false" name="uninstalls">
+ <c:map-property required="false" name="element">
+ <c:simple-property required="false" name="bean"/>
+ </c:map-property>
+ </c:list-property>
</resource-configuration>
</service>
<service name="ServerConfig MCBean">
@@ -1068,27 +1690,56 @@
<metric property="specificationVersion" displayType="summary" displayName="Specification Version" description="the server Specification-Version" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
</service>
<service name="ServerInfo MCBean">
+ <operation name="listMemoryPools" displayName="List Memory Pools" description="Return a listing of the thread pools on jdk5+">
+ <parameters>
+ <c:simple-property type="boolean" required="false" name="fancy" description="produce a text-based graph when true"/>
+ </parameters>
+ <results>
+ <c:notes>Return a listing of the thread pools on jdk5+</c:notes>
+ <c:simple-property required="false" name="result"/>
+ </results>
+ </operation>
+ <operation name="listThreadCpuUtilization" displayName="List Thread Cpu Utilization" description="Return a listing of the active threads and thread groups">
+ <results>
+ <c:notes>Return a listing of the active threads and thread groups</c:notes>
+ <c:simple-property required="false" name="result"/>
+ </results>
+ </operation>
+ <operation name="listThreadDump" displayName="List Thread Dump" description="Return a listing of the active threads and thread groups">
+ <results>
+ <c:notes>Return a listing of the active threads and thread groups</c:notes>
+ <c:simple-property required="false" name="result"/>
+ </results>
+ </operation>
+ <metric property="OSArch" displayType="summary" displayName="OS Arch" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <metric property="OSName" displayType="summary" displayName="OS Name" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <metric property="OSVersion" displayType="summary" displayName="OS Version" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <metric property="activeThreadCount" measurementType="dynamic" displayType="detail" displayName="Active Thread Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+ <metric property="activeThreadGroupCount" measurementType="dynamic" displayType="detail" displayName="Active Thread Group Count" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+ <metric property="availableProcessors" measurementType="dynamic" displayType="detail" displayName="Available Processors" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+ <metric property="freeMemory" measurementType="dynamic" displayType="detail" displayName="Free Memory" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
+ <metric property="hostAddress" displayType="summary" displayName="Host Address" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <metric property="hostName" displayType="summary" displayName="Host Name" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <metric property="javaVMName" displayType="summary" displayName="Java VM Name" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <metric property="javaVMVendor" displayType="summary" displayName="Java VM Vendor" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <metric property="javaVMVersion" displayType="summary" displayName="Java VM Version" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <metric property="javaVendor" displayType="summary" displayName="Java Vendor" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <metric property="javaVersion" displayType="summary" displayName="Java Version" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <metric property="maxMemory" measurementType="dynamic" displayType="detail" displayName="Max Memory" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
<metric property="state" displayType="summary" displayName="State" description="The bean controller state" defaultOn="true" defaultInterval="600000" dataType="trait" category="performance"/>
+ <metric property="totalMemory" measurementType="dynamic" displayType="detail" displayName="Total Memory" defaultOn="true" defaultInterval="60000" dataType="measurement" category="performance"/>
<resource-configuration>
<c:simple-property required="false" readOnly="true" name="OSArch"/>
<c:simple-property required="false" readOnly="true" name="OSName"/>
<c:simple-property required="false" readOnly="true" name="OSVersion"/>
- <c:simple-property type="integer" required="false" readOnly="true" name="activeThreadCount"/>
- <c:simple-property type="integer" required="false" readOnly="true" name="activeThreadGroupCount"/>
<c:list-property required="false" name="alias" description="Aliases of the bean">
<c:simple-property required="false" name="element"/>
</c:list-property>
- <c:simple-property type="integer" required="false" readOnly="true" name="availableProcessors"/>
- <c:simple-property type="long" required="false" readOnly="true" name="freeMemory"/>
- <c:simple-property required="false" readOnly="true" name="hostAddress"/>
- <c:simple-property required="false" readOnly="true" name="hostName"/>
<c:simple-property required="false" readOnly="true" name="javaVMName"/>
<c:simple-property required="false" readOnly="true" name="javaVMVendor"/>
<c:simple-property required="false" readOnly="true" name="javaVMVersion"/>
<c:simple-property required="false" readOnly="true" name="javaVendor"/>
<c:simple-property required="false" readOnly="true" name="javaVersion"/>
- <c:simple-property type="long" required="false" readOnly="true" name="maxMemory"/>
- <c:simple-property type="long" required="false" readOnly="true" name="totalMemory"/>
</resource-configuration>
</service>
<service name="ServiceBindingSet MCBean">
@@ -1098,6 +1749,7 @@
<c:list-property required="false" readOnly="true" name="overrideBindings" description="bindings that either override or are additions to the base bindings configured in the ServiceBindingStore">
<c:map-property required="false" name="element">
<c:simple-property required="false" name="bindingName"/>
+ <c:simple-property required="false" name="description"/>
<c:simple-property type="boolean" required="false" name="fixedHostName"/>
<c:simple-property type="boolean" required="false" name="fixedPort"/>
<c:simple-property required="false" name="fullyQualifiedName"/>
@@ -1108,10 +1760,14 @@
</c:map-property>
</c:list-property>
<c:simple-property type="integer" required="false" name="portOffset" description="offset that should be applied to non-fixed-portbindings associated with this set"/>
+ <c:simple-property required="false" name="state" description="The bean controller state"/>
</resource-configuration>
</service>
- <service name="ear">
+ <service name="ejb3x">
<resource-configuration>
+ <c:list-property required="false" name="beanFactories">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
<c:simple-property type="boolean" required="false" name="blackList"/>
<c:simple-property type="boolean" required="false" name="cache"/>
<c:map-property required="false" name="capabilities">
@@ -1128,6 +1784,9 @@
<c:simple-property required="false" name="name"/>
<c:simple-property required="false" name="parentDomain"/>
<c:simple-property type="boolean" required="false" name="parentFirst"/>
+ <c:list-property required="false" name="properties">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
<c:map-property required="false" name="requirements">
<c:list-property name="requirements">
<c:map-property required="false" name="element">
@@ -1137,25 +1796,12 @@
</c:map-property>
</c:list-property>
</c:map-property>
+ <c:simple-property required="false" name="state" description="The bean controller state"/>
<c:simple-property required="false" name="version"/>
</resource-configuration>
</service>
- <service name="ejb2x">
+ <service name="war">
<resource-configuration>
- <c:list-property required="false" name="beanFactories">
- <c:map-property required="false" name="element"/>
- </c:list-property>
- <c:list-property required="false" name="properties">
- <c:map-property required="false" name="element"/>
- </c:list-property>
- <c:simple-property required="false" name="state" description="The bean controller state"/>
- </resource-configuration>
- </service>
- <service name="ejb3x">
- <resource-configuration>
- <c:list-property required="false" name="beanFactories">
- <c:map-property required="false" name="element"/>
- </c:list-property>
<c:simple-property type="boolean" required="false" name="blackList"/>
<c:simple-property type="boolean" required="false" name="cache"/>
<c:map-property required="false" name="capabilities">
@@ -1172,9 +1818,6 @@
<c:simple-property required="false" name="name"/>
<c:simple-property required="false" name="parentDomain"/>
<c:simple-property type="boolean" required="false" name="parentFirst"/>
- <c:list-property required="false" name="properties">
- <c:map-property required="false" name="element"/>
- </c:list-property>
<c:map-property required="false" name="requirements">
<c:list-property name="requirements">
<c:map-property required="false" name="element">
@@ -1184,11 +1827,10 @@
</c:map-property>
</c:list-property>
</c:map-property>
- <c:simple-property required="false" name="state" description="The bean controller state"/>
<c:simple-property required="false" name="version"/>
</resource-configuration>
</service>
- <service name="war">
+ <service name="rar">
<resource-configuration>
<c:simple-property type="boolean" required="false" name="blackList"/>
<c:simple-property type="boolean" required="false" name="cache"/>
@@ -1197,6 +1839,27 @@
<c:map-property required="false" name="element"/>
</c:list-property>
</c:map-property>
+ <c:map-property required="false" name="connectorMetaData">
+ <c:simple-property required="false" name="EISType"/>
+ <c:simple-property required="false" name="RAClass"/>
+ <c:simple-property required="false" name="RAVersion"/>
+ <c:list-property name="adminObjects">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ <c:list-property name="properties">
+ <c:map-property required="false" name="element">
+ <c:list-property name="descriptions">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ <c:simple-property required="false" name="name"/>
+ <c:simple-property required="false" name="type"/>
+ <c:simple-property required="false" name="value"/>
+ </c:map-property>
+ </c:list-property>
+ <c:simple-property type="boolean" required="false" name="reauthenticationSupport"/>
+ <c:simple-property required="false" name="vendorName"/>
+ <c:simple-property required="false" name="version"/>
+ </c:map-property>
<c:simple-property required="false" name="domain"/>
<c:simple-property required="false" name="excluded"/>
<c:simple-property required="false" name="excludedExport"/>
@@ -1206,6 +1869,23 @@
<c:simple-property required="false" name="name"/>
<c:simple-property required="false" name="parentDomain"/>
<c:simple-property type="boolean" required="false" name="parentFirst"/>
+ <c:map-property required="false" name="raXmlMetaData">
+ <c:list-property name="dependsMetaData">
+ <c:map-property required="false" name="element">
+ <c:simple-property required="false" name="dependsName"/>
+ </c:map-property>
+ </c:list-property>
+ <c:list-property name="properties">
+ <c:map-property required="false" name="element">
+ <c:list-property name="descriptions">
+ <c:map-property required="false" name="element"/>
+ </c:list-property>
+ <c:simple-property required="false" name="name"/>
+ <c:simple-property required="false" name="type"/>
+ <c:simple-property required="false" name="value"/>
+ </c:map-property>
+ </c:list-property>
+ </c:map-property>
<c:map-property required="false" name="requirements">
<c:list-property name="requirements">
<c:map-property required="false" name="element">
@@ -1249,32 +1929,7 @@
</c:list-property>
</c:map-property>
<c:list-property required="false" name="services" description="The mbeans">
- <c:map-property required="false" name="element">
- <c:simple-property type="integer" required="false" readOnly="true" name="nonDurableSubscriptionsCount" description="The count of all non durable subscriptions of this topic"/>
- <c:simple-property type="boolean" required="false" readOnly="true" name="clustered" description="Is this a clustered destination?"/>
- <c:simple-property type="integer" required="false" readOnly="true" name="durableSubscriptionsCount" description="The count of all durable subscriptions of this topic"/>
- <c:simple-property required="false" name="DLQ" description="The DLQ for this topic, overrides the default DLQ on the server peer"/>
- <c:simple-property type="integer" required="false" readOnly="true" name="allMessageCount" description="The count of all messages in all subscriptions of this topic"/>
- <c:map-property required="false" name="securityConfig" description="The destination's security configuration"/>
- <c:list-property required="false" readOnly="true" name="messageCounters" description="The message counters for the topic">
- <c:map-property required="false" name="element"/>
- </c:list-property>
- <c:simple-property type="integer" required="false" name="pageSize" description="The paging size, can only be set when topic is stopped"/>
- <c:simple-property required="false" name="expiryQueue" description="The expiry queue for this topic, overrides the default expiry queue on the server peer"/>
- <c:simple-property required="false" name="serverPeer" description="The ObjectName of the server peer this destination was deployed on"/>
- <c:simple-property type="integer" required="false" readOnly="true" name="durableMessageCount" description="The count of all messages in all durable subscriptions of this topic"/>
- <c:simple-property readOnly="true" name="name" description="The destination name"/>
- <c:simple-property type="integer" required="false" name="fullSize" description="The in-memory message limit, can only be set when topic is stopped"/>
- <c:simple-property name="JNDIName" description="The destination's JNDI name"/>
- <c:simple-property type="integer" required="false" name="messageCounterHistoryDayLimit" description="The day limit for the message counter"/>
- <c:simple-property type="integer" required="false" name="downCacheSize" description="The write-cache size, can only be set when topic is stopped"/>
- <c:simple-property type="long" required="false" name="redeliveryDelay" description="The delay before redelivering"/>
- <c:simple-property type="boolean" required="false" readOnly="true" name="createdProgrammatically" description="True if this destination was created programmatically"/>
- <c:simple-property type="integer" required="false" readOnly="true" name="allSubscriptionsCount" description="The count of all subscriptions of this topic"/>
- <c:simple-property type="integer" required="false" name="maxSize" description="The maximum number of messages this topic can hold before they are dropped"/>
- <c:simple-property type="integer" required="false" readOnly="true" name="nonDurableMessageCount" description="The count of all messages in all non durable subscriptions of this topic"/>
- <c:simple-property type="integer" required="false" name="maxDeliveryAttempts" description="The maximum delivery attempts to the topic"/>
- </c:map-property>
+ <c:map-property required="false" name="element"/>
</c:list-property>
<c:simple-property required="false" name="version"/>
</resource-configuration>
Added: trunk/jbas5/etc/overlay/bin/run-conf.bat
===================================================================
--- trunk/jbas5/etc/overlay/bin/run-conf.bat (rev 0)
+++ trunk/jbas5/etc/overlay/bin/run-conf.bat 2009-05-08 02:48:47 UTC (rev 406)
@@ -0,0 +1,57 @@
+rem ### -*- batch file -*- ######################################################
+rem # ##
+rem # JBoss Bootstrap Script Configuration ##
+rem # ##
+rem #############################################################################
+
+rem # $Id$
+
+rem #
+rem # This batch file is executed by run.bat to initialize the environment
+rem # variables that run.bat uses. It is recommended to use this file to
+rem # configure these variables, rather than modifying run.bat itself.
+rem #
+
+rem #
+rem # Specify the profiler configuration file to load.
+rem #
+rem # Default is to not load profiler configuration file.
+rem #
+rem set "PROFILER=%JBOSS_HOME%\bin\jboss-profiler.properties"
+
+rem #
+rem # Specify the location of the Java home directory (it is recommended that
+rem # this always be set). If set, then "%JAVA_HOME%\bin\java" will be used as
+rem # the Java VM executable; otherwise, "%JAVA%" will be used (see below).
+rem #
+rem set "JAVA_HOME=C:\opt\jdk1.6.0_13"
+
+rem #
+rem # Specify the exact Java VM executable to use - only used if JAVA_HOME is
+rem # not set. Default is "java".
+rem #
+rem set "JAVA=C:\opt\jdk1.6.0_13\bin\java"
+
+rem #
+rem # Specify options to pass to the Java VM. Note, there are some additional
+rem # options are always passed by run.bat.
+rem #
+if not "x%JAVA_OPTS%" == "x" goto javaOptsSet
+rem # JVM memory allocation pool parameters.
+set JAVA_OPTS=%JAVA_OPTS% -Xms200M -Xmx400M -XX:PermSize=100M -XX:MaxPermSize=200M
+
+rem # Reduce the RMI GCs to once per hour for Sun JVMs.
+set "JAVA_OPTS=%JAVA_OPTS% -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
+
+rem # Warn when resolving remote XML DTDs or schemas.
+set "JAVA_OPTS=%JAVA_OPTS% -Dorg.jboss.resolver.warning=true"
+
+rem # Enable debug mode for Admin Console.
+set "JAVA_OPTS=%JAVA_OPTS% -Djbmancon.debug=true"
+
+rem # Expose the Java platform MBeans via the JBoss MBeanServer.
+set "JAVA_OPTS=%JAVA_OPTS% -Djboss.platform.mbeanserver"
+
+rem # Enable JPDA remote socket debugging.
+set "JAVA_OPTS=%JAVA_OPTS% -Xrunjdwp:transport=dt_socket,address=7777,server=y,suspend=n"
+:javaOptsSet
Property changes on: trunk/jbas5/etc/overlay/bin/run-conf.bat
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:keywords
+ Date Author Id Revision HeadURL
Name: svn:eol-style
+ CRLF
Deleted: trunk/jbas5/etc/overlay/bin/run.bat
===================================================================
--- trunk/jbas5/etc/overlay/bin/run.bat 2009-05-07 21:13:35 UTC (rev 405)
+++ trunk/jbas5/etc/overlay/bin/run.bat 2009-05-08 02:48:47 UTC (rev 406)
@@ -1,167 +0,0 @@
-@echo off
-rem -------------------------------------------------------------------------
-rem JBoss Bootstrap Script for Windows
-rem -------------------------------------------------------------------------
-
-rem $Id$
-
-@if not "%ECHO%" == "" echo %ECHO%
-@if "%OS%" == "Windows_NT" setlocal
-
-if "%OS%" == "Windows_NT" (
- set "DIRNAME=%~dp0%"
-) else (
- set DIRNAME=.\
-)
-
-pushd %DIRNAME%..
-if "x%JBOSS_HOME%" == "x" (
- set "JBOSS_HOME=%CD%"
-)
-popd
-
-set DIRNAME=
-
-if exist "%JBOSS_HOME%\server\default\deploy\jbas5-admin-console.war" (
- if exist "%JBOSS_HOME%\server\default\deploy\jopr-embedded-jbas5.war" (
- echo Deleting %JBOSS_HOME%\server\default\deploy\jopr-embedded-jbas5.war...
- rmdir /s /q %JBOSS_HOME%\server\default\deploy\jopr-embedded-jbas5.war >nul
- )
- if exist "%JBOSS_HOME%\server\default\deploy\admin-console.war" (
- echo Deleting %JBOSS_HOME%\server\default\deploy\admin-console.war...
- rmdir /s /q %JBOSS_HOME%\server\default\deploy\admin-console.war >nul
- )
-)
-
-if "%OS%" == "Windows_NT" (
- set "PROGNAME=%~nx0%"
-) else (
- set "PROGNAME=run.bat"
-)
-
-if "x%JAVA_OPTS%" == "x" (
- set "JAVA_OPTS=-Dprogram.name=%PROGNAME%"
-) else (
- set "JAVA_OPTS=%JAVA_OPTS% -Dprogram.name=%PROGNAME%"
-)
-
-if "x%JAVA_HOME%" == "x" (
- set JAVA=java
- echo JAVA_HOME is not set. Unexpected results may occur.
- echo Set JAVA_HOME to the directory of your local JDK to avoid this message.
-) else (
- set "JAVA=%JAVA_HOME%\bin\java"
- if exist "%JAVA_HOME%\lib\tools.jar" (
- set "JAVAC_JAR=%JAVA_HOME%\lib\tools.jar"
- )
-)
-
-rem Add -server to the JVM options, if supported
-"%JAVA%" -server -version 2>&1 | findstr /I hotspot > nul
-if not errorlevel == 1 (
- set "JAVA_OPTS=%JAVA_OPTS% -server"
-)
-
-rem Set Java platform if 64-Bit JVM used
-set JAVA_PLATFORM=
-"%JAVA%" -version 2>&1 | findstr /I "64-Bit ^| x86_64" > nul
-if not errorlevel == 1 (
- if /I "%PROCESSOR_ARCHITECTURE%"=="IA64" (set JAVA_PLATFORM=ia64
- ) else if /I "%PROCESSOR_ARCHITECTURE%"=="AMD64" (set JAVA_PLATFORM=x64
- ) else if /I "%PROCESSOR_ARCHITECTURE%"=="x64" (set JAVA_PLATFORM=x64
- ) else if /I "%PROCESSOR_ARCHITEW6432%"=="IA64" (set JAVA_PLATFORM=i64
- ) else if /I "%PROCESSOR_ARCHITEW6432%"=="AMD64" (set JAVA_PLATFORM=x64
- ) else (
- echo PROCESSOR_ARCHITECTURE is not set. Unexpected results may occur.
- echo Set PROCESSOR_ARCHITECTURE according to the 64-Bit JVM used.
- )
-)
-
-if "x%JAVA_PLATFORM%" == "x" set JAVA_PLATFORM=x86
-
-rem Add native to the PATH if present
-set JBOSS_NATIVE_LOC=
-if exist "%JBOSS_HOME%\bin\META-INF\lib\windows-%JAVA_PLATFORM%" (
- set "JBOSS_NATIVE_HOME=%JBOSS_HOME%\bin\META-INF\lib\windows-%JAVA_PLATFORM%"
-) else if exist "%JBOSS_HOME%\bin\native" (
- set "JBOSS_NATIVE_HOME=%JBOSS_HOME%\bin\native"
-)
-
-if not "x%JBOSS_NATIVE_HOME%" == "x" (
- set "PATH=%JBOSS_NATIVE_HOME%;%PATH%;%JBOSS_HOME%\bin"
- set JAVA_OPTS=%JAVA_OPTS% "-Djava.library.path=%JBOSS_NATIVE_HOME%;%PATH%;%JBOSS_HOME%\bin"
-)
-
-rem Find run.jar, or we can't continue
-
-if exist "%JBOSS_HOME%\bin\run.jar" (
- if "x%JAVAC_JAR%" == "x" (
- set "RUNJAR=%JAVAC_JAR%;%JBOSS_HOME%\bin\run.jar"
- ) else (
- set "RUNJAR=%JBOSS_HOME%\bin\run.jar"
- )
-) else (
- echo Could not locate "%JBOSS_HOME%\bin\run.jar".
- echo Please check that you are in the bin directory when running this script.
- goto END
-)
-
-rem If JBOSS_CLASSPATH empty, don't include it, as this will
-rem result in including the local directory in the classpath, which makes
-rem error tracking harder.
-if "x%JBOSS_CLASSPATH%" == "x" (
- set "RUN_CLASSPATH=%RUNJAR%"
-) else (
- set "RUN_CLASSPATH=%JBOSS_CLASSPATH%;%RUNJAR%"
-)
-
-set JBOSS_CLASSPATH=%RUN_CLASSPATH%
-
-rem Setup JBoss specific properties
-set JAVA_OPTS=%JAVA_OPTS% -Djboss.platform.mbeanserver -Djbmancon.debug=true
-
-rem JVM memory allocation pool parameters. Modify as appropriate.
-set JAVA_OPTS=%JAVA_OPTS% -Xms200M -Xmx400M -XX:PermSize=100M -XX:MaxPermSize=200M
-
-rem Warn when resolving remote XML dtd/schemas
-set JAVA_OPTS=%JAVA_OPTS% -Dorg.jboss.resolver.warning=true
-
-rem This should be removed when JBoss configuration XML files can be validated JBAS-6744
-set JAVA_OPTS=%JAVA_OPTS% -Dxb.builder.useUnorderedSequence=true
-
-rem With Sun JVMs reduce the RMI GCs to once per hour
-set JAVA_OPTS=%JAVA_OPTS% -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
-
-rem JPDA options. Uncomment and modify as appropriate to enable remote debugging.
-set JAVA_OPTS=%JAVA_OPTS% -Xdebug -Xrunjdwp:transport=dt_socket,address=7777,server=y,suspend=n
-
-rem Setup the java endorsed dirs
-set JBOSS_ENDORSED_DIRS=%JBOSS_HOME%\lib\endorsed
-
-echo ===============================================================================
-echo.
-echo JBoss Bootstrap Environment
-echo.
-echo JBOSS_HOME: %JBOSS_HOME%
-echo.
-echo JAVA: %JAVA%
-echo.
-echo JAVA_OPTS: %JAVA_OPTS%
-echo.
-echo CLASSPATH: %JBOSS_CLASSPATH%
-echo.
-echo ===============================================================================
-echo.
-
-:RESTART
-"%JAVA%" %JAVA_OPTS% ^
- -Djava.endorsed.dirs="%JBOSS_ENDORSED_DIRS%" ^
- -classpath "%JBOSS_CLASSPATH%" ^
- org.jboss.Main %*
-
-if ERRORLEVEL 10 goto RESTART
-
-:END
-if "x%NOPAUSE%" == "x" pause
-
-:END_NO_PAUSE
15 years, 8 months
EMBJOPR SVN: r405 - in trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5: jmsDestinations and 1 other directory.
by embjopr-commits@lists.jboss.org
Author: fjuma
Date: 2009-05-07 17:13:35 -0400 (Thu, 07 May 2009)
New Revision: 405
Modified:
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/datasources/DatasourceMetricsTest.java
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/datasources/DatasourceOperationsTest.java
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations/JMSMetricsTest.java
trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations/JMSOperationsTest.java
Log:
Modifying the metrics tests and the operations tests so that they don't expect fractional digits for metrics that have no units.
Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/datasources/DatasourceMetricsTest.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/datasources/DatasourceMetricsTest.java 2009-05-07 20:47:41 UTC (rev 404)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/datasources/DatasourceMetricsTest.java 2009-05-07 21:13:35 UTC (rev 405)
@@ -50,14 +50,14 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(AVAILABLE_CONNECTION_COUNT, "20.0");
- expectedMetrics.put(CONNECTION_COUNT, "0.0");
- expectedMetrics.put(CONNECTION_CREATED_COUNT, "0.0");
- expectedMetrics.put(CONNECTION_DESTROYED_COUNT, "0.0");
- expectedMetrics.put(IN_USE_CONNECTION_COUNT, "0.0");
- expectedMetrics.put(MAX_CONNECTIONS_IN_USE_COUNT, "0.0");
- expectedMetrics.put(MAX_SIZE, "20.0");
- expectedMetrics.put(MIN_SIZE, "5.0");
+ expectedMetrics.put(AVAILABLE_CONNECTION_COUNT, "20");
+ expectedMetrics.put(CONNECTION_COUNT, "0");
+ expectedMetrics.put(CONNECTION_CREATED_COUNT, "0");
+ expectedMetrics.put(CONNECTION_DESTROYED_COUNT, "0");
+ expectedMetrics.put(IN_USE_CONNECTION_COUNT, "0");
+ expectedMetrics.put(MAX_CONNECTIONS_IN_USE_COUNT, "0");
+ expectedMetrics.put(MAX_SIZE, "20");
+ expectedMetrics.put(MIN_SIZE, "5");
checkMetrics(propertiesMap.get("jndi-name"), DatasourceType.LOCAL_TX_DATASOURCE, expectedMetrics);
@@ -108,14 +108,14 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(AVAILABLE_CONNECTION_COUNT, "19.0");
- expectedMetrics.put(CONNECTION_COUNT, "5.0");
- expectedMetrics.put(CONNECTION_CREATED_COUNT, "5.0");
- expectedMetrics.put(CONNECTION_DESTROYED_COUNT, "0.0");
- expectedMetrics.put(IN_USE_CONNECTION_COUNT, "1.0");
- expectedMetrics.put(MAX_CONNECTIONS_IN_USE_COUNT, "1.0");
- expectedMetrics.put(MAX_SIZE, "20.0");
- expectedMetrics.put(MIN_SIZE, "5.0");
+ expectedMetrics.put(AVAILABLE_CONNECTION_COUNT, "19");
+ expectedMetrics.put(CONNECTION_COUNT, "5");
+ expectedMetrics.put(CONNECTION_CREATED_COUNT, "5");
+ expectedMetrics.put(CONNECTION_DESTROYED_COUNT, "0");
+ expectedMetrics.put(IN_USE_CONNECTION_COUNT, "1");
+ expectedMetrics.put(MAX_CONNECTIONS_IN_USE_COUNT, "1");
+ expectedMetrics.put(MAX_SIZE, "20");
+ expectedMetrics.put(MIN_SIZE, "5");
checkMetrics(propertiesMap.get("jndi-name"), DatasourceType.LOCAL_TX_DATASOURCE, expectedMetrics);
@@ -169,14 +169,14 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(AVAILABLE_CONNECTION_COUNT, "14.0");
- expectedMetrics.put(CONNECTION_COUNT, "6.0");
- expectedMetrics.put(CONNECTION_CREATED_COUNT, "6.0");
- expectedMetrics.put(CONNECTION_DESTROYED_COUNT, "0.0");
- expectedMetrics.put(IN_USE_CONNECTION_COUNT, "6.0");
- expectedMetrics.put(MAX_CONNECTIONS_IN_USE_COUNT, "6.0");
- expectedMetrics.put(MAX_SIZE, "20.0");
- expectedMetrics.put(MIN_SIZE, "5.0");
+ expectedMetrics.put(AVAILABLE_CONNECTION_COUNT, "14");
+ expectedMetrics.put(CONNECTION_COUNT, "6");
+ expectedMetrics.put(CONNECTION_CREATED_COUNT, "6");
+ expectedMetrics.put(CONNECTION_DESTROYED_COUNT, "0");
+ expectedMetrics.put(IN_USE_CONNECTION_COUNT, "6");
+ expectedMetrics.put(MAX_CONNECTIONS_IN_USE_COUNT, "6");
+ expectedMetrics.put(MAX_SIZE, "20");
+ expectedMetrics.put(MIN_SIZE, "5");
checkMetrics(propertiesMap.get("jndi-name"), DatasourceType.NO_TX_DATASOURCE, expectedMetrics);
} finally {
@@ -236,14 +236,14 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(AVAILABLE_CONNECTION_COUNT, "17.0");
- expectedMetrics.put(CONNECTION_COUNT, "5.0");
- expectedMetrics.put(CONNECTION_CREATED_COUNT, "5.0");
- expectedMetrics.put(CONNECTION_DESTROYED_COUNT, "0.0");
- expectedMetrics.put(IN_USE_CONNECTION_COUNT, "3.0");
- expectedMetrics.put(MAX_CONNECTIONS_IN_USE_COUNT, "5.0");
- expectedMetrics.put(MAX_SIZE, "20.0");
- expectedMetrics.put(MIN_SIZE, "5.0");
+ expectedMetrics.put(AVAILABLE_CONNECTION_COUNT, "17");
+ expectedMetrics.put(CONNECTION_COUNT, "5");
+ expectedMetrics.put(CONNECTION_CREATED_COUNT, "5");
+ expectedMetrics.put(CONNECTION_DESTROYED_COUNT, "0");
+ expectedMetrics.put(IN_USE_CONNECTION_COUNT, "3");
+ expectedMetrics.put(MAX_CONNECTIONS_IN_USE_COUNT, "5");
+ expectedMetrics.put(MAX_SIZE, "20");
+ expectedMetrics.put(MIN_SIZE, "5");
checkMetrics(propertiesMap.get("jndi-name"), DatasourceType.NO_TX_DATASOURCE, expectedMetrics);
Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/datasources/DatasourceOperationsTest.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/datasources/DatasourceOperationsTest.java 2009-05-07 20:47:41 UTC (rev 404)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/datasources/DatasourceOperationsTest.java 2009-05-07 21:13:35 UTC (rev 405)
@@ -52,14 +52,14 @@
// Make sure the metrics are updated appropriately
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(AVAILABLE_CONNECTION_COUNT, "15.0");
- expectedMetrics.put(CONNECTION_COUNT, "0.0");
- expectedMetrics.put(CONNECTION_CREATED_COUNT, "0.0");
- expectedMetrics.put(CONNECTION_DESTROYED_COUNT, "0.0");
- expectedMetrics.put(IN_USE_CONNECTION_COUNT, "0.0");
- expectedMetrics.put(MAX_CONNECTIONS_IN_USE_COUNT, "0.0");
- expectedMetrics.put(MAX_SIZE, "15.0");
- expectedMetrics.put(MIN_SIZE, "6.0");
+ expectedMetrics.put(AVAILABLE_CONNECTION_COUNT, "15");
+ expectedMetrics.put(CONNECTION_COUNT, "0");
+ expectedMetrics.put(CONNECTION_CREATED_COUNT, "0");
+ expectedMetrics.put(CONNECTION_DESTROYED_COUNT, "0");
+ expectedMetrics.put(IN_USE_CONNECTION_COUNT, "0");
+ expectedMetrics.put(MAX_CONNECTIONS_IN_USE_COUNT, "0");
+ expectedMetrics.put(MAX_SIZE, "15");
+ expectedMetrics.put(MIN_SIZE, "6");
checkMetrics(propertiesMap.get("jndi-name"), DatasourceType.XA_DATASOURCE, expectedMetrics);
@@ -113,14 +113,14 @@
// Make sure the metrics are updated appropriately
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(AVAILABLE_CONNECTION_COUNT, "20.0");
- expectedMetrics.put(CONNECTION_COUNT, "0.0");
- expectedMetrics.put(CONNECTION_CREATED_COUNT, "0.0");
- expectedMetrics.put(CONNECTION_DESTROYED_COUNT, "0.0");
- expectedMetrics.put(IN_USE_CONNECTION_COUNT, "0.0");
- expectedMetrics.put(MAX_CONNECTIONS_IN_USE_COUNT, "0.0");
- expectedMetrics.put(MAX_SIZE, "20.0");
- expectedMetrics.put(MIN_SIZE, "5.0");
+ expectedMetrics.put(AVAILABLE_CONNECTION_COUNT, "20");
+ expectedMetrics.put(CONNECTION_COUNT, "0");
+ expectedMetrics.put(CONNECTION_CREATED_COUNT, "0");
+ expectedMetrics.put(CONNECTION_DESTROYED_COUNT, "0");
+ expectedMetrics.put(IN_USE_CONNECTION_COUNT, "0");
+ expectedMetrics.put(MAX_CONNECTIONS_IN_USE_COUNT, "0");
+ expectedMetrics.put(MAX_SIZE, "20");
+ expectedMetrics.put(MIN_SIZE, "5");
checkMetrics(propertiesMap.get("jndi-name"), DatasourceType.LOCAL_TX_DATASOURCE, expectedMetrics);
Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations/JMSMetricsTest.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations/JMSMetricsTest.java 2009-05-07 20:47:41 UTC (rev 404)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations/JMSMetricsTest.java 2009-05-07 21:13:35 UTC (rev 405)
@@ -57,12 +57,12 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(ALL_MSG_COUNT, "0.0");
- expectedMetrics.put(ALL_SUB_COUNT, "0.0");
- expectedMetrics.put(DURABLE_MSG_COUNT, "0.0");
- expectedMetrics.put(DURABLE_SUB_COUNT, "0.0");
- expectedMetrics.put(NON_DURABLE_MSG_COUNT, "0.0");
- expectedMetrics.put(NON_DURABLE_SUB_COUNT, "0.0");
+ expectedMetrics.put(ALL_MSG_COUNT, "0");
+ expectedMetrics.put(ALL_SUB_COUNT, "0");
+ expectedMetrics.put(DURABLE_MSG_COUNT, "0");
+ expectedMetrics.put(DURABLE_SUB_COUNT, "0");
+ expectedMetrics.put(NON_DURABLE_MSG_COUNT, "0");
+ expectedMetrics.put(NON_DURABLE_SUB_COUNT, "0");
checkDestinationMetrics(jndiName, expectedMetrics, getTopicSummaryMetrics(),
DestinationType.TOPIC);
@@ -138,17 +138,17 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(ALL_MSG_COUNT, "0.0");
- expectedMetrics.put(ALL_SUB_COUNT, "1.0");
- expectedMetrics.put(DURABLE_MSG_COUNT, "0.0");
- expectedMetrics.put(NON_DURABLE_MSG_COUNT, "0.0");
+ expectedMetrics.put(ALL_MSG_COUNT, "0");
+ expectedMetrics.put(ALL_SUB_COUNT, "1");
+ expectedMetrics.put(DURABLE_MSG_COUNT, "0");
+ expectedMetrics.put(NON_DURABLE_MSG_COUNT, "0");
if(isDurable) {
- expectedMetrics.put(DURABLE_SUB_COUNT, "1.0");
- expectedMetrics.put(NON_DURABLE_SUB_COUNT, "0.0");
+ expectedMetrics.put(DURABLE_SUB_COUNT, "1");
+ expectedMetrics.put(NON_DURABLE_SUB_COUNT, "0");
} else {
- expectedMetrics.put(DURABLE_SUB_COUNT, "0.0");
- expectedMetrics.put(NON_DURABLE_SUB_COUNT, "1.0");
+ expectedMetrics.put(DURABLE_SUB_COUNT, "0");
+ expectedMetrics.put(NON_DURABLE_SUB_COUNT, "1");
}
checkDestinationMetrics(jndiName, expectedMetrics, getTopicSummaryMetrics(),
@@ -197,12 +197,12 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(ALL_MSG_COUNT, "0.0");
- expectedMetrics.put(ALL_SUB_COUNT, "4.0");
- expectedMetrics.put(DURABLE_MSG_COUNT, "0.0");
- expectedMetrics.put(NON_DURABLE_MSG_COUNT, "0.0");
- expectedMetrics.put(DURABLE_SUB_COUNT, "2.0");
- expectedMetrics.put(NON_DURABLE_SUB_COUNT, "2.0");
+ expectedMetrics.put(ALL_MSG_COUNT, "0");
+ expectedMetrics.put(ALL_SUB_COUNT, "4");
+ expectedMetrics.put(DURABLE_MSG_COUNT, "0");
+ expectedMetrics.put(NON_DURABLE_MSG_COUNT, "0");
+ expectedMetrics.put(DURABLE_SUB_COUNT, "2");
+ expectedMetrics.put(NON_DURABLE_SUB_COUNT, "2");
checkDestinationMetrics(jndiName, expectedMetrics, getTopicSummaryMetrics(),
DestinationType.TOPIC);
@@ -249,12 +249,12 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(ALL_MSG_COUNT, "1.0");
- expectedMetrics.put(ALL_SUB_COUNT, "1.0");
- expectedMetrics.put(DURABLE_MSG_COUNT, "1.0");
- expectedMetrics.put(NON_DURABLE_MSG_COUNT, "0.0");
- expectedMetrics.put(DURABLE_SUB_COUNT, "1.0");
- expectedMetrics.put(NON_DURABLE_SUB_COUNT, "0.0");
+ expectedMetrics.put(ALL_MSG_COUNT, "1");
+ expectedMetrics.put(ALL_SUB_COUNT, "1");
+ expectedMetrics.put(DURABLE_MSG_COUNT, "1");
+ expectedMetrics.put(NON_DURABLE_MSG_COUNT, "0");
+ expectedMetrics.put(DURABLE_SUB_COUNT, "1");
+ expectedMetrics.put(NON_DURABLE_SUB_COUNT, "0");
checkDestinationMetrics(jndiName, expectedMetrics, getTopicSummaryMetrics(),
DestinationType.TOPIC);
@@ -305,12 +305,12 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(ALL_MSG_COUNT, "6.0");
- expectedMetrics.put(ALL_SUB_COUNT, "2.0");
- expectedMetrics.put(DURABLE_MSG_COUNT, "3.0");
- expectedMetrics.put(NON_DURABLE_MSG_COUNT, "3.0");
- expectedMetrics.put(DURABLE_SUB_COUNT, "1.0");
- expectedMetrics.put(NON_DURABLE_SUB_COUNT, "1.0");
+ expectedMetrics.put(ALL_MSG_COUNT, "6");
+ expectedMetrics.put(ALL_SUB_COUNT, "2");
+ expectedMetrics.put(DURABLE_MSG_COUNT, "3");
+ expectedMetrics.put(NON_DURABLE_MSG_COUNT, "3");
+ expectedMetrics.put(DURABLE_SUB_COUNT, "1");
+ expectedMetrics.put(NON_DURABLE_SUB_COUNT, "1");
checkDestinationMetrics(jndiName, expectedMetrics, getTopicSummaryMetrics(),
DestinationType.TOPIC);
@@ -329,15 +329,15 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(CONSUMER_COUNT, "0.0");
- expectedMetrics.put(DELIVERING_COUNT, "0.0");
- expectedMetrics.put(MSG_COUNT, "0.0");
- expectedMetrics.put(SCHEDULED_MSG_COUNT, "0.0");
- expectedMetrics.put(COUNT, "0.0");
- expectedMetrics.put(COUNT_DELTA, "0.0");
- expectedMetrics.put(DEPTH, "0.0");
- expectedMetrics.put(DEPTH_DELTA, "0.0");
- expectedMetrics.put(TIME_LAST_UPDATE, "0.0");
+ expectedMetrics.put(CONSUMER_COUNT, "0");
+ expectedMetrics.put(DELIVERING_COUNT, "0");
+ expectedMetrics.put(MSG_COUNT, "0");
+ expectedMetrics.put(SCHEDULED_MSG_COUNT, "0");
+ expectedMetrics.put(COUNT, "0");
+ expectedMetrics.put(COUNT_DELTA, "0");
+ expectedMetrics.put(DEPTH, "0");
+ expectedMetrics.put(DEPTH_DELTA, "0");
+ expectedMetrics.put(TIME_LAST_UPDATE, "0");
checkDestinationMetrics(jndiName, expectedMetrics, getQueueSummaryMetrics(),
DestinationType.QUEUE);
@@ -381,15 +381,15 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(CONSUMER_COUNT, "1.0");
- expectedMetrics.put(DELIVERING_COUNT, "0.0");
- expectedMetrics.put(MSG_COUNT, "0.0");
- expectedMetrics.put(SCHEDULED_MSG_COUNT, "0.0");
- expectedMetrics.put(COUNT, "0.0");
- expectedMetrics.put(COUNT_DELTA, "0.0");
- expectedMetrics.put(DEPTH, "0.0");
- expectedMetrics.put(DEPTH_DELTA, "0.0");
- expectedMetrics.put(TIME_LAST_UPDATE, "0.0");
+ expectedMetrics.put(CONSUMER_COUNT, "1");
+ expectedMetrics.put(DELIVERING_COUNT, "0");
+ expectedMetrics.put(MSG_COUNT, "0");
+ expectedMetrics.put(SCHEDULED_MSG_COUNT, "0");
+ expectedMetrics.put(COUNT, "0");
+ expectedMetrics.put(COUNT_DELTA, "0");
+ expectedMetrics.put(DEPTH, "0");
+ expectedMetrics.put(DEPTH_DELTA, "0");
+ expectedMetrics.put(TIME_LAST_UPDATE, "0");
checkDestinationMetrics(jndiName, expectedMetrics, getQueueSummaryMetrics(),
DestinationType.QUEUE);
@@ -431,14 +431,14 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(CONSUMER_COUNT, "0.0");
- expectedMetrics.put(DELIVERING_COUNT, "0.0");
- expectedMetrics.put(MSG_COUNT, "1.0");
- expectedMetrics.put(SCHEDULED_MSG_COUNT, "0.0");
- expectedMetrics.put(COUNT, "1.0");
- expectedMetrics.put(COUNT_DELTA, "1.0");
- expectedMetrics.put(DEPTH, "1.0");
- expectedMetrics.put(DEPTH_DELTA, "1.0");
+ expectedMetrics.put(CONSUMER_COUNT, "0");
+ expectedMetrics.put(DELIVERING_COUNT, "0");
+ expectedMetrics.put(MSG_COUNT, "1");
+ expectedMetrics.put(SCHEDULED_MSG_COUNT, "0");
+ expectedMetrics.put(COUNT, "1");
+ expectedMetrics.put(COUNT_DELTA, "1");
+ expectedMetrics.put(DEPTH, "1");
+ expectedMetrics.put(DEPTH_DELTA, "1");
checkDestinationMetrics(jndiName, expectedMetrics, getQueueSummaryMetrics(),
DestinationType.QUEUE);
@@ -480,14 +480,14 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(CONSUMER_COUNT, "0.0");
- expectedMetrics.put(DELIVERING_COUNT, "0.0");
- expectedMetrics.put(MSG_COUNT, "3.0");
- expectedMetrics.put(SCHEDULED_MSG_COUNT, "0.0");
- expectedMetrics.put(COUNT, "3.0");
- expectedMetrics.put(COUNT_DELTA, "3.0");
- expectedMetrics.put(DEPTH, "3.0");
- expectedMetrics.put(DEPTH_DELTA, "3.0");
+ expectedMetrics.put(CONSUMER_COUNT, "0");
+ expectedMetrics.put(DELIVERING_COUNT, "0");
+ expectedMetrics.put(MSG_COUNT, "3");
+ expectedMetrics.put(SCHEDULED_MSG_COUNT, "0");
+ expectedMetrics.put(COUNT, "3");
+ expectedMetrics.put(COUNT_DELTA, "3");
+ expectedMetrics.put(DEPTH, "3");
+ expectedMetrics.put(DEPTH_DELTA, "3");
checkDestinationMetrics(jndiName, expectedMetrics, getQueueSummaryMetrics(),
DestinationType.QUEUE);
@@ -537,14 +537,14 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(CONSUMER_COUNT, "1.0");
- expectedMetrics.put(DELIVERING_COUNT, "2.0");
- expectedMetrics.put(MSG_COUNT, "2.0");
- expectedMetrics.put(SCHEDULED_MSG_COUNT, "0.0");
- expectedMetrics.put(COUNT, "3.0");
- expectedMetrics.put(COUNT_DELTA, "3.0");
- expectedMetrics.put(DEPTH, "2.0");
- expectedMetrics.put(DEPTH_DELTA, "2.0");
+ expectedMetrics.put(CONSUMER_COUNT, "1");
+ expectedMetrics.put(DELIVERING_COUNT, "2");
+ expectedMetrics.put(MSG_COUNT, "2");
+ expectedMetrics.put(SCHEDULED_MSG_COUNT, "0");
+ expectedMetrics.put(COUNT, "3");
+ expectedMetrics.put(COUNT_DELTA, "3");
+ expectedMetrics.put(DEPTH, "2");
+ expectedMetrics.put(DEPTH_DELTA, "2");
checkDestinationMetrics(jndiName, expectedMetrics, getQueueSummaryMetrics(),
DestinationType.QUEUE);
@@ -590,14 +590,14 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(SCHEDULED_MSG_COUNT, "2.0");
- expectedMetrics.put(COUNT, "2.0");
- expectedMetrics.put(COUNT_DELTA, "2.0");
- expectedMetrics.put(DEPTH, "0.0");
- expectedMetrics.put(DEPTH_DELTA, "0.0");
- expectedMetrics.put(CONSUMER_COUNT, "1.0");
- expectedMetrics.put(MSG_COUNT, "2.0");
- expectedMetrics.put(DELIVERING_COUNT, "0.0");
+ expectedMetrics.put(SCHEDULED_MSG_COUNT, "2");
+ expectedMetrics.put(COUNT, "2");
+ expectedMetrics.put(COUNT_DELTA, "2");
+ expectedMetrics.put(DEPTH, "0");
+ expectedMetrics.put(DEPTH_DELTA, "0");
+ expectedMetrics.put(CONSUMER_COUNT, "1");
+ expectedMetrics.put(MSG_COUNT, "2");
+ expectedMetrics.put(DELIVERING_COUNT, "0");
checkDestinationMetrics(jndiName, expectedMetrics, getQueueSummaryMetrics(),
DestinationType.QUEUE);
@@ -642,7 +642,7 @@
checkResourceMetricsNotNull(JMS_NAV_LABEL, DestinationType.QUEUE.getNavLabel(),
jndiName, expectedMetric.iterator(),
ZERO_VALUE_MESSAGE,
- "0.0");
+ "0");
// Clean up
disconnect();
deleteDestination(DestinationType.QUEUE, jndiName);
Modified: trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations/JMSOperationsTest.java
===================================================================
--- trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations/JMSOperationsTest.java 2009-05-07 20:47:41 UTC (rev 404)
+++ trunk/jsfunit/src/test/java/org/jboss/jopr/jsfunit/as5/jmsDestinations/JMSOperationsTest.java 2009-05-07 21:13:35 UTC (rev 405)
@@ -62,12 +62,12 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(ALL_MSG_COUNT, "0.0");
- expectedMetrics.put(ALL_SUB_COUNT, "0.0");
- expectedMetrics.put(DURABLE_MSG_COUNT, "0.0");
- expectedMetrics.put(NON_DURABLE_MSG_COUNT, "0.0");
- expectedMetrics.put(DURABLE_SUB_COUNT, "0.0");
- expectedMetrics.put(NON_DURABLE_SUB_COUNT, "0.0");
+ expectedMetrics.put(ALL_MSG_COUNT, "0");
+ expectedMetrics.put(ALL_SUB_COUNT, "0");
+ expectedMetrics.put(DURABLE_MSG_COUNT, "0");
+ expectedMetrics.put(NON_DURABLE_MSG_COUNT, "0");
+ expectedMetrics.put(DURABLE_SUB_COUNT, "0");
+ expectedMetrics.put(NON_DURABLE_SUB_COUNT, "0");
performDestinationOperationAndCheckMetrics(DestinationType.TOPIC,
jndiName, REMOVE_ALL_MSGS,
@@ -114,12 +114,12 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(ALL_MSG_COUNT, "0.0");
- expectedMetrics.put(ALL_SUB_COUNT, "2.0");
- expectedMetrics.put(DURABLE_MSG_COUNT, "0.0");
- expectedMetrics.put(NON_DURABLE_MSG_COUNT, "0.0");
- expectedMetrics.put(DURABLE_SUB_COUNT, "1.0");
- expectedMetrics.put(NON_DURABLE_SUB_COUNT, "1.0");
+ expectedMetrics.put(ALL_MSG_COUNT, "0");
+ expectedMetrics.put(ALL_SUB_COUNT, "2");
+ expectedMetrics.put(DURABLE_MSG_COUNT, "0");
+ expectedMetrics.put(NON_DURABLE_MSG_COUNT, "0");
+ expectedMetrics.put(DURABLE_SUB_COUNT, "1");
+ expectedMetrics.put(NON_DURABLE_SUB_COUNT, "1");
performDestinationOperationAndCheckMetrics(DestinationType.TOPIC,
jndiName, REMOVE_ALL_MSGS,
@@ -142,14 +142,14 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(CONSUMER_COUNT, "0.0");
- expectedMetrics.put(DELIVERING_COUNT, "0.0");
- expectedMetrics.put(MSG_COUNT, "0.0");
- expectedMetrics.put(SCHEDULED_MSG_COUNT, "0.0");
- expectedMetrics.put(COUNT, "0.0");
- expectedMetrics.put(COUNT_DELTA, "0.0");
- expectedMetrics.put(DEPTH, "0.0");
- expectedMetrics.put(DEPTH_DELTA, "0.0");
+ expectedMetrics.put(CONSUMER_COUNT, "0");
+ expectedMetrics.put(DELIVERING_COUNT, "0");
+ expectedMetrics.put(MSG_COUNT, "0");
+ expectedMetrics.put(SCHEDULED_MSG_COUNT, "0");
+ expectedMetrics.put(COUNT, "0");
+ expectedMetrics.put(COUNT_DELTA, "0");
+ expectedMetrics.put(DEPTH, "0");
+ expectedMetrics.put(DEPTH_DELTA, "0");
performDestinationOperationAndCheckMetrics(DestinationType.QUEUE,
jndiName, REMOVE_ALL_MSGS,
@@ -197,14 +197,14 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(CONSUMER_COUNT, "0.0");
- expectedMetrics.put(DELIVERING_COUNT, "0.0");
- expectedMetrics.put(MSG_COUNT, "0.0");
- expectedMetrics.put(SCHEDULED_MSG_COUNT, "0.0");
- expectedMetrics.put(COUNT, "2.0");
- expectedMetrics.put(COUNT_DELTA, "2.0");
- expectedMetrics.put(DEPTH, "0.0");
- expectedMetrics.put(DEPTH_DELTA, "0.0");
+ expectedMetrics.put(CONSUMER_COUNT, "0");
+ expectedMetrics.put(DELIVERING_COUNT, "0");
+ expectedMetrics.put(MSG_COUNT, "0");
+ expectedMetrics.put(SCHEDULED_MSG_COUNT, "0");
+ expectedMetrics.put(COUNT, "2");
+ expectedMetrics.put(COUNT_DELTA, "2");
+ expectedMetrics.put(DEPTH, "0");
+ expectedMetrics.put(DEPTH_DELTA, "0");
performDestinationOperationAndCheckMetrics(DestinationType.QUEUE,
jndiName, REMOVE_ALL_MSGS,
@@ -228,14 +228,14 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(CONSUMER_COUNT, "0.0");
- expectedMetrics.put(DELIVERING_COUNT, "0.0");
- expectedMetrics.put(MSG_COUNT, "0.0");
- expectedMetrics.put(SCHEDULED_MSG_COUNT, "0.0");
- expectedMetrics.put(COUNT, "0.0");
- expectedMetrics.put(COUNT_DELTA, "0.0");
- expectedMetrics.put(DEPTH, "0.0");
- expectedMetrics.put(DEPTH_DELTA, "0.0");
+ expectedMetrics.put(CONSUMER_COUNT, "0");
+ expectedMetrics.put(DELIVERING_COUNT, "0");
+ expectedMetrics.put(MSG_COUNT, "0");
+ expectedMetrics.put(SCHEDULED_MSG_COUNT, "0");
+ expectedMetrics.put(COUNT, "0");
+ expectedMetrics.put(COUNT_DELTA, "0");
+ expectedMetrics.put(DEPTH, "0");
+ expectedMetrics.put(DEPTH_DELTA, "0");
performDestinationOperationAndCheckMetrics(DestinationType.QUEUE,
jndiName, RESET_MSG_COUNTER,
@@ -281,14 +281,14 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(CONSUMER_COUNT, "0.0");
- expectedMetrics.put(DELIVERING_COUNT, "0.0");
- expectedMetrics.put(MSG_COUNT, "3.0");
- expectedMetrics.put(SCHEDULED_MSG_COUNT, "0.0");
- expectedMetrics.put(COUNT, "0.0");
- expectedMetrics.put(COUNT_DELTA, "0.0");
- expectedMetrics.put(DEPTH, "3.0");
- expectedMetrics.put(DEPTH_DELTA, "3.0");
+ expectedMetrics.put(CONSUMER_COUNT, "0");
+ expectedMetrics.put(DELIVERING_COUNT, "0");
+ expectedMetrics.put(MSG_COUNT, "3");
+ expectedMetrics.put(SCHEDULED_MSG_COUNT, "0");
+ expectedMetrics.put(COUNT, "0");
+ expectedMetrics.put(COUNT_DELTA, "0");
+ expectedMetrics.put(DEPTH, "3");
+ expectedMetrics.put(DEPTH_DELTA, "3");
performDestinationOperationAndCheckMetrics(DestinationType.QUEUE,
jndiName, RESET_MSG_COUNTER,
@@ -312,14 +312,14 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(CONSUMER_COUNT, "0.0");
- expectedMetrics.put(DELIVERING_COUNT, "0.0");
- expectedMetrics.put(MSG_COUNT, "0.0");
- expectedMetrics.put(SCHEDULED_MSG_COUNT, "0.0");
- expectedMetrics.put(COUNT, "0.0");
- expectedMetrics.put(COUNT_DELTA, "0.0");
- expectedMetrics.put(DEPTH, "0.0");
- expectedMetrics.put(DEPTH_DELTA, "0.0");
+ expectedMetrics.put(CONSUMER_COUNT, "0");
+ expectedMetrics.put(DELIVERING_COUNT, "0");
+ expectedMetrics.put(MSG_COUNT, "0");
+ expectedMetrics.put(SCHEDULED_MSG_COUNT, "0");
+ expectedMetrics.put(COUNT, "0");
+ expectedMetrics.put(COUNT_DELTA, "0");
+ expectedMetrics.put(DEPTH, "0");
+ expectedMetrics.put(DEPTH_DELTA, "0");
performDestinationOperationAndCheckMetrics(DestinationType.QUEUE,
jndiName, RESET_MSG_COUNTER_HISTORY,
@@ -363,14 +363,14 @@
// Set up the expected values
Map<String, String> expectedMetrics = new LinkedHashMap<String, String>();
- expectedMetrics.put(CONSUMER_COUNT, "0.0");
- expectedMetrics.put(DELIVERING_COUNT, "0.0");
- expectedMetrics.put(MSG_COUNT, "3.0");
- expectedMetrics.put(SCHEDULED_MSG_COUNT, "0.0");
- expectedMetrics.put(COUNT, "3.0");
- expectedMetrics.put(COUNT_DELTA, "3.0");
- expectedMetrics.put(DEPTH, "3.0");
- expectedMetrics.put(DEPTH_DELTA, "3.0");
+ expectedMetrics.put(CONSUMER_COUNT, "0");
+ expectedMetrics.put(DELIVERING_COUNT, "0");
+ expectedMetrics.put(MSG_COUNT, "3");
+ expectedMetrics.put(SCHEDULED_MSG_COUNT, "0");
+ expectedMetrics.put(COUNT, "3");
+ expectedMetrics.put(COUNT_DELTA, "3");
+ expectedMetrics.put(DEPTH, "3");
+ expectedMetrics.put(DEPTH_DELTA, "3");
performDestinationOperationAndCheckMetrics(DestinationType.QUEUE,
jndiName, RESET_MSG_COUNTER_HISTORY,
15 years, 8 months