[gatein-commits] gatein SVN: r3329 - components/wsrp/trunk/consumer/src/main/resources/conf.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jun 14 15:26:04 EDT 2010


Author: chris.laprun at jboss.com
Date: 2010-06-14 15:26:04 -0400 (Mon, 14 Jun 2010)
New Revision: 3329

Modified:
   components/wsrp/trunk/consumer/src/main/resources/conf/wsrp-consumers-config.xml
Log:
- Split self into selfv1 and selfv2 with updated URLs for WSRP 1 and 2 producers, respectively.

Modified: components/wsrp/trunk/consumer/src/main/resources/conf/wsrp-consumers-config.xml
===================================================================
--- components/wsrp/trunk/consumer/src/main/resources/conf/wsrp-consumers-config.xml	2010-06-14 18:04:39 UTC (rev 3328)
+++ components/wsrp/trunk/consumer/src/main/resources/conf/wsrp-consumers-config.xml	2010-06-14 19:26:04 UTC (rev 3329)
@@ -27,11 +27,17 @@
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_wsrp_consumer_1_0 http://www.jboss.org/portal/xsd/gatein_wsrp_consumer_1_0.xsd">
    <deployment>
-      <wsrp-producer id="self" expiration-cache="300" ws-timeout="30000">
-         <endpoint-wsdl-url>http://localhost:8080/wsrp-producer/MarkupService?wsdl</endpoint-wsdl-url>
+      <wsrp-producer id="selfv1" expiration-cache="500" ws-timeout="50000">
+         <endpoint-wsdl-url>http://localhost:8080/wsrp-producer/v1/MarkupService?wsdl</endpoint-wsdl-url>
          <registration-data/>
       </wsrp-producer>
    </deployment>
+   <deployment>
+      <wsrp-producer id="selfv2" expiration-cache="500" ws-timeout="50000">
+         <endpoint-wsdl-url>http://localhost:8080/wsrp-producer/v2/MarkupService?wsdl</endpoint-wsdl-url>
+         <registration-data/>
+      </wsrp-producer>
+   </deployment>
    <!--<deployment>
       <wsrp-producer id="NetUnity" expiration-cache="300">
          <endpoint-wsdl-url>http://wsrp.netunitysoftware.com/WSRPTestService/WSRPTestService.asmx?Operation=WSDL</endpoint-wsdl-url>



More information about the gatein-commits mailing list