You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2007/11/21 02:51:52 UTC

svn commit: r596900 - /incubator/cxf/branches/2.0.x-fixes/parent/pom.xml

Author: ningjiang
Date: Tue Nov 20 17:51:52 2007
New Revision: 596900

URL: http://svn.apache.org/viewvc?rev=596900&view=rev
Log:
Add the org.apache.cxf.transports.http_jetty.DontClosePort property back to the ibmjdk profile

Modified:
    incubator/cxf/branches/2.0.x-fixes/parent/pom.xml

Modified: incubator/cxf/branches/2.0.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/parent/pom.xml?rev=596900&r1=596899&r2=596900&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/parent/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/parent/pom.xml Tue Nov 20 17:51:52 2007
@@ -981,7 +981,14 @@
                                 <property>
                                     <name>spring.validation.mode</name>
                                     <value>${spring.validation.mode}</value>
-                                </property>                                
+                                </property>
+                                <property>
+                                  <!-- If we close the port after a client in the same JVM has oppened a keep-alive
+                                   connection, on some Linux's, the socket remains consumed until
+                                   some timeout occurs.   That may cause some tests to timeout/hang. -->
+                                   <name>org.apache.cxf.transports.http_jetty.DontClosePort</name>
+                                   <value>true</value>
+                                </property>                                 
                             </systemProperties>
                         </configuration>
                     </plugin>