You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by bu...@apache.org on 2011/07/12 20:06:36 UTC

svn commit: r792601 [13/49] - /websites/staging/openejb/trunk/content/

Modified: websites/staging/openejb/trunk/content/ejb-refs.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb-refs.html (original)
+++ websites/staging/openejb/trunk/content/ejb-refs.html Tue Jul 12 18:06:32 2011
@@ -152,19 +152,19 @@
           <P>
             <!-- $BODY -->
             <DIV id="PageContent">
-          <p><a name="EJBRefs-Referencingabeaninanotherjar(withannotations)">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+          <p><a name="EJBRefs-Referencingabeaninanotherjar(withannotations)"></a></p>
 
 <h2>Referencing a bean in another jar (with annotations)</h2>
 
 <p>When using annotations to reference a bean from another ejb in your ear you
-have to supplement the @EJB reference with a small chunk of <IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ml in the
-ejb-jar.<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ml of the referring bean.</p>
+have to supplement the @EJB reference with a small chunk of xml in the
+ejb-jar.xml of the referring bean.</p>
 
 <p>So in ejb app A colorsApp.jar you have this bean:</p>
 
 <pre><code>package com.foo.colors;
 
-import java&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;.ejb.Stateless;
+import javax.ejb.Stateless;
 
 @Stateless
 public class OrangeBean implements OrangeRemote {
@@ -176,7 +176,7 @@ OrangeRemote:</p>
 
 <pre><code>package com.foo.shapes;
 
-import java&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;.ejb.Stateless;
+import javax.ejb.Stateless;
 import com.foo.colors.OrangeRemote;
 
 @Stateless
@@ -186,35 +186,35 @@ public class SquareBean implements Squar
 </code></pre>
 
 <p>To hook this reference up you need to override this ref and add more info
-in the ejb-jar.<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ml of shapesApp.jar as follows:</p>
+in the ejb-jar.xml of shapesApp.jar as follows:</p>
 
 <pre><code>&lt;ejb-jar&gt;
   &lt;enterprise-beans&gt;
 
     &lt;session&gt;
-      &lt;ejb-name&gt;SquareBean&lt;&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;ejb-name&gt;
+      &lt;ejb-name&gt;SquareBean&lt;/ejb-name&gt;
       &lt;ejb-ref&gt;
-    &lt;ejb-ref-name&gt;com.foo.shapes.SquareBean&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;orangeRemote&lt;&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;ejb-ref-name&gt;
-    &lt;ejb-link&gt;colorsApp.jar#OrangeBean&lt;&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;ejb-link&gt;
-      &lt;&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;ejb-ref&gt;
-    &lt;&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;session&gt;
+    &lt;ejb-ref-name&gt;com.foo.shapes.SquareBean/orangeRemote&lt;/ejb-ref-name&gt;
+    &lt;ejb-link&gt;colorsApp.jar#OrangeBean&lt;/ejb-link&gt;
+      &lt;/ejb-ref&gt;
+    &lt;/session&gt;
 
-  &lt;&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;enterprise-beans&gt;
-&lt;&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;ejb-jar&gt;
+  &lt;/enterprise-beans&gt;
+&lt;/ejb-jar&gt;
 </code></pre>
 
-<p><a name="EJBRefs-Referencingabeaninanotherjar(<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">mlonly,noannotations)">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+<p><a name="EJBRefs-Referencingabeaninanotherjar(xmlonly,noannotations)"></a></p>
 
-<h2>Referencing a bean in another jar (<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ml only, no annotations)</h2>
+<h2>Referencing a bean in another jar (xml only, no annotations)</h2>
 
 <p>The same basic approach applies and dependency injection is still possible,
-however more information must be described in the <IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ml.</p>
+however more information must be described in the xml.</p>
 
 <p>In ejb app A colorsApp.jar you have this bean:</p>
 
 <pre><code>package com.foo.colors;
 
