You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/03/23 19:22:52 UTC

svn commit: r1304543 - /cxf/branches/2.5.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http_jetty/server.xml

Author: dkulp
Date: Fri Mar 23 18:22:52 2012
New Revision: 1304543

URL: http://svn.apache.org/viewvc?rev=1304543&view=rev
Log:
Fix failing test

Modified:
    cxf/branches/2.5.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http_jetty/server.xml

Modified: cxf/branches/2.5.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http_jetty/server.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http_jetty/server.xml?rev=1304543&r1=1304542&r2=1304543&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http_jetty/server.xml (original)
+++ cxf/branches/2.5.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http_jetty/server.xml Fri Mar 23 18:22:52 2012
@@ -23,10 +23,14 @@
        xsi:schemaLocation="
 http://cxf.apache.org/transports/http-jetty/configuration http://cxf.apache.org/schemas/configuration/http-jetty.xsd
 http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
+
+
+  	<bean
+		class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" />
   
     <http-jetty:engine-factory bus="cxf">
-        <http-jetty:engine port="0">
-	       <http-jetty:threadingParameters minThreads="1" maxThreads="3"/>   
+        <http-jetty:engine port="${testutil.ports.org.apache.cxf.systest.http_jetty.Server}">
+	       <http-jetty:threadingParameters minThreads="3" maxThreads="${ThreadPoolTest.threads}"/>   
         </http-jetty:engine>
     </http-jetty:engine-factory>