[jboss-cvs] JBossAS SVN: r79691 - in projects/aop/trunk/aop/docs: examples/annotated-injboss and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Oct 18 06:42:34 EDT 2008


Author: kabir.khan at jboss.com
Date: 2008-10-18 06:42:34 -0400 (Sat, 18 Oct 2008)
New Revision: 79691

Modified:
   projects/aop/trunk/aop/docs/examples/annotated-injboss/build.xml
   projects/aop/trunk/aop/docs/examples/annotated-injboss/src/resources/META-INF/jboss-aop.xml
   projects/aop/trunk/aop/docs/examples/examples.html
   projects/aop/trunk/aop/docs/examples/injboss/src/resources/META-INF/jboss-aop.xml
   projects/aop/trunk/aop/docs/examples/logging/logging.html
   projects/aop/trunk/aop/docs/reference/reference/en/modules/running.xml
Log:
[JBAOP-668] Minor fixes

Modified: projects/aop/trunk/aop/docs/examples/annotated-injboss/build.xml
===================================================================
--- projects/aop/trunk/aop/docs/examples/annotated-injboss/build.xml	2008-10-18 09:53:18 UTC (rev 79690)
+++ projects/aop/trunk/aop/docs/examples/annotated-injboss/build.xml	2008-10-18 10:42:34 UTC (rev 79691)
@@ -9,7 +9,7 @@
 
    <target name="prepare" depends="_prepare">
       <!-- Set jboss.dir property to root of your JBoss distribution -->
-      <property name="jboss.dir" value="C:/temp/jboss-4.2.3.GA"/>
+      <property name="jboss.dir" value="/Users/kabir/sourcecontrol/JBoss_4_2_2_GA/build/output/jboss-4.2.2.GA"/>
    	  <!--
    	     Set jboss.server.config property to either default or all.
    	        if you set this to default, JBoss should be started with

Modified: projects/aop/trunk/aop/docs/examples/annotated-injboss/src/resources/META-INF/jboss-aop.xml
===================================================================
--- projects/aop/trunk/aop/docs/examples/annotated-injboss/src/resources/META-INF/jboss-aop.xml	2008-10-18 09:53:18 UTC (rev 79690)
+++ projects/aop/trunk/aop/docs/examples/annotated-injboss/src/resources/META-INF/jboss-aop.xml	2008-10-18 10:42:34 UTC (rev 79691)
@@ -1,3 +1,3 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<aop>
+<aop xmlns="urn:jboss:aop-beans:1.0">
 x</aop>
\ No newline at end of file

Modified: projects/aop/trunk/aop/docs/examples/examples.html
===================================================================
--- projects/aop/trunk/aop/docs/examples/examples.html	2008-10-18 09:53:18 UTC (rev 79690)
+++ projects/aop/trunk/aop/docs/examples/examples.html	2008-10-18 10:42:34 UTC (rev 79691)
@@ -87,6 +87,7 @@
 <ul>
 <li> <a href="packaging/packaging.html">Standalone with META-INF/jboss-aop.xml</a></li>
 <li> <a href="injboss/aopInJbossPackaging.html">Packaging for JBoss</a></li>
+<li> <a href="logging/logging.html">Logging</a></li>
 </ul>
 </p><p>
 <h3> Annotation examples</h3>

Modified: projects/aop/trunk/aop/docs/examples/injboss/src/resources/META-INF/jboss-aop.xml
===================================================================
--- projects/aop/trunk/aop/docs/examples/injboss/src/resources/META-INF/jboss-aop.xml	2008-10-18 09:53:18 UTC (rev 79690)
+++ projects/aop/trunk/aop/docs/examples/injboss/src/resources/META-INF/jboss-aop.xml	2008-10-18 10:42:34 UTC (rev 79691)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<aop>
+<aop xmlns="urn:jboss:aop-beans:1.0">
    <bind pointcut="execution(org.jboss.injbossaop.lib.ExampleValue->new(..))">
        <interceptor class="org.jboss.injbossaop.lib.SimpleInterceptor"/>
    </bind>

Modified: projects/aop/trunk/aop/docs/examples/logging/logging.html
===================================================================
--- projects/aop/trunk/aop/docs/examples/logging/logging.html	2008-10-18 09:53:18 UTC (rev 79690)
+++ projects/aop/trunk/aop/docs/examples/logging/logging.html	2008-10-18 10:42:34 UTC (rev 79691)
@@ -31,7 +31,7 @@
 &lt;java ...&gt;
    ...
      &lt;!-- Include this for clarity, the default is false --&gt;
-     &lt;sysproperty key="jboss.aop.verbose" value="false"/%gt;
+     &lt;sysproperty key="jboss.aop.verbose" value="false"/&gt;
    ...     
 &lt;/java&gt;
 </pre>
@@ -59,7 +59,7 @@
 &lt;java ...&gt;
    ...
      &lt;!-- Include this for clarity, the default is false --&gt;
-     &lt;sysproperty key="jboss.aop.verbose" value="true"/%gt;
+     &lt;sysproperty key="jboss.aop.verbose" value="true"/&gt;
    ...     
 &lt;/java&gt;
 </pre>
@@ -99,7 +99,7 @@
 &lt;java ...&gt;
    ...
      &lt;!-- Include this for clarity, the default is false --&gt;
-     &lt;sysproperty key="jboss.aop.verbose" value="true"/%gt;
+     &lt;sysproperty key="jboss.aop.verbose" value="true"/&gt;
    ...     
 &lt;/java&gt;
 </pre>
@@ -148,7 +148,7 @@
 <pre>
 &lt;aopc ...&gt;
      &lt;!-- Include this for clarity, the default is false --&gt;
-     &lt;sysproperty key="jboss.aop.verbose" value="false"/%gt;
+     &lt;sysproperty key="jboss.aop.verbose" value="false"/&gt;
 &lt;/aopc&gt;
 </pre>
 when aopc'ing, so we have turned off logging. If left out the result would have been exactly the same, it is 
@@ -169,7 +169,7 @@
 <pre>
 &lt;aopc ...&gt;
      &lt;!-- Turn on logging --&gt; 
-     &lt;sysproperty key="jboss.aop.verbose" value="false"/%gt;
+     &lt;sysproperty key="jboss.aop.verbose" value="false"/&gt;
 &lt;/aopc&gt;
 </pre>
 <p>since neither <tt>jboss-logging-log4j.jar</tt> nor <tt>log4j.jar</tt> are on the classpath, JBoss AOP
@@ -218,7 +218,7 @@
 <pre>
 &lt;aopc ...&gt;
      &lt;!-- Turn on logging --&gt; 
-     &lt;sysproperty key="jboss.aop.verbose" value="false"/%gt;
+     &lt;sysproperty key="jboss.aop.verbose" value="false"/&gt;
 &lt;/aopc&gt;
 </pre>
 when running the aopc post-compiler, so logging of the weaving is now turned on. In this case both <tt>jboss-logging-log4j.jar</tt> and 

Modified: projects/aop/trunk/aop/docs/reference/reference/en/modules/running.xml
===================================================================
--- projects/aop/trunk/aop/docs/reference/reference/en/modules/running.xml	2008-10-18 09:53:18 UTC (rev 79690)
+++ projects/aop/trunk/aop/docs/reference/reference/en/modules/running.xml	2008-10-18 10:42:34 UTC (rev 79691)
@@ -426,7 +426,8 @@
             attribute to the root <literal>aop</literal> element, as shown here: 
             <programlisting><![CDATA[
 <aop xmlns="urn:jboss:aop-beans:1.0">
-<!--  The exact contents will be explained below -->
+
+
 </aop>
             ]]>
             </programlisting>




More information about the jboss-cvs-commits mailing list