You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2013/12/10 13:03:21 UTC

svn commit: r1549824 - /tomee/site/trunk/content/properties-listing.mdtext

Author: andygumbrecht
Date: Tue Dec 10 12:03:20 2013
New Revision: 1549824

URL: http://svn.apache.org/r1549824
Log:
Update openejb.client.protocol.version description

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=1549824&r1=1549823&r2=1549824&view=diff
==============================================================================
--- tomee/site/trunk/content/properties-listing.mdtext (original)
+++ tomee/site/trunk/content/properties-listing.mdtext Tue Dec 10 12:03:20 2013
@@ -61,7 +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>
+<tr><td>openejb.client.protocol.version </td><td> string </td><td> Optional legacy server protocol compatibility level. Allows 4.6.x clients to potentially communicate with older servers. OpenEJB 4.5.2 and older use version "3.1", and 4.6.x currently uses version "4.6" (Default). This does not allow old clients to communicate with new servers prior to 4.6.0</td><tr>
 </table>
 
 # TomEE specific system properties