Author: chris.laprun(a)jboss.com
Date: 2007-02-12 10:43:00 -0500 (Mon, 12 Feb 2007)
New Revision: 6215
Modified:
trunk/wsrp/src/resources/portal-wsrp-sar/default-wsrp.xml
Log:
- Added comment to remind people not to use WSDL to create endpoints at deployment time.
Modified: trunk/wsrp/src/resources/portal-wsrp-sar/default-wsrp.xml
===================================================================
--- trunk/wsrp/src/resources/portal-wsrp-sar/default-wsrp.xml 2007-02-12 15:33:55 UTC (rev
6214)
+++ trunk/wsrp/src/resources/portal-wsrp-sar/default-wsrp.xml 2007-02-12 15:43:00 UTC (rev
6215)
@@ -31,6 +31,10 @@
<wsrp-producer>
<producer-id>self</producer-id>
<expiration-cache>120</expiration-cache>
+ <!--
+ 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>
Show replies by date