Author: chris.laprun(a)jboss.com
Date: 2009-10-13 12:39:16 -0400 (Tue, 13 Oct 2009)
New Revision: 340
Modified:
components/wsrp/trunk/consumer/src/main/resources/conf/wsrp-consumers-config.xml
Log:
- Only activate self consumer by default.
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 2009-10-13
14:17:18 UTC (rev 339)
+++
components/wsrp/trunk/consumer/src/main/resources/conf/wsrp-consumers-config.xml 2009-10-13
16:39:16 UTC (rev 340)
@@ -27,17 +27,7 @@
xsi:schemaLocation="urn:jboss:portal:wsrp:consumer:v2_7
http://www.jboss.org/portal/xsd/jboss-wsrp-consumer_2_7.xsd">
<deployment>
<wsrp-producer id="self" expiration-cache="300">
-
<endpoint-wsdl-url>http://127.0.0.1:8080/wsrp-producer/MarkupService?wsdl</endpoint-wsdl-url>
- <!--
- we need to use the individual endpoint configuration because the configuration
via wsdl forces an
- immediate attempt to access the web service description which is not available
yet at this point of deployment
- -->
- <!--<endpoint-config>
-
<service-description-url>http://localhost:8080/portal-wsrp/ServiceDescriptionService</service-description-url>
-
<markup-url>http://localhost:8080/portal-wsrp/MarkupService</markup-url>
-
<registration-url>http://localhost:8080/portal-wsrp/RegistrationService</registration-url>
-
<portlet-management-url>http://localhost:8080/portal-wsrp/PortletManagementService</portlet-management-url>
- </endpoint-config>-->
+
<endpoint-wsdl-url>http://localhost:8080/wsrp-producer/MarkupService?wsdl</endpoint-wsdl-url>
<registration-data/>
</wsrp-producer>
</deployment>
@@ -64,7 +54,7 @@
</registration-data>
</wsrp-producer>
</deployment>-->
- <deployment>
+ <!--<deployment>
<wsrp-producer id="bea" expiration-cache="300">
<endpoint-wsdl-url>http://wsrp.bea.com:7001/producer/producer?WSDL</endpoint-wsdl-url>
<registration-data>
@@ -75,7 +65,7 @@
</property>
</registration-data>
</wsrp-producer>
- </deployment>
+ </deployment>-->
<!--<deployment>
<wsrp-producer id="oracle" expiration-cache="300">
<
endpoint-wsdl-url>http://portalstandards.oracle.com/portletapp/portlet...