[embjopr-commits] EMBJOPR SVN: r733 - trunk/jsfunit.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Sep 1 13:24:21 EDT 2009


Author: ozizka at redhat.com
Date: 2009-09-01 13:24:21 -0400 (Tue, 01 Sep 2009)
New Revision: 733

Modified:
   trunk/jsfunit/pom.xml
Log:
 * Added <jboss.platform.mbeanserver/> <!-- Makes the JVM resource appear. --> to the default JVM properties.

Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml	2009-09-01 17:00:22 UTC (rev 732)
+++ trunk/jsfunit/pom.xml	2009-09-01 17:24:21 UTC (rev 733)
@@ -409,7 +409,7 @@
                            <jsfunit.jboss.home.dir>${basedir}/target/jboss5x</jsfunit.jboss.home.dir>
                            <htmlunit.browser>${htmlunit.browser}</htmlunit.browser>
                            <jsfunit.jboss.isSecured>${jboss.isSecured}</jsfunit.jboss.isSecured>
-                           <jboss.platform.mbeanserver/> <!-- Makes the JVM info appear. -->
+                           <jboss.platform.mbeanserver/> <!-- Makes the JVM resource appear. -->
                         </systemProperties>
                      </container>
 
@@ -646,7 +646,7 @@
       <profile>
         <id>jmx</id>
         <properties>
-          <jvm.args.exposejmx>-Dcom.sun.management.jmxremote.port=9002 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.awt.headless=true</jvm.args.exposejmx>
+          <jvm.args.exposejmx>-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9002 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Djava.awt.headless=true</jvm.args.exposejmx>
         </properties>
       </profile>
 



More information about the embjopr-commits mailing list