You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by bu...@apache.org on 2012/01/09 08:40:18 UTC

svn commit: r802158 - /websites/staging/openejb/trunk/content/properties-listing.html

Author: buildbot
Date: Mon Jan  9 07:40:18 2012
New Revision: 802158

Log:
Staging update by buildbot

Modified:
    websites/staging/openejb/trunk/content/properties-listing.html

Modified: websites/staging/openejb/trunk/content/properties-listing.html
==============================================================================
--- websites/staging/openejb/trunk/content/properties-listing.html (original)
+++ websites/staging/openejb/trunk/content/properties-listing.html Mon Jan  9 07:40:18 2012
@@ -72,12 +72,29 @@
 <h1>System Properties Listing</h1>
 </div>
 
+<p>Notice:Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+   .
+ http://www.apache.org/licenses/LICENSE-2.0
+   .
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.</p>
+
 <h1>OpenEJB system properties</h1>
 
-<pre><code>|Name | Value | Description|
-----------------------------
-|openejb.embedded.remotable| bool | actiavte or not the remote services when available |
-|&lt;service prefix&gt;.bind, &lt;service prefix&gt;.port, &lt;service prefix&gt;.disabled, &lt;service prefix&gt;.threads| host or IP, port, bool| override the host. Available for ejbd and httpejbd services (used by jaxws and jaxrs), number of thread to maneg requests  | -
+<h2>|Name | Value | Description|</h2>
+
+<p>|openejb.embedded.remotable| bool | actiavte or not the remote services when available |
+|<service prefix>.bind, <service prefix>.port, <service prefix>.disabled, <service prefix>.threads| host or IP, port, bool| override the host. Available for ejbd and httpejbd services (used by jaxws and jaxrs), number of thread to maneg requests  | -
 |openejb.embedded.initialcontext.close | LOGOUT or DESTROY | configure the hook called when closing the initial context. Useful when starting OpenEJB from a new InitialContext([properties]) instantiation. By default it simply logs out the logged user if it exists. DESTROY means clean the container.|
 |javax.persistence.provider | string | override the JPA provider value|
 |javax.persistence.transactionType | string | override the transaction type for persistence contexts|
@@ -110,46 +127,45 @@
 |openejb.cxf.jax-rs.providers | the list of the qualified name of the JAX-RS providers separated by comma or space. Note: to specify a provider for a specific service suffix its class qualified name by ".providers", the value follow the same rules. Note 2: default is a shortcut for jaxb and json providers.|
 |openejb.wsAddress.format | composition (+string) of {ejbJarId}, ejbDeploymentId, ejbType, ejbClass, ejbClass.simpleName, ejbName, portComponentName, wsdlPort, wsdlService | default /{ejbDeploymentId}. The WS name format.|
 |org.apache.openejb.server.webservices.saaj.provider | axis2, sun or null | specified the saaj configuration|
-|[&lt;uppercase service name&gt;.]&lt;service id&gt;.&lt;name&gt; or [&lt;uppercase service name&gt;.]&lt;service id&gt;|&lt;name&gt; | whatever is supported (generally string, int ...) | set this value to the corresponding service. example: [EnterpriseBean.]&lt;ejb-name&gt;.activation.&lt;property&gt;, [PERSISTENCEUNIT.]&lt;persistence unit name&gt;.&lt;property&gt;, [RESOURCE.]&lt;name&gt;|&lt;property&gt; ...|
+|[<uppercase service name>.]<service id>.<name> or [<uppercase service name>.]<service id>|<name> | whatever is supported (generally string, int ...) | set this value to the corresponding service. example: [EnterpriseBean.]<ejb-name>.activation.<property>, [PERSISTENCEUNIT.]<persistence unit name>.<property>, [RESOURCE.]<name>|<property> ...|
 | log4j.category.OpenEJB.options | DEBUG, INFO, ... | active one OpenEJB log level
 | openejb.jmx.active | bool | activate (by default) or not the OpenEJB JMX MBeans |
 | openejb.logger.external | bool | use another log configuration(log4j for instance) |
 | 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 | 
+| openejb.check.classloader.verbose | bool | if true print classes intersections | </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>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>
 
+<h1>OpenEJB client</h1>
 
-# OpenEJB client
-|Name | Value | Description|
-----------------------------
-|openejb.client.identityResolver | implementation of org.apache.openejb.client.IdentityResolver  | default org.apache.openejb.client.JaasIdentityResolver. The class to get the client identity.|
+<h2>|Name | Value | Description|</h2>
+
+<p>|openejb.client.identityResolver | implementation of org.apache.openejb.client.IdentityResolver  | default org.apache.openejb.client.JaasIdentityResolver. The class to get the client identity.|
 |openejb.client.connection.pool.timeout or openejb.client.connectionpool.timeout | int (ms) | the timeout of the client|
 |openejb.client.connection.pool.size or openejb.client.connectionpool.size | int | size of the socket pool|
-|openejb.client.keepalive | int (ms) | the keepalive duration|
+|openejb.client.keepalive | int (ms) | the keepalive duration|</p>
+
+<h1>TomEE specific system properties</h1>
 
-# TomEE specific system properties
-|Name | Value | Description|
-----------------------------
-|openejb.crosscontext | bool | set the cross context property on tomcat context (can be done in the traditionnal way if the deployment is don through the webapp discovery and not the OpenEJB Deployer EJB)|
+<h2>|Name | Value | Description|</h2>
+
+<p>|openejb.crosscontext | bool | set the cross context property on tomcat context (can be done in the traditionnal way if the deployment is don through the webapp discovery and not the OpenEJB Deployer EJB)|
 |openejb.jsessionid-support | bool | remove URL from session tracking modes for this context (see javax.servlet.SessionTrackingMode)|
 |openejb.myfaces.disable-default-values | bool | by default TomEE will initialize myfaces with some its default values to avoid useless logging|
 |openejb.web.xml.major | int | major version of web.xml. Can be useful to force tomcat to scan servlet 3 annotatino when deploying with a servlet 2.x web.xml|
 |tomee.jaxws.subcontext | string | sub context used to bind jaxws web services, default is
-</code></pre>
-
-<p>webservices|
-    |tomee.jaxws.oldsubcontext| bool | wether or not activate old way to bind jaxws webservices directly
+webservices|
+|tomee.jaxws.oldsubcontext| bool | wether or not activate old way to bind jaxws webservices directly
 on root context|</p>
 
-<pre><code># TomEE Arquillian adaptor
-|Name | Value | Description|
-----------------------------
-|tomee.ejbcontainer.http.port | int | tomee port, -1 means random. When using a random port you can retreive it getting this property too.|
+<h1>TomEE Arquillian adaptor</h1>
+
+<h2>|Name | Value | Description|</h2>
+
+<p>|tomee.ejbcontainer.http.port | int | tomee port, -1 means random. When using a random port you can retreive it getting this property too.|
 |tomee.arquillian.http | int | http port used by the embedded arquillian adaptor|
-|tomee.arquillian.stop | int | shutdown port used by the embedded arquillian adaptor|
-</code></pre>
+|tomee.arquillian.stop | int | shutdown port used by the embedded arquillian adaptor|</p>