[jboss-cvs] JBossAS SVN: r100791 - projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Feb 10 03:31:44 EST 2010
Author: laubai
Date: 2010-02-10 03:31:43 -0500 (Wed, 10 Feb 2010)
New Revision: 100791
Modified:
projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/AOP.xml
projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Administration_And_Configuration_Guide_CP01.xml
projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Clustering_Guide_EJBs.xml
projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml
Log:
Corrected tagging issues.
Modified: projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/AOP.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/AOP.xml 2010-02-10 08:30:39 UTC (rev 100790)
+++ projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/AOP.xml 2010-02-10 08:31:43 UTC (rev 100791)
@@ -51,7 +51,7 @@
<para>For example, let's say you wanted to add code to an application to measure the amount of time it would take to invoke a particular method. In plain Java, the code would look something like the following. </para>
-<programlisting id="aop.code1" role="JAVA">public class BankAccountDAO
+<programlisting role="JAVA">public class BankAccountDAO
{
public void withdraw(double amount)
{
@@ -382,4 +382,4 @@
</para>
</section>
</section>
-</chapter>
\ No newline at end of file
+</chapter>
Modified: projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Administration_And_Configuration_Guide_CP01.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Administration_And_Configuration_Guide_CP01.xml 2010-02-10 08:30:39 UTC (rev 100790)
+++ projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Administration_And_Configuration_Guide_CP01.xml 2010-02-10 08:31:43 UTC (rev 100791)
@@ -56,7 +56,7 @@
<xi:include href="Clustering_Guide_JBoss_Cache.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</part>
<!--http://anonsvn.jboss.org/repos/jbossas/projects/docs/community/5-->
- <part id="Perfomance" label="IV">
+ <part id="Performance" label="IV">
<title>Performance Tuning</title>
<xi:include href="Performance_Tuning.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</part>
Modified: projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Clustering_Guide_EJBs.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Clustering_Guide_EJBs.xml 2010-02-10 08:30:39 UTC (rev 100790)
+++ projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Clustering_Guide_EJBs.xml 2010-02-10 08:31:43 UTC (rev 100791)
@@ -21,7 +21,7 @@
To cluster a stateless session bean in EJB 3.0, simply annotate the bean class with the <literal>@Clustered</literal> annotation.
This annotation contains optional parameters for overriding both the load balance policy and partition to use.
</para>
-<programlisting id="clustered-annotation"><![CDATA[
+<programlisting><![CDATA[
public @interface Clustered
{
String partition() default "${jboss.partition.name:DefaultPartition}";
Modified: projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml 2010-02-10 08:30:39 UTC (rev 100790)
+++ projects/docs/enterprise/5.0.1/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml 2010-02-10 08:31:43 UTC (rev 100791)
@@ -108,7 +108,7 @@
involves a few simple steps:</para>
<itemizedlist>
- <listitem id="clustering-prep-dualconfig">
+ <listitem>
<para><emphasis role="bold">Install JBoss Enterprise Application Platform on all your servers.</emphasis>
In its simplest form, this is just a matter of unzipping the JBoss
download onto the filesystem on each server. <!-- See the
@@ -157,7 +157,7 @@
</note>
</listitem>
- <listitem id="clustering-prep-serverpeerid">
+ <listitem>
<para><emphasis role="bold">Determine a unique integer "ServerPeerID" for each
node.</emphasis> This is needed for JBoss Messaging clustering,
and can be skipped if you will not be running JBoss Messaging
@@ -176,7 +176,7 @@
<itemizedlist>
<listitem>
- <para id="clustering-prep-clustername">
+ <para>
<emphasis role="bold">Pick a unique name for your cluster.</emphasis>
The default name for a JBoss Enterprise Application Platform cluster is "DefaultPartition". Come
up with a different name for each cluster in your environment, e.g.
@@ -189,7 +189,7 @@
</listitem>
<listitem>
- <para id="clustering-prep-mcastaddr">
+ <para>
<emphasis role="bold">Pick a unique multicast address for your cluster.</emphasis>
By default JBoss Enterprise Application Platform uses UDP multicast for most intra-cluster
communication. Pick a different multicast address for each cluster
More information about the jboss-cvs-commits
mailing list