Author: chris.laprun(a)jboss.com
Date: 2011-01-06 13:21:20 -0500 (Thu, 06 Jan 2011)
New Revision: 5689
Modified:
components/wsrp/trunk/wsrp-producer-war/pom.xml
Log:
- Added timeout configuration to cargo.
Modified: components/wsrp/trunk/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/pom.xml 2011-01-06 17:09:15 UTC (rev 5688)
+++ components/wsrp/trunk/wsrp-producer-war/pom.xml 2011-01-06 18:21:20 UTC (rev 5689)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ JBoss, a division of Red Hat
- ~ Copyright 2010, Red Hat Middleware, LLC, and individual
+ ~ Copyright 2011, Red Hat Middleware, LLC, and individual
~ contributors as indicated by the @authors tag. See the
~ copyright.txt in the distribution for a full listing of
~ individual contributors.
@@ -461,6 +461,7 @@
<jboss.deploy.url.prefix>http://localhost:8080/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=deploy&argType=java.net.URL&arg0=</jboss.deploy.url.prefix>
<jboss.undeploy.url.prefix>http://localhost:8080//jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=undeploy&argType=java.net.URL&arg0=</jboss.undeploy.url.prefix>
</systemProperties>
+ <timeout>180000</timeout>
</container>
<wait>false</wait>
<configuration>
Show replies by date