You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by vi...@apache.org on 2012/02/17 01:39:39 UTC

svn commit: r805130 - in /websites/production/openejb: ./ content/examples-trunk/simple-cdi-interceptor/README.html content/sitemap.html content/sitemap.xml content/tomee-directory-structure.html

Author: vishwanathk
Date: Fri Feb 17 00:39:39 2012
New Revision: 805130

Log:
changes to simple-cdi-interceptor example readme

Added:
    websites/production/openejb/content/tomee-directory-structure.html
      - copied unchanged from r805129, websites/staging/openejb/trunk/content/tomee-directory-structure.html
Modified:
    websites/production/openejb/   (props changed)
    websites/production/openejb/content/examples-trunk/simple-cdi-interceptor/README.html
    websites/production/openejb/content/sitemap.html
    websites/production/openejb/content/sitemap.xml

Propchange: websites/production/openejb/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Feb 17 00:39:39 2012
@@ -1 +1 @@
-1244837
+1245268

Propchange: websites/production/openejb/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Feb 17 00:39:39 2012
@@ -1 +1 @@
-/websites/staging/openejb/trunk:790824-805011
+/websites/staging/openejb/trunk:790824-805129

Modified: websites/production/openejb/content/examples-trunk/simple-cdi-interceptor/README.html
==============================================================================
--- websites/production/openejb/content/examples-trunk/simple-cdi-interceptor/README.html (original)
+++ websites/production/openejb/content/examples-trunk/simple-cdi-interceptor/README.html Fri Feb 17 00:39:39 2012
@@ -187,7 +187,7 @@ public class LoggingInterceptor {
 
 <pre><code>@Log
 @Stateful
-public class BookForAShowOneInterceptorApplied implements Serializable {
+public class BookShow implements Serializable {
     private static final long serialVersionUID = 6350400892234496909L;
     public List&lt;String&gt; getMoviesList() {
         List&lt;String&gt; moviesAvailable = new ArrayList&lt;String&gt;();

Modified: websites/production/openejb/content/sitemap.html
==============================================================================
--- websites/production/openejb/content/sitemap.html (original)
+++ websites/production/openejb/content/sitemap.html Fri Feb 17 00:39:39 2012
@@ -380,6 +380,7 @@
 <li><a href="tomcat-object-factory.html">Tomcat Object Factory</a></li>
 <li><a href="tomcat.html">Tomcat</a></li>
 <li><a href="tomee-1.0.0-beta-1.html">Downloads</a></li>
+<li><a href="tomee-directory-structure.html">tomee-directory-structure.html</a></li>
 <li><a href="tomee-jaas.html">JAAS and TomEE</a></li>
 <li><a href="tomee-logging.html">tomee-logging.html</a></li>
 <li><a href="transaction-annotations.html">Transaction Annotations</a></li>

Modified: websites/production/openejb/content/sitemap.xml
==============================================================================
--- websites/production/openejb/content/sitemap.xml (original)
+++ websites/production/openejb/content/sitemap.xml Fri Feb 17 00:39:39 2012
@@ -1366,6 +1366,9 @@
         <loc>http://tomee.apache.org/tomee-1.0.0-beta-1.html</loc>
     </url>
     <url>
+        <loc>http://tomee.apache.org/tomee-directory-structure.html</loc>
+    </url>
+    <url>
         <loc>http://tomee.apache.org/tomee-jaas.html</loc>
     </url>
     <url>