You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2006/12/29 07:51:57 UTC

svn commit: r490927 - /incubator/openejb/trunk/openejb3/examples/telephone-stateful/README.txt

Author: dblevins
Date: Thu Dec 28 22:51:57 2006
New Revision: 490927

URL: http://svn.apache.org/viewvc?view=rev&rev=490927
Log:
Added more docco

Modified:
    incubator/openejb/trunk/openejb3/examples/telephone-stateful/README.txt

Modified: incubator/openejb/trunk/openejb3/examples/telephone-stateful/README.txt
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/examples/telephone-stateful/README.txt?view=diff&rev=490927&r1=490926&r2=490927
==============================================================================
--- incubator/openejb/trunk/openejb3/examples/telephone-stateful/README.txt (original)
+++ incubator/openejb/trunk/openejb3/examples/telephone-stateful/README.txt Thu Dec 28 22:51:57 2006
@@ -13,6 +13,36 @@
 openejb-client, openejb-core), then those services will be brought online and remote clients will be
 able to connect into your vm and invoke beans.
 
+To run the example simply type:
+
+ $ mvn clean install
+
+Amongst the output you should see OpenEJB startup with complete with the ServerServices you have in the classpath:
+
+  bq. Apache OpenEJB 3.0-incubating-SNAPSHOT    build: 20061228-01:59
+  bq. http://incubator.apache.org/openejb
+  bq. 22:32:25,240 INFO  [startup] Found EjbModule in classpath: /Users/dblevins/work/openejb3/examples/telephone-stateful/target/classes
+  bq. 22:32:26,601 WARN  [startup] No ejb-jar.xml found assuming annotated beans present: module: /Users/dblevins/work/openejb3/examples/telephone-stateful/target/classes
+  bq. 22:32:26,635 WARN  [OpenEJB] Auto-deploying ejb TelephoneBean: EjbDeployment(deployment-id=TelephoneBean, container-id=Default Stateful Container)
+  bq. 22:32:26,636 WARN  [OpenEJB] Auto-creating a container for bean TelephoneBean: Container(type=STATEFUL, id=Default Stateful Container)
+  bq. 22:32:26,658 INFO  [startup] Loaded Module: /Users/dblevins/work/openejb3/examples/telephone-stateful/target/classes
+  bq. 22:32:27,272 INFO  [startup] OpenEJB ready.
+  bq. OpenEJB ready.
+  bq.   ** Starting Services **
+  bq.   NAME                 IP              PORT  
+  bq.   ejbd                 0.0.0.0         4201  
+  bq.   admin thread         0.0.0.0         4200  
+  bq. -------
+  bq. Ready!
+
+If you want to add more ServerServices such as the http version of the ejbd protocol you'd simply add the openejb-httpejbd jar to your classpath.  A number of ServerServices are available currently:
+
+  * openejb-ejbd
+  * openejb-http
+  * openejb-telnet
+  * openejb-derbynet
+  * openejb-hsql
+  * openejb-activemq