[jboss-cvs] JBossAS SVN: r102096 - projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 8 18:53:51 EST 2010


Author: laubai
Date: 2010-03-08 18:53:50 -0500 (Mon, 08 Mar 2010)
New Revision: 102096

Modified:
   projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/AOP.xml
   projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_EJBs.xml
   projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml
Log:
Corrected tags for new publican.

Modified: projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/AOP.xml
===================================================================
--- projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/AOP.xml	2010-03-08 23:03:45 UTC (rev 102095)
+++ projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/AOP.xml	2010-03-08 23:53:50 UTC (rev 102096)
@@ -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/Administration_And_Configuration_Guide/en-US/Clustering_Guide_EJBs.xml
===================================================================
--- projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_EJBs.xml	2010-03-08 23:03:45 UTC (rev 102095)
+++ projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_EJBs.xml	2010-03-08 23:53:50 UTC (rev 102096)
@@ -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/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml
===================================================================
--- projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml	2010-03-08 23:03:45 UTC (rev 102095)
+++ projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Clustering_Guide_Introduction.xml	2010-03-08 23:53:50 UTC (rev 102096)
@@ -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 




More information about the jboss-cvs-commits mailing list