You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cs...@apache.org on 2007/02/09 00:28:59 UTC

svn commit: r505086 - /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/system-controls/ejb/tutorial.xml

Author: cschoett
Date: Thu Feb  8 15:28:56 2007
New Revision: 505086

URL: http://svn.apache.org/viewvc?view=rev&rev=505086
Log:
Fixed several typos in the ejb system control tutorial.

Modified:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/system-controls/ejb/tutorial.xml

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/system-controls/ejb/tutorial.xml
URL: http://svn.apache.org/viewvc/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/system-controls/ejb/tutorial.xml?view=diff&rev=505086&r1=505085&r2=505086
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/system-controls/ejb/tutorial.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/system-controls/ejb/tutorial.xml Thu Feb  8 15:28:56 2007
@@ -39,8 +39,9 @@
         <title>EJB Control Extension Examples</title>
         <section>
             <title>Session Bean EJB Control Example</title>
-            <p>This code is part of the EJB Control samples that is available in the samples directory of the
-                Beehive source tree. This sample demonstrates an EJB control for a session bean.</p>
+            <p>This code is part of the EJB system control sample that is available in the system-controls/samples
+                directory of the Beehive source tree. This sample demonstrates an EJB control for a session bean
+                on a Weblogic server.</p>
 
         <source>
 package org.apache.beehive.controls.system.ejb.sample.control;