-import java&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;.ejb.Stateless;
+import javax.ejb.Stateless;
 
 @Stateless
 public class OrangeBean implements OrangeRemote {
@@ -225,7 +225,7 @@ public class OrangeBean implements Orang
 
 <pre><code>package com.foo.shapes;
 
-import java&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;.ejb.Stateless;
+import javax.ejb.Stateless;
 import com.foo.colors.OrangeRemote;
 
 @Stateless
@@ -235,33 +235,33 @@ public class SquareBean implements Squar
 </code></pre>
 
 <p>Here's how you would hook this reference up, injection and all, with just
-<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ml.  The following would be added to the ejb-jar.<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ml of shapesApp.jar:</p>
+xml.  The following would be added to the ejb-jar.xml of shapesApp.jar:</p>
 
 <pre><code>&lt;ejb-jar&gt;
   &lt;enterprise-beans&gt;
 
     &lt;session&gt;
-      &lt;ejb-name&gt;SquareBean&lt;&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;ejb-name&gt;
+      &lt;ejb-name&gt;SquareBean&lt;/ejb-name&gt;
       &lt;ejb-ref&gt;
-    &lt;ejb-ref-name&gt;com.foo.shapes.SquareBean&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;orangeRemote&lt;&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;ejb-ref-name&gt;
-    &lt;ejb-ref-type&gt;Session&lt;&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;ejb-ref-type&gt;
-    &lt;remote&gt;com.foo.colors.OrangeRemote&lt;&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;remote&gt;
-    &lt;ejb-link&gt;colorsApp.jar#OrangeBean&lt;&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;ejb-link&gt;
+    &lt;ejb-ref-name&gt;com.foo.shapes.SquareBean/orangeRemote&lt;/ejb-ref-name&gt;
+    &lt;ejb-ref-type&gt;Session&lt;/ejb-ref-type&gt;
+    &lt;remote&gt;com.foo.colors.OrangeRemote&lt;/remote&gt;
+    &lt;ejb-link&gt;colorsApp.jar#OrangeBean&lt;/ejb-link&gt;
     &lt;injection-target&gt;
 </code></pre>
 
-<p><injection-target-class>com.foo.shapes.SquareBean&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">injection-target-class>
-          <injection-target-name>orangeRemote&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">injection-target-name>
-        &lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">injection-target>
-          &lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">ejb-ref>
-        &lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">session></p>
+<p><injection-target-class>com.foo.shapes.SquareBean</injection-target-class>
+          <injection-target-name>orangeRemote</injection-target-name>
+        </injection-target>
+          </ejb-ref>
+        </session></p>
 
-<pre><code>  &lt;&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;enterprise-beans&gt;
-&lt;&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;ejb-jar&gt;
+<pre><code>  &lt;/enterprise-beans&gt;
+&lt;/ejb-jar&gt;
 </code></pre>
 
 <p>Note that the value of <ejb-ref-name> could actually be anything and the
-above e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ample would still work as there is no annotation that needs to
+above example would still work as there is no annotation that needs to
 match the <ejb-ref-name> and no one will likely be looking up the EJB as
 it's injected.</p>
 

Modified: websites/staging/openejb/trunk/content/ejb-sample-applications.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb-sample-applications.html (original)
+++ websites/staging/openejb/trunk/content/ejb-sample-applications.html Tue Jul 12 18:06:32 2011
@@ -152,7 +152,7 @@
           <P>
             <!-- $BODY -->
             <DIV id="PageContent">
-          <p><a name="EJBSampleApplications-EJBSampleApplications">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+          <p><a name="EJBSampleApplications-EJBSampleApplications"></a></p>
 
 <h1>EJB Sample Applications</h1>
 
@@ -163,7 +163,7 @@ easiest way to run the sample applicatio
 (<em>mvn eclipse:eclipse</em> or <em>mvn idea:idea</em>) to generate project
 descriptors.</p>
 
-<p>{include:OPENEJB<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">30:E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples Table}</p>
+<p>{include:OPENEJBx30:Examples Table}</p>
 
             </DIV>
           </P>

Modified: websites/staging/openejb/trunk/content/ejb-sample.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb-sample.html (original)
+++ websites/staging/openejb/trunk/content/ejb-sample.html Tue Jul 12 18:06:32 2011
@@ -152,7 +152,7 @@
           <P>
             <!-- $BODY -->
             <DIV id="PageContent">
-          <p><a name="EJBSample-EJBSample">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+          <p><a name="EJBSample-EJBSample"></a></p>
 
 <h1>EJB Sample</h1>
 
@@ -162,7 +162,7 @@ plugins using OpenEJB as an embedded EJB
 an EJB sample application in your IDE is to use maven ({{mvn
 eclipse:eclipse}} or <em>mvn idea:idea</em>) to generate project descriptors.</p>
 
-<p>{include:OPENEJB<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">30:E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples Table}</p>
+<p>{include:OPENEJBx30:Examples Table}</p>
 
             </DIV>
           </P>

Modified: websites/staging/openejb/trunk/content/ejb-samples.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb-samples.html (original)
+++ websites/staging/openejb/trunk/content/ejb-samples.html Tue Jul 12 18:06:32 2011
@@ -152,7 +152,7 @@
           <P>
             <!-- $BODY -->
             <DIV id="PageContent">
-          <p><a name="EJBSamples-EJBSamples">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+          <p><a name="EJBSamples-EJBSamples"></a></p>
 
 <h1>EJB Samples</h1>
 
@@ -162,7 +162,7 @@ plugins using OpenEJB as an embedded EJB
 the samples in your IDE is to use maven (<em>mvn eclipse:eclipse</em> or {{mvn
 idea:idea}}) to generate project descriptors.</p>
 
-<p>{include:OPENEJB<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">30:E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples Table}</p>
+<p>{include:OPENEJBx30:Examples Table}</p>
 
             </DIV>
           </P>

Modified: websites/staging/openejb/trunk/content/ejb-servlet.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb-servlet.html (original)
+++ websites/staging/openejb/trunk/content/ejb-servlet.html Tue Jul 12 18:06:32 2011
@@ -155,28 +155,28 @@
           <pre><code>package org.superbiz;
 
 import org.apache.openejb.loader.SystemInstance;
-import org.apache.openejb.server.ServiceE&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;ception;
+import org.apache.openejb.server.ServiceException;
 import org.apache.openejb.server.ejbd.EjbServer;
 
-import java&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;.servlet.ServletConfig;
-import java&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;.servlet.ServletE&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;ception;
-import java&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;.servlet.ServletInputStream;
-import java&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;.servlet.ServletOutputStream;
-import java&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;.servlet.http.HttpServlet;
-import java&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;.servlet.http.HttpServletRequest;
-import java&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;.servlet.http.HttpServletResponse;
-import java.io.IOE&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;ception;
+import javax.servlet.ServletConfig;
+import javax.servlet.ServletException;
+import javax.servlet.ServletInputStream;
+import javax.servlet.ServletOutputStream;
+import javax.servlet.http.HttpServlet;
+import javax.servlet.http.HttpServletRequest;
+import javax.servlet.http.HttpServletResponse;
+import java.io.IOException;
 
-public class EjbServerServlet e&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;tends HttpServlet {
+public class EjbServerServlet extends HttpServlet {
     private EjbServer ejbServer;
 
-    public void init(ServletConfig config) throws ServletE&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;ception {
+    public void init(ServletConfig config) throws ServletException {
     ejbServer = new EjbServer();
 
     try {
         ejbServer.init(System.getProperties());
-    } catch (E&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;ception e) {
-        throw new ServletE&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;ception(e);
+    } catch (Exception e) {
+        throw new ServletException(e);
     }
     }
 
@@ -184,13 +184,13 @@ public class EjbServerServlet e&lt;IMG c
 </code></pre>
 
 <p>response) 
-        throws ServletE<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ception, IOE<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ception {
+        throws ServletException, IOException {
         ServletInputStream in = request.getInputStream();
         ServletOutputStream out = response.getOutputStream();
         try {
             ejbServer.service(in, out);
-        } catch (ServiceE<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ception e) {
-            throw new ServletE<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ception("ServerService error", e);
+        } catch (ServiceException e) {
+            throw new ServletException("ServerService error", e);
         }
         }
     }</p>

Modified: websites/staging/openejb/trunk/content/ejb-tutorial.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb-tutorial.html (original)
+++ websites/staging/openejb/trunk/content/ejb-tutorial.html Tue Jul 12 18:06:32 2011
@@ -152,7 +152,7 @@
           <P>
             <!-- $BODY -->
             <DIV id="PageContent">
-          <p><a name="EJBTutorial-EJBTutorial">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+          <p><a name="EJBTutorial-EJBTutorial"></a></p>
 
 <h1>EJB Tutorial</h1>
 
@@ -162,7 +162,7 @@ special plugins using OpenEJB as an embe
 way to run a tutorial in your IDE is to use maven (<em>mvn eclipse:eclipse</em>
 or <em>mvn idea:idea</em>) to generate project descriptors.</p>
 
-<p>{include:OPENEJB<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">30:E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples Table}</p>
+<p>{include:OPENEJBx30:Examples Table}</p>
 
             </DIV>
           </P>

Modified: websites/staging/openejb/trunk/content/ejb-tutorials.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb-tutorials.html (original)
+++ websites/staging/openejb/trunk/content/ejb-tutorials.html Tue Jul 12 18:06:32 2011
@@ -152,7 +152,7 @@
           <P>
             <!-- $BODY -->
             <DIV id="PageContent">
-          <p><a name="EJBTutorials-EJBTutorials">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+          <p><a name="EJBTutorials-EJBTutorials"></a></p>
 
 <h1>EJB Tutorials</h1>
 
@@ -162,7 +162,7 @@ special plugins using OpenEJB as an embe
 way to run the tutorials in your IDE is to use maven ({{mvn
 eclipse:eclipse}} or <em>mvn idea:idea</em>) to generate project descriptors.</p>
 
-<p>{include:OPENEJB<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">30:E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples Table}</p>
+<p>{include:OPENEJBx30:Examples Table}</p>
 
             </DIV>
           </P>

Modified: websites/staging/openejb/trunk/content/ejb3-annotation-example.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb3-annotation-example.html (original)
+++ websites/staging/openejb/trunk/content/ejb3-annotation-example.html Tue Jul 12 18:06:32 2011
@@ -152,18 +152,18 @@
           <P>
             <!-- $BODY -->
             <DIV id="PageContent">
-          <p><a name="EJB3AnnotationE<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ample-EJB3AnnotationE<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ample">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+          <p><a name="EJB3AnnotationExample-EJB3AnnotationExample"></a></p>
 
-<h1>EJB3 Annotation E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ample</h1>
+<h1>EJB3 Annotation Example</h1>
 
-<p>Each EJB 3.0 annotation e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ample comes with JUnit unit tests that can be run
+<p>Each EJB 3.0 annotation example comes with JUnit unit tests that can be run
 in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system
 without special plugins using OpenEJB as an embedded EJB container.  The
-easiest way to run an ejb3 annotation e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ample in your IDE is to use maven
+easiest way to run an ejb3 annotation example in your IDE is to use maven
 (<em>mvn eclipse:eclipse</em> or <em>mvn idea:idea</em>) to generate project
 descriptors.</p>
 
-<p>{include:OPENEJB<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">30:E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples Table}</p>
+<p>{include:OPENEJBx30:Examples Table}</p>
 
             </DIV>
           </P>

Modified: websites/staging/openejb/trunk/content/ejb3-annotation-examples.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb3-annotation-examples.html (original)
+++ websites/staging/openejb/trunk/content/ejb3-annotation-examples.html Tue Jul 12 18:06:32 2011
@@ -152,17 +152,17 @@
           <P>
             <!-- $BODY -->
             <DIV id="PageContent">
-          <p><a name="EJB3AnnotationE<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples-EJB3AnnotationE<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+          <p><a name="EJB3AnnotationExamples-EJB3AnnotationExamples"></a></p>
 
-<h1>EJB3 Annotation E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples</h1>
+<h1>EJB3 Annotation Examples</h1>
 
-<p>All EJB 3.0 annotation e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples come with JUnit unit tests that can be run
+<p>All EJB 3.0 annotation examples come with JUnit unit tests that can be run
 in Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system
 without special plugins using OpenEJB as an embedded EJB container.  The
-easiest way to run the e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples in your IDE is to use maven ({{mvn
+easiest way to run the examples in your IDE is to use maven ({{mvn
 eclipse:eclipse}} or <em>mvn idea:idea</em>) to generate project descriptors.</p>
 
-<p>{include:OPENEJB<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">30:E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples Table}</p>
+<p>{include:OPENEJBx30:Examples Table}</p>
 
             </DIV>
           </P>

Modified: websites/staging/openejb/trunk/content/ejb3-example.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb3-example.html (original)
+++ websites/staging/openejb/trunk/content/ejb3-example.html Tue Jul 12 18:06:32 2011
@@ -152,17 +152,17 @@
           <P>
             <!-- $BODY -->
             <DIV id="PageContent">
-          <p><a name="EJB3E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ample-EJB3E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ample">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+          <p><a name="EJB3Example-EJB3Example"></a></p>
 
-<h1>EJB3 E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ample</h1>
+<h1>EJB3 Example</h1>
 
-<p>Each EJB 3.0 e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ample comes with JUnit unit tests that can be run in
+<p>Each EJB 3.0 example comes with JUnit unit tests that can be run in
 Eclipse, IntelliJ, NetBeans, Maven, Ant or any IDE or build system without
 special plugins using OpenEJB as an embedded EJB container.  The easiest
-way to run an e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ample in your IDE is to use maven (<em>mvn eclipse:eclipse</em>
+way to run an example in your IDE is to use maven (<em>mvn eclipse:eclipse</em>
 or <em>mvn idea:idea</em>) to generate project descriptors.</p>
 
-<p>{include:OPENEJB<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">30:E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples Table}</p>
+<p>{include:OPENEJBx30:Examples Table}</p>
 
             </DIV>
           </P>

Modified: websites/staging/openejb/trunk/content/ejb3-examples.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb3-examples.html (original)
+++ websites/staging/openejb/trunk/content/ejb3-examples.html Tue Jul 12 18:06:32 2011
@@ -152,17 +152,17 @@
           <P>
             <!-- $BODY -->
             <DIV id="PageContent">
-          <p><a name="EJB3E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples-EJB3E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+          <p><a name="EJB3Examples-EJB3Examples"></a></p>
 
-<h1>EJB3 E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples</h1>
+<h1>EJB3 Examples</h1>
 
-<p>All EJB 3.0 e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples come with JUnit unit tests that can be run in Eclipse,
+<p>All EJB 3.0 examples come with JUnit unit tests that can be run in Eclipse,
 IntelliJ, NetBeans, Maven, Ant or any IDE or build system without special
 plugins using OpenEJB as an embedded EJB container.  The easiest way to run
-the e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples in your IDE is to use maven (<em>mvn eclipse:eclipse</em> or {{mvn
+the examples in your IDE is to use maven (<em>mvn eclipse:eclipse</em> or {{mvn
 idea:idea}}) to generate project descriptors.</p>
 
-<p>{include:OPENEJB<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">30:E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples Table}</p>
+<p>{include:OPENEJBx30:Examples Table}</p>
 
             </DIV>
           </P>

Modified: websites/staging/openejb/trunk/content/ejb3-howto.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb3-howto.html (original)
+++ websites/staging/openejb/trunk/content/ejb3-howto.html Tue Jul 12 18:06:32 2011
@@ -152,7 +152,7 @@
           <P>
             <!-- $BODY -->
             <DIV id="PageContent">
-          <p><a name="EJB3HowTo-EJB3HowTo">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+          <p><a name="EJB3HowTo-EJB3HowTo"></a></p>
 
 <h1>EJB3 HowTo</h1>
 
@@ -162,7 +162,7 @@ plugins using OpenEJB as an embedded EJB
 the howtos in your IDE is to use maven (<em>mvn eclipse:eclipse</em> or {{mvn
 idea:idea}}) to generate project descriptors.</p>
 
-<p>{include:OPENEJB<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">30:E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples Table}</p>
+<p>{include:OPENEJBx30:Examples Table}</p>
 
             </DIV>
           </P>

Modified: websites/staging/openejb/trunk/content/ejb3-sample-applications.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb3-sample-applications.html (original)
+++ websites/staging/openejb/trunk/content/ejb3-sample-applications.html Tue Jul 12 18:06:32 2011
@@ -152,7 +152,7 @@
           <P>
             <!-- $BODY -->
             <DIV id="PageContent">
-          <p><a name="EJB3SampleApplications-EJB3SampleApplications">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+          <p><a name="EJB3SampleApplications-EJB3SampleApplications"></a></p>
 
 <h1>EJB3 Sample Applications</h1>
 
@@ -163,7 +163,7 @@ easiest way to run the sample applicatio
 (<em>mvn eclipse:eclipse</em> or <em>mvn idea:idea</em>) to generate project
 descriptors.</p>
 
-<p>{include:OPENEJB<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">30:E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples Table}</p>
+<p>{include:OPENEJBx30:Examples Table}</p>
 
             </DIV>
           </P>

Modified: websites/staging/openejb/trunk/content/ejb3-sample.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb3-sample.html (original)
+++ websites/staging/openejb/trunk/content/ejb3-sample.html Tue Jul 12 18:06:32 2011
@@ -152,7 +152,7 @@
           <P>
             <!-- $BODY -->
             <DIV id="PageContent">
-          <p><a name="EJB3Sample-EJB3Sample">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+          <p><a name="EJB3Sample-EJB3Sample"></a></p>
 
 <h1>EJB3 Sample</h1>
 
@@ -162,7 +162,7 @@ plugins using OpenEJB as an embedded EJB
 a sample application in your IDE is to use maven (<em>mvn eclipse:eclipse</em>
 or <em>mvn idea:idea</em>) to generate project descriptors.</p>
 
-<p>{include:OPENEJB<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">30:E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples Table}</p>
+<p>{include:OPENEJBx30:Examples Table}</p>
 
             </DIV>
           </P>

Modified: websites/staging/openejb/trunk/content/ejb3-samples.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb3-samples.html (original)
+++ websites/staging/openejb/trunk/content/ejb3-samples.html Tue Jul 12 18:06:32 2011
@@ -152,7 +152,7 @@
           <P>
             <!-- $BODY -->
             <DIV id="PageContent">
-          <p><a name="EJB3Samples-EJB3Samples">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+          <p><a name="EJB3Samples-EJB3Samples"></a></p>
 
 <h1>EJB3 Samples</h1>
 
@@ -162,7 +162,7 @@ plugins using OpenEJB as an embedded EJB
 the samples in your IDE is to use maven (<em>mvn eclipse:eclipse</em> or {{mvn
 idea:idea}}) to generate project descriptors.</p>
 
-<p>{include:OPENEJB<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">30:E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples Table}</p>
+<p>{include:OPENEJBx30:Examples Table}</p>
 
             </DIV>
           </P>

Modified: websites/staging/openejb/trunk/content/ejb3-tutorial.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb3-tutorial.html (original)
+++ websites/staging/openejb/trunk/content/ejb3-tutorial.html Tue Jul 12 18:06:32 2011
@@ -152,7 +152,7 @@
           <P>
             <!-- $BODY -->
             <DIV id="PageContent">
-          <p><a name="EJB3Tutorial-EJB3Tutorial">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+          <p><a name="EJB3Tutorial-EJB3Tutorial"></a></p>
 
 <h1>EJB3 Tutorial</h1>
 
@@ -162,7 +162,7 @@ special plugins using OpenEJB as an embe
 way to run a tutorial in your IDE is to use maven (<em>mvn eclipse:eclipse</em>
 or <em>mvn idea:idea</em>) to generate project descriptors.</p>
 
-<p>{include:OPENEJB<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">30:E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples Table}</p>
+<p>{include:OPENEJBx30:Examples Table}</p>
 
             </DIV>
           </P>

Modified: websites/staging/openejb/trunk/content/ejb3-tutorials.html
==============================================================================
--- websites/staging/openejb/trunk/content/ejb3-tutorials.html (original)
+++ websites/staging/openejb/trunk/content/ejb3-tutorials.html Tue Jul 12 18:06:32 2011
@@ -152,7 +152,7 @@
           <P>
             <!-- $BODY -->
             <DIV id="PageContent">
-          <p><a name="EJB3Tutorials-EJB3Tutorials">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+          <p><a name="EJB3Tutorials-EJB3Tutorials"></a></p>
 
 <h1>EJB3 Tutorials</h1>
 
@@ -162,7 +162,7 @@ special plugins using OpenEJB as an embe
 way to run the tutorials in your IDE is to use maven ({{mvn
 eclipse:eclipse}} or <em>mvn idea:idea</em>) to generate project descriptors.</p>
 
-<p>{include:OPENEJB<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">30:E<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples Table}</p>
+<p>{include:OPENEJBx30:Examples Table}</p>
 
             </DIV>
           </P>

Modified: websites/staging/openejb/trunk/content/embedded-and-remotable.html
==============================================================================
--- websites/staging/openejb/trunk/content/embedded-and-remotable.html (original)
+++ websites/staging/openejb/trunk/content/embedded-and-remotable.html Tue Jul 12 18:06:32 2011
@@ -152,13 +152,13 @@
           <P>
             <!-- $BODY -->
             <DIV id="PageContent">
-          <p><a name="EmbeddedandRemotable-Overview">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+          <p><a name="EmbeddedandRemotable-Overview"></a></p>
 
 <h1>Overview</h1>
 
-<p>This e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ample shows how to use OpenEJB3's remoting capabilities in an
+<p>This example shows how to use OpenEJB3's remoting capabilities in an
 embedded scenario.  By remoting we mean that you wish to allow <em>clients in
-other vms</em> access your ejbs.  <em>Note, you do not need to go to this e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">treme
+other vms</em> access your ejbs.  <em>Note, you do not need to go to this extreme
 to unit test ejbs with remote interfaces.</em></p>
 
 <p>The basic recipe is the same for a standard embedded scenario but with
@@ -169,9 +169,9 @@ these added ingreditents:</p>
 <li><em>openejb-ejbd</em> jar</li>
 </ul>
 
-<p>While creating the InitialConte<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">t, pass in the openejb.embedded.remotable
+<p>While creating the InitialContext, pass in the openejb.embedded.remotable
 property with the value of "true".  When this is seen by the
-LocalInitialConte<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">tFactory, it will boot up the Server ServiceManager in
+LocalInitialContextFactory, it will boot up the Server ServiceManager in
 the VM which will in turn look for ServerServices in the classpath.</p>
 
 <p>Provided you have the openejb-ejbd jar in your classpath along with it's
@@ -192,44 +192,44 @@ number of ServerServices are available c
 <li>openejb-activemq</li>
 </ul>
 
-<p><em>The source for this e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ample is in the "telephone-stateful" directory
-located in the <a href="openejb:download.html">openejb-e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples.zip</a>
+<p><em>The source for this example is in the "telephone-stateful" directory
+located in the <a href="openejb:download.html">openejb-examples.zip</a>
  available on the download page.</em></p>
 
 <p>{note}
 If your goal is simply to unit test beans with remote interfaces, this is
-<em>not</em> the right e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ample for you.  The LocalInitialConte<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">tFactory completely
+<em>not</em> the right example for you.  The LocalInitialContextFactory completely
 supports remote interfaces and all spec required pass-by-value
 (serialization) semantics without the need for network sockets.  This
-e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ample shows the use of OpenEJB in an embedded environment where
+example shows the use of OpenEJB in an embedded environment where
 connection <em>outside</em> the 
 vm is required.{note}</p>
 
-<p><a name="EmbeddedandRemotable-TheCode">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+<p><a name="EmbeddedandRemotable-TheCode"></a></p>
 
 <h1>The Code</h1>
 
-<p>For this e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ample we have a simple Stateful bean called TelephoneBean as
+<p>For this example we have a simple Stateful bean called TelephoneBean as
 defined below.  As a simple way of demonstrating the state we have to
-methods: speak and listen.  You call <em>speak</em> and pass in some te<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">t, then
+methods: speak and listen.  You call <em>speak</em> and pass in some text, then
 you call <em>listen</em> to get your answer.</p>
 
-<p><a name="EmbeddedandRemotable-bean">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+<p><a name="EmbeddedandRemotable-bean"></a></p>
 
 <h2>bean</h2>
 
-<p>{snippet:id=code|url=openejb3<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone-stateful<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">src<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">main<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" 
 border="0">java<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">org<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">superbiz<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">TelephoneBean.java|lang=java}</p>
+<p>{snippet:id=code|url=openejb3/examples/telephone-stateful/src/main/java/org/superbiz/telephone/TelephoneBean.java|lang=java}</p>
 
-<p><a name="EmbeddedandRemotable-businessinterface">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+<p><a name="EmbeddedandRemotable-businessinterface"></a></p>
 
 <h2>business interface</h2>
 
-<p>{snippet:id=code|url=openejb3<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone-stateful<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">src<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">main<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" 
 border="0">java<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">org<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">superbiz<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">Telephone.java|lang=java}</p>
+<p>{snippet:id=code|url=openejb3/examples/telephone-stateful/src/main/java/org/superbiz/telephone/Telephone.java|lang=java}</p>
 
 <p>{tip:title=EJB3 Notes}
 The bean class uses the annotation <em>@Remote</em> but does not specify a list of
 interfaces as is normally required.  Per EJB3 rules, if the bean implements
-e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">actly <em>one business interface</em> it may use @Remote with no other values
+exactly <em>one business interface</em> it may use @Remote with no other values
 and that business interface is then implied to be a remote business
 interface.  The same rule applies to identical usage of @Local.</p>
 
@@ -238,7 +238,7 @@ change and require that you specify both
 annotation as in @Remote({Telephone.class, SecondInterface.class}).
 {tip}</p>
 
-<p><a name="EmbeddedandRemotable-Embedding">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+<p><a name="EmbeddedandRemotable-Embedding"></a></p>
 
 <h1>Embedding</h1>
 
@@ -246,50 +246,50 @@ annotation as in @Remote({Telephone.clas
 of demonstrating the remote capabilities.  We'll do the embedding in our
 test setUp method, then will make two test methods: 
  - one for invoking the bean's remote interface via the
-<em>LocalInitialConte<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">tFactory</em> which goes straight against the embedded
+<em>LocalInitialContextFactory</em> which goes straight against the embedded
 container system
  - one for invoking the bean's remote interface via the
-<em>RemoteInitialConte<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">tFactory</em> which connects to a Socket and communicates
+<em>RemoteInitialContextFactory</em> which connects to a Socket and communicates
 to the embedded container system over the ejbd protocol.</p>
 
-<p><a name="EmbeddedandRemotable-setUp">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+<p><a name="EmbeddedandRemotable-setUp"></a></p>
 
 <h2>setUp</h2>
 
-<p>{snippet:id=setup|url=openejb3<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone-stateful<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">src<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">test<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt=""
  border="0">java<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">org<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">superbiz<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">TelephoneTest.java|lang=java}</p>
+<p>{snippet:id=setup|url=openejb3/examples/telephone-stateful/src/test/java/org/superbiz/telephone/TelephoneTest.java|lang=java}</p>
 
-<h2>LocalInitialConte<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">tFactory: making in-vm calls to a remote business</h2>
+<h2>LocalInitialContextFactory: making in-vm calls to a remote business</h2>
 
 <p>interface</p>
 
-<p>{snippet:id=localconte<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">t|url=openejb3<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone-stateful<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">src<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt=
 "" border="0">test<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">java<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">org<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">superbiz<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">TelephoneTest.java|lang=java}</p>
+<p>{snippet:id=localcontext|url=openejb3/examples/telephone-stateful/src/test/java/org/superbiz/telephone/TelephoneTest.java|lang=java}</p>
 
-<h2>RemoteInitialConte<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">tFactory: making networked calls to a remote</h2>
+<h2>RemoteInitialContextFactory: making networked calls to a remote</h2>
 
 <p>business interface</p>
 
 <p>This is the part you would want to do in apps that are running a different
 VM than the one in which the ejb container is embedded.  These "client" VMs
 need only have the the <em>openejb-client jar</em> in their classpath and connect
-to OpenEJB via the RemoteInitialConte<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">tFactory like any other remote EJB
+to OpenEJB via the RemoteInitialContextFactory like any other remote EJB
 client.</p>
 
-<p>{snippet:id=remoteconte<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">t|url=openejb3<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone-stateful<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">src<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt
 ="" border="0">test<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">java<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">org<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">superbiz<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">TelephoneTest.java|lang=java}</p>
+<p>{snippet:id=remotecontext|url=openejb3/examples/telephone-stateful/src/test/java/org/superbiz/telephone/TelephoneTest.java|lang=java}</p>
 
-<p><a name="EmbeddedandRemotable-Mavensetup">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+<p><a name="EmbeddedandRemotable-Mavensetup"></a></p>
 
 <h1>Maven setup</h1>
 
-<p>{snippet:id=desc|url=openejb3<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone-stateful<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">pom.<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ml}</p>
+<p>{snippet:id=desc|url=openejb3/examples/telephone-stateful/pom.xml}</p>
 
-<p>{snippet:id=openejbdep|url=openejb3<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone-stateful<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">pom.<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ml|lang=<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmidd
 le" alt="" border="0">ml}</p>
+<p>{snippet:id=openejbdep|url=openejb3/examples/telephone-stateful/pom.xml|lang=xml}</p>
 
-<p><a name="EmbeddedandRemotable-Running">&lt;<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">a></p>
+<p><a name="EmbeddedandRemotable-Running"></a></p>
 
 <h1>Running</h1>
 
-<p>Running the e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">ample is fairly simple.  In the "telephone-stateful"
-directory of the <a href="openejb:download.html">e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples zip</a>
+<p>Running the example is fairly simple.  In the "telephone-stateful"
+directory of the <a href="openejb:download.html">examples zip</a>
 , just run:</p>
 
 <p>$ mvn clean install</p>
@@ -301,36 +301,36 @@ directory of the <a href="openejb:downlo
 -------------------------------------------------------
 Running org.superbiz.telephone.TelephoneTest
 Apache OpenEJB 3.0    build: 20080408-04:13
-http:&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;openejb.apache.org&lt;IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0"&gt;
+http://openejb.apache.org/
 INFO - openejb.home =
 </code></pre>
 
-<p><IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">Users<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">dblevins<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">work<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">openejb-3.0<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples<IMG class="emo
 ticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone-stateful
+<p>/Users/dblevins/work/openejb-3.0/examples/telephone-stateful
     INFO - openejb.base =
-<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">Users<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">dblevins<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">work<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">openejb-3.0<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples<IMG class="emotic
 on" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone-stateful
+/Users/dblevins/work/openejb-3.0/examples/telephone-stateful
     INFO - Configuring Service(id=Default Security Service,
 type=SecurityService, provider-id=Default Security Service)
     INFO - Configuring Service(id=Default Transaction Manager,
 type=TransactionManager, provider-id=Default Transaction Manager)
-    INFO - Configuring Service(id=Default JDK 1.3 Pro<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">yFactory,
-type=Pro<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">yFactory, provider-id=Default JDK 1.3 Pro<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">yFactory)
+    INFO - Configuring Service(id=Default JDK 1.3 ProxyFactory,
+type=ProxyFactory, provider-id=Default JDK 1.3 ProxyFactory)
     INFO - Found EjbModule in classpath:
-<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">Users<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">dblevins<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">work<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">openejb-3.0<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples<IMG class="emotic
 on" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone-stateful<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">target<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">classes
+/Users/dblevins/work/openejb-3.0/examples/telephone-stateful/target/classes
     INFO - Configuring app:
-<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">Users<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">dblevins<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">work<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">openejb-3.0<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples<IMG class="emotic
 on" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone-stateful<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">target<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">classes
+/Users/dblevins/work/openejb-3.0/examples/telephone-stateful/target/classes
     INFO - Configuring Service(id=Default Stateful Container, type=Container,
 provider-id=Default Stateful Container)
     INFO - Auto-creating a container for bean TelephoneBean:
 Container(type=STATEFUL, id=Default Stateful Container)
     INFO - Loaded Module:
-<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">Users<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">dblevins<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">work<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">openejb-3.0<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples<IMG class="emotic
 on" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone-stateful<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">target<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">classes
+/Users/dblevins/work/openejb-3.0/examples/telephone-stateful/target/classes
     INFO - Assembling app:
-<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">Users<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">dblevins<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">work<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">openejb-3.0<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples<IMG class="emotic
 on" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone-stateful<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">target<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">classes
+/Users/dblevins/work/openejb-3.0/examples/telephone-stateful/target/classes
     INFO - Jndi(name=TelephoneBeanRemote) --> Ejb(deployment-id=TelephoneBean)
     INFO - Created Ejb(deployment-id=TelephoneBean, ejb-name=TelephoneBean,
 container=Default Stateful Container)
     INFO - Deployed
-Application(path=<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">Users<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">dblevins<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">work<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">openejb-3.0<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">e<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/error.gif" height="16" width="16" align="absmiddle" alt="" border="0">amples<
 IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">telephone-stateful<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">target<IMG class="emoticon" src="https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif" height="16" width="16" align="absmiddle" alt="" border="0">classes)
+Application(path=/Users/dblevins/work/openejb-3.0/examples/telephone-stateful/target/classes)
       <em>* Starting Services *</em>
       NAME             IP          PORT <br />
       ejbd             127.0.0.1       4201 <br />