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/01/22 21:04:36 UTC

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

Author: rmannibucau
Date: Sun Jan 22 20:04:36 2012
New Revision: 1234587

URL: http://svn.apache.org/viewvc?rev=1234587&view=rev
Log:
removing no more used system properties

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=1234587&r1=1234586&r2=1234587&view=diff
==============================================================================
--- openejb/site/trunk/content/properties-listing.mdtext (original)
+++ openejb/site/trunk/content/properties-listing.mdtext Sun Jan 22 20:04:36 2012
@@ -42,7 +42,6 @@ Notice:Licensed to the Apache Software F
 |openejb.deployments.classpath.include and openejb.deployments.classpath.exclude | regex | regex to filter the scanned classpath (when you are in this case)|
 |openejb.deployments.package.include and openejb.deployments.package.exclude | regex | regex to filter scanned packages|
 |openejb.autocreate.jta-datasource-from-non-jta-one | bool | whether or not auto create the jta datasource if it doesn't exist but a non jta datasource exists. Useful when using hibernate to be able to get a real non jta datasource.|
-|openejb.read-all.persistence.xml | bool | allow to scan persistence.xml in lib of the deployed webapp|
 |openejb.altdd.prefix | string | prefix use for altDD (example test to use a test.ejb-jar.xml).|
 |org.apache.openejb.default.system.interceptors | list of interceptor (qualified names) separated by a comma or a space | add these interceptor on all beans|
 |openejb.jndiname.strategy.class | class name | an implementation of org.apache.openejb.assembler.classic.JndiBuilder.JndiNameStrategy|