You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2012/04/03 10:48:14 UTC

svn commit: r1308756 - /openejb/site/trunk/content/properties-listing.mdtext

Author: rmannibucau
Date: Tue Apr  3 08:48:14 2012
New Revision: 1308756

URL: http://svn.apache.org/viewvc?rev=1308756&view=rev
Log:
addin openejb.session.manager property

Modified:
    openejb/site/trunk/content/properties-listing.mdtext

Modified: openejb/site/trunk/content/properties-listing.mdtext
URL: http://svn.apache.org/viewvc/openejb/site/trunk/content/properties-listing.mdtext?rev=1308756&r1=1308755&r2=1308756&view=diff
==============================================================================
--- openejb/site/trunk/content/properties-listing.mdtext (original)
+++ openejb/site/trunk/content/properties-listing.mdtext Tue Apr  3 08:48:14 2012
@@ -71,6 +71,7 @@ Note: all resources can be configured by
 <tr><td>openejb.servicemanager.enabled</td><td> bool </td><td> run all services detected or only known available services (WS and RS</td></tr>
 <tr><td>tomee.jaxws.oldsubcontext</td><td> bool </td><td> wether or not activate old way to bind jaxws webservices directly on root context</td><tr>
 <tr><td>openejb.modulename.useHash</td><td> bool </td><td> add a hash after the module name of the webmodule if it is generated from the webmodule location, it avoids conflicts between multiple deployment (through ear) of the same webapp. Note: it disactivated by default since names are less nice this way.</td><tr>
+<tr><td>openejb.session.manager</td><td> qualified name (string) </td><td> configure a session managaer to use for all contexts</td><tr>
 </table>
 
 # TomEE Arquillian adaptor