Author: chris.laprun(a)jboss.com
Date: 2011-09-09 11:21:14 -0400 (Fri, 09 Sep 2011)
New Revision: 7348
Modified:
components/wsrp/trunk/consumer/src/main/resources/conf/wsrp-consumers-config.xml
components/wsrp/trunk/wsrp-producer-war/src/main/webapp/WEB-INF/conf/producer/config.xml
Log:
- Cleaned-up
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 2011-09-09
14:20:28 UTC (rev 7347)
+++
components/wsrp/trunk/consumer/src/main/resources/conf/wsrp-consumers-config.xml 2011-09-09
15:21:14 UTC (rev 7348)
@@ -25,7 +25,7 @@
<deployments
xmlns="http://www.gatein.org/xml/ns/gatein_wsrp_consumer_1_0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_wsrp_consume...
http://www.jboss.org/portal/xsd/gatein_wsrp_consumer_1_0.xsd">
+
xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_wsrp_consume...
http://www.gatein.org/xml/ns/gatein_wsrp_consumer_1_0.xsd">
<deployment>
<wsrp-producer id="selfv1" expiration-cache="500"
ws-timeout="50000">
<endpoint-wsdl-url>http://localhost:8080/wsrp-producer/v1/MarkupService?wsdl</endpoint-wsdl-url>
Modified:
components/wsrp/trunk/wsrp-producer-war/src/main/webapp/WEB-INF/conf/producer/config.xml
===================================================================
---
components/wsrp/trunk/wsrp-producer-war/src/main/webapp/WEB-INF/conf/producer/config.xml 2011-09-09
14:20:28 UTC (rev 7347)
+++
components/wsrp/trunk/wsrp-producer-war/src/main/webapp/WEB-INF/conf/producer/config.xml 2011-09-09
15:21:14 UTC (rev 7348)
@@ -21,15 +21,10 @@
~ 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-<!--
-<!DOCTYPE producer-configuration PUBLIC "-//JBoss Portal//DTD WSRP Local Producer
Configuration 2.6//EN"
- "http://www.jboss.org/portal/dtd/jboss-wsrp-producer_2_6.dtd">
--->
-
<!-- Configuration using registration with default registration property validator.
-->
<producer-configuration
xmlns="http://www.gatein.org/xml/ns/gatein_wsrp_producer_1_0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-
xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_wsrp_produce...
http://www.jboss.org/portal/xsd/gatein_wsrp_producer_1_0.xsd">
+
xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_wsrp_produce...
http://www.gatein.org/xml/ns/gatein_wsrp_producer_1_0.xsd">
<registration-configuration
fullServiceDescriptionRequiresRegistration="true">
<registration-property-validator>org.gatein.registration.policies.DefaultRegistrationPropertyValidator
</registration-property-validator>