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 2012/02/12 22:05:32 UTC

svn commit: r804591 - /websites/staging/openejb/trunk/content/properties-listing.html

Author: buildbot
Date: Sun Feb 12 21:05:32 2012
New Revision: 804591

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/content/properties-listing.html

Modified: websites/staging/openejb/trunk/content/properties-listing.html
==============================================================================
--- websites/staging/openejb/trunk/content/properties-listing.html (original)
+++ websites/staging/openejb/trunk/content/properties-listing.html Sun Feb 12 21:05:32 2012
@@ -92,7 +92,7 @@
 
 <table>
 <tr><td><b>Name</b></td><td><b>Value</b></td><td><b>Description</b></td></tr>
-<tr><td>openejb.embedded.remotable</td><td> bool </td><td> actiavte or not the remote services when available </td></tr>
+<tr><td>openejb.embedded.remotable</td><td> bool </td><td> activate or not the remote services when available </td></tr>
 <tr><td><service prefix>.bind, &lt;service prefix&gt;.port, &lt;service prefix&gt;.disabled, &lt;service prefix&gt;.threads</td><td> host or IP, port, bool</td><td> override the host. Available for ejbd and httpejbd services (used by jaxws and jaxrs), number of thread to maneg requests  </td><tr>
 <tr><td>openejb.embedded.initialcontext.close </td><td> LOGOUT or DESTROY </td><td> configure the hook called when closing the initial context. Useful when starting OpenEJB from a new InitialContext([properties]) instantiation. By default it simply logs out the logged user if it exists. DESTROY means clean the container.</td></tr>
 <tr><td>javax.persistence.provider </td><td> string </td><td> override the JPA provider value</td></tr>