Author: andygumbrecht
Date: Mon Aug 12 10:17:09 2013
New Revision: 1513096
URL: http://svn.apache.org/r1513096
Log:
Added client system property "openejb.client.protocol.version" to allow new
(4.6.x) OpenEJB clients to communicate with old (4.5.2) servers.
Modified:
tomee/site/trunk/content/properties-listing.mdtext
Modified: tomee/site/trunk/content/properties-listing.mdtext
URL:
http://svn.apache.org/viewvc/tomee/site/trunk/content/properties-listing.mdtext?rev=1513096&r1=1513095&r2=1513096&view=diff
==============================================================================
--- tomee/site/trunk/content/properties-listing.mdtext (original)
+++ tomee/site/trunk/content/properties-listing.mdtext Mon Aug 12 10:17:09 2013
@@ -61,6 +61,7 @@ Note: all resources can be configured by
<tr><td>openejb.client.connection.pool.timeout or
openejb.client.connectionpool.timeout </td><td> int (ms) </td><td> the timeout
of the client</td></tr>
<tr><td>openejb.client.connection.pool.size or
openejb.client.connectionpool.size </td><td> int </td><td> size of the socket
pool</td></tr>
<tr><td>openejb.client.keepalive </td><td> int (ms) </td><td> the keepalive
duration</td><tr>
+<tr><td>openejb.client.protocol.version </td><td> string </td><td> Optional
legacy server protocol compatibility level. Allows new clients to potentially
communicate with older servers. OpenEJB 4.5.2 uses version 3.1, and 4.6.x uses
version 4.6 (Default)</td><tr>
</table>
# TomEE specific system properties