Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://tomee.apache.org/properties-listing.mdtext

Mircea

Index: trunk/content/properties-listing.mdtext
===================================================================
--- trunk/content/properties-listing.mdtext     (revision 1490880)
+++ trunk/content/properties-listing.mdtext     (working copy)
@@ -75,6 +75,7 @@
 <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>
+<tr><td>openejb.session-context</td><td> http </td><td> persists CDI 
@SessionScoped into HTTP session. This is useful if you want to persist your 
sessions on disk for redeployment and not only. </td><tr>
 </table>
 
 # TomEE Arquillian adaptor
@@ -83,4 +84,4 @@
 <tr><td>tomee.ejbcontainer.http.port </td><td> int </td><td> tomee port, -1 
means random. When using a random port you can retreive it getting this 
property too.</td></tr>
 <tr><td>tomee.arquillian.http </td><td> int </td><td> http port used by the 
embedded arquillian adaptor</td></tr>
 <tr><td>tomee.arquillian.stop </td><td> int </td><td> shutdown port used by 
the embedded arquillian adaptor</td><tr>
-</table>
+</table>
\ No newline at end of file

Reply via email to