You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2012/01/27 03:51:36 UTC

svn commit: r803365 - in /websites/production/openejb: ./ content/jndi-names.html content/properties-listing.html

Author: dblevins
Date: Fri Jan 27 02:51:35 2012
New Revision: 803365

Log:
Publishing merge to openejb site by dblevins

Modified:
    websites/production/openejb/   (props changed)
    websites/production/openejb/content/jndi-names.html
    websites/production/openejb/content/properties-listing.html

Propchange: websites/production/openejb/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Jan 27 02:51:35 2012
@@ -1 +1 @@
-/websites/staging/openejb/trunk:790824-803238
+/websites/staging/openejb/trunk:790824-803364

Modified: websites/production/openejb/content/jndi-names.html
==============================================================================
--- websites/production/openejb/content/jndi-names.html (original)
+++ websites/production/openejb/content/jndi-names.html Fri Jan 27 02:51:35 2012
@@ -184,10 +184,11 @@ that further for a specific interface of
 <h2>Via System property</h2>
 
 <p>The jndi name format can be set on a server level via a <em>system property</em>,
-for example:
-<div class="panel">:border=dotted}
-$ ./bin/openejb start
-"-Dopenejb.jndiname.format={ejbName}/{interfaceClass}"<div class="panel">}</p>
+for example:</p>
+
+<pre><code>$ ./bin/openejb start
+-Dopenejb.jndiname.format=\{ejbName}/\{interfaceClass}"
+</code></pre>
 
 <p>As usual, other ways of specifying system properties are via the
 conf/system.properties file in a standalone server, or via the

Modified: websites/production/openejb/content/properties-listing.html
==============================================================================
--- websites/production/openejb/content/properties-listing.html (original)
+++ websites/production/openejb/content/properties-listing.html Fri Jan 27 02:51:35 2012
@@ -147,7 +147,9 @@
 | openejb.jmx.active | bool | activate (by default) or not the OpenEJB JMX MBeans |
 | openejb.nobanner | bool | activate or not the OpenEJB banner (activated by default)
 | openejb.check.classloader | bool | if true print some information about duplicated classes | 
-| openejb.check.classloader.verbose | bool | if true print classes intersections | </p>
+| openejb.check.classloader.verbose | bool | if true print classes intersections | 
+| openejb.additional.exclude | string separated by comma | list of prefixes you want to exclude and are not in the default list of exclusion|
+| openejb.additional.include | string separated by comma | list of prefixes you want to remove from thedefault list of exclusion|</p>
 
 <p>Note: all resources can be configured by properties, see http://openejb.apache.org/embedded-configuration.html and http://openejb.apache.org/properties-tool.html|</p>