[jboss-cvs] JBossAS SVN: r76908 - in projects/docs/enterprise: 4.3.3/Server_Configuration_Guide/en-US and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 11 01:39:34 EDT 2008


Author: irooskov at redhat.com
Date: 2008-08-11 01:39:34 -0400 (Mon, 11 Aug 2008)
New Revision: 76908

Modified:
   projects/docs/enterprise/4.2.5/Server_Configuration_Guide/en-US/J2EE_Reference_Introduction.xml
   projects/docs/enterprise/4.3.3/Server_Configuration_Guide/en-US/J2EE_Reference_Introduction.xml
Log:
Server Config Guide has been updated fixing example code for XMBean and resolving JBPAPP-1008


Modified: projects/docs/enterprise/4.2.5/Server_Configuration_Guide/en-US/J2EE_Reference_Introduction.xml
===================================================================
--- projects/docs/enterprise/4.2.5/Server_Configuration_Guide/en-US/J2EE_Reference_Introduction.xml	2008-08-11 04:15:09 UTC (rev 76907)
+++ projects/docs/enterprise/4.2.5/Server_Configuration_Guide/en-US/J2EE_Reference_Introduction.xml	2008-08-11 05:39:34 UTC (rev 76908)
@@ -3132,7 +3132,7 @@
 					<para>
 						Build, deploy and test the version 2 XMBean as follows:
 					</para>
-<programlisting>[examples]$ ant -Dchap=jmx -Dex=xmbean2 -Djboss.deploy.conf=rmi-adaptor run-example
+<programlisting>[examples]$ ant -Dchap=jmx -Dex=xmbean2 -Djboss.deploy.conf=default run-example
 ...
 run-examplexmbean2:
      [java] JNDIMap Class: org.jboss.mx.modelmbean.XMBean

Modified: projects/docs/enterprise/4.3.3/Server_Configuration_Guide/en-US/J2EE_Reference_Introduction.xml
===================================================================
--- projects/docs/enterprise/4.3.3/Server_Configuration_Guide/en-US/J2EE_Reference_Introduction.xml	2008-08-11 04:15:09 UTC (rev 76907)
+++ projects/docs/enterprise/4.3.3/Server_Configuration_Guide/en-US/J2EE_Reference_Introduction.xml	2008-08-11 05:39:34 UTC (rev 76908)
@@ -3132,7 +3132,7 @@
 					<para>
 						Build, deploy and test the version 2 XMBean as follows:
 					</para>
-<programlisting>[examples]$ ant -Dchap=jmx -Dex=xmbean2 -Djboss.deploy.conf=rmi-adaptor run-example
+<programlisting>[examples]$ ant -Dchap=jmx -Dex=xmbean2 -Djboss.deploy.conf=default run-example
 ...
 run-examplexmbean2:
      [java] JNDIMap Class: org.jboss.mx.modelmbean.XMBean




More information about the jboss-cvs-commits mailing list