[jboss-cvs] JBossAS SVN: r70548 - tags/JBoss_AOP_1_5_5_GA/aop/docs/reference/reference/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 7 10:05:40 EST 2008


Author: kabir.khan at jboss.com
Date: 2008-03-07 10:05:40 -0500 (Fri, 07 Mar 2008)
New Revision: 70548

Modified:
   tags/JBoss_AOP_1_5_5_GA/aop/docs/reference/reference/en/modules/running.xml
Log:
No longer claim we work with JBoss 3.2.6+, we don't http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134857#4134857 and http://www.jboss.com/index.html?module=bb&op=viewtopic&t=129057

Modified: tags/JBoss_AOP_1_5_5_GA/aop/docs/reference/reference/en/modules/running.xml
===================================================================
--- tags/JBoss_AOP_1_5_5_GA/aop/docs/reference/reference/en/modules/running.xml	2008-03-07 14:58:10 UTC (rev 70547)
+++ tags/JBoss_AOP_1_5_5_GA/aop/docs/reference/reference/en/modules/running.xml	2008-03-07 15:05:40 UTC (rev 70548)
@@ -454,15 +454,15 @@
    <sect1 id="jboss" revision="1">
       <title>JBoss Application Server</title>
       <para>
-         JBoss AOP is integrated with JBoss 4.0.1+ and JBoss 3.2.6+ application server.  The integration steps are different
-         depending on what version of JBoss AS you are using and what JDK version you are using.  It is also dependent
+         JBoss AOP is integrated with JBoss 4.0.1+ <!-- and JBoss 3.2.6+ --> application server.  The integration steps are different
+         depending on what <!-- version of JBoss AS you are using and what --> JDK version you are using.  It is also dependent
          on whether you want to use loadtime or compiletime instrumentation.
       </para>
-      <para>
-         If you wish to use JBoss AS 4.0.0 you will need to use JBoss AOP 1.0 Final since later releases of JBoss AOP leverage
+      <!--para>
+         If you wish to use JBoss AS 4.0.x you will need to use JBoss AOP 1.0 Final since later releases of JBoss AOP leverage
          improvements in JBoss's deployement architecture. If you do this please consult the docs for JBoss AOP 1.0 Final. It is
          recommended though that you use the latest versions of JBoss AOP and AS.
-      </para>
+      </para-->
       <para>
          Based on what JDK you are on and what loadtime weaving option you want to you, you must configure JBoss AS differently.
       </para>
@@ -733,7 +733,7 @@
    <!-- 4.0 and jrockit - end -->
 
    <!-- 3.2.4 -->
-   <sect2 id="jboss325" revision="1">
+   <!--sect2 id="jboss325" revision="1">
       <title>JBoss Application Server 3.2.x and JDK 1.4</title>
       <para>
          JBoss AOP can also work with JBoss 3.2.7 (maybe 3.2.6) and higher in the JBoss 3.2 series.  Look in the
@@ -748,8 +748,9 @@
       <programlisting>
          <![CDATA[      <mbean code="org.jboss.aop.deployment.AspectManagerService32"
          name="jboss.aop:service=AspectManager">
-         <attribute name="EnableLoadtimeWeaving">false</attribute>
+         <attribute name="EnableLoadtimeWeaving">false</attribute>-->
          <!-- only relevant when EnableLoadtimeWeaving is true -->
+         <!--
          <attribute name="SuppressTransformationErrors">true</attribute>
          <attribute name="Prune">true</attribute>
          <attribute name="Include">org.jboss.test</attribute>
@@ -793,9 +794,9 @@
       <programlisting>
          <![CDATA[      <mbean code="org.jboss.aop.deployment.AspectManagerService32JDK5"
          name="jboss.aop:service=AspectManager">
-         <attribute name="EnableLoadtimeWeaving">false</attribute>
+         <attribute name="EnableLoadtimeWeaving">false</attribute>-->
          <!-- only relevant when EnableLoadtimeWeaving is true -->
-         <attribute name="SuppressTransformationErrors">true</attribute>
+         <!--<attribute name="SuppressTransformationErrors">true</attribute>
          <attribute name="Prune">true</attribute>
          <attribute name="Include">org.jboss.test</attribute>
          <attribute name="Exclude">org.jboss.</attribute>
@@ -851,9 +852,9 @@
       <programlisting>
          <![CDATA[      <mbean code="org.jboss.aop.deployment.AspectManagerService32"
          name="jboss.aop:service=AspectManager">
-         <attribute name="EnableLoadtimeWeaving">false</attribute>
+         <attribute name="EnableLoadtimeWeaving">false</attribute>-->
          <!-- only relevant when EnableLoadtimeWeaving is true -->
-         <attribute name="SuppressTransformationErrors">true</attribute>
+         <!--<attribute name="SuppressTransformationErrors">true</attribute>
          <attribute name="Prune">true</attribute>
          <attribute name="Include">org.jboss.test</attribute>
          <attribute name="Exclude">org.jboss.</attribute>
@@ -879,7 +880,7 @@
          distribution to the bin/ directory of your JBoss AOP application server installation and to modify your run.sh/bat file
          as mentioned in "JBoss 4.x and JRockit".
       </para>
-   </sect2>
+   </sect2>-->
    <sect2>
       <title>Improving Loadtime Performance in a JBoss AS Environment</title>
       <para>




More information about the jboss-cvs-commits mailing list