[gatein-commits] gatein SVN: r4984 - in components/wsrp/trunk/wsrp-producer-war/src: test/producer-sar/conf and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 9 06:14:17 EST 2010


Author: chris.laprun at jboss.com
Date: 2010-11-09 06:14:17 -0500 (Tue, 09 Nov 2010)
New Revision: 4984

Modified:
   components/wsrp/trunk/wsrp-producer-war/src/main/webapp/WEB-INF/conf/producer/config.xml
   components/wsrp/trunk/wsrp-producer-war/src/test/producer-sar/conf/producer-config.xml
Log:
- GTNWSRP-152: updated schema declarations.

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	2010-11-09 11:09:25 UTC (rev 4983)
+++ components/wsrp/trunk/wsrp-producer-war/src/main/webapp/WEB-INF/conf/producer/config.xml	2010-11-09 11:14:17 UTC (rev 4984)
@@ -9,7 +9,7 @@
   ~ under the terms of the GNU Lesser General Public License as
   ~ published by the Free Software Foundation; either version 2.1 of
   ~ the License, or (at your option) any later version.
-  ~                                                                            
+  ~
   ~ This software is distributed in the hope that it will be useful,
   ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
   ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
@@ -29,7 +29,7 @@
 <!-- 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_producer_1_0 http://www.jboss.org/portal/xsd/jboss-wsrp-producer_2_7.xsd">
+                        xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_wsrp_producer_1_0 http://www.jboss.org/portal/xsd/gatein_wsrp_producer_1_0.xsd">
    <registration-configuration fullServiceDescriptionRequiresRegistration="true">
       <registration-property-validator>org.gatein.registration.policies.DefaultRegistrationPropertyValidator
       </registration-property-validator>

Modified: components/wsrp/trunk/wsrp-producer-war/src/test/producer-sar/conf/producer-config.xml
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/src/test/producer-sar/conf/producer-config.xml	2010-11-09 11:09:25 UTC (rev 4983)
+++ components/wsrp/trunk/wsrp-producer-war/src/test/producer-sar/conf/producer-config.xml	2010-11-09 11:14:17 UTC (rev 4984)
@@ -1,9 +1,32 @@
+<!--
+  ~ JBoss, a division of Red Hat
+  ~ Copyright 2010, 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.
+  ~
+  ~ This is free software; you can redistribute it and/or modify it
+  ~ under the terms of the GNU Lesser General Public License as
+  ~ published by the Free Software Foundation; either version 2.1 of
+  ~ the License, or (at your option) any later version.
+  ~
+  ~ This software is distributed in the hope that it will be useful,
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+  ~ Lesser General Public License for more details.
+  ~
+  ~ You should have received a copy of the GNU Lesser General Public
+  ~ License along with this software; if not, write to the Free
+  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+  -->
+
 <!--<producer-configuration/>-->
-<producer-configuration xmlns="urn:jboss:portal:wsrp:producer:v2_7"
+<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="urn:jboss:portal:wsrp:producer:v2_7 http://www.jboss.org/portal/xsd/jboss-wsrp-producer_2_7.xsd">
+                        xsi:schemaLocation="http://www.gatein.org/xml/ns/gatein_wsrp_producer_1_0 http://www.jboss.org/portal/xsd/jboss-wsrp-producer_2_7.xsd">
    <registration-configuration fullServiceDescriptionRequiresRegistration="true">
       <registration-property-validator>org.gatein.registration.policies.DefaultRegistrationPropertyValidator
       </registration-property-validator>
    </registration-configuration>
-</producer-configuration>
+</producer-configuration>
\ No newline at end of file



More information about the gatein-commits mailing list