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 2011/12/05 00:32:01 UTC

svn commit: r1210278 - /openejb/trunk/sandbox/doc-sandbox/openejb-system.properties

Author: rmannibucau
Date: Sun Dec  4 23:32:01 2011
New Revision: 1210278

URL: http://svn.apache.org/viewvc?rev=1210278&view=rev
Log:
adding dump folder property

Modified:
    openejb/trunk/sandbox/doc-sandbox/openejb-system.properties

Modified: openejb/trunk/sandbox/doc-sandbox/openejb-system.properties
URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/doc-sandbox/openejb-system.properties?rev=1210278&r1=1210277&r2=1210278&view=diff
==============================================================================
--- openejb/trunk/sandbox/doc-sandbox/openejb-system.properties (original)
+++ openejb/trunk/sandbox/doc-sandbox/openejb-system.properties Sun Dec  4 23:32:01 2011
@@ -10,6 +10,7 @@
 |javax.persistence.nonJtaDataSource | string | override the non JTA datasource value for persistence contexts|
 |openejb.descriptors.output | dump memory deployment descriptors. Can be used to set complete metadata to true and avoid scanning when starting the container or to check the used configuration.|
 |openejb.deployments.classpath.require.descriptor | CLIENT or EJB | can allow to filter what you want to scan (client modules or ejb modules)|
+|openejb.descriptors.output.folder | path | where to dump deployement descriptors if activated. |
 |openejb.strict.interface.declaration | bool | add some validations on session beans (spec validations in particular). false by default.|
 |openejb.conf.file or openejb.configuration | string | OpenEJB configuration file path|
 |openejb.debuggable-vm-hackery | bool | remove JMS informations from deployment|