Author: nash
Date: Tue May 18 16:47:22 2010
New Revision: 945741

URL: http://svn.apache.org/viewvc?rev=945741&view=rev
Log:
Change policySet namespace and reorder domain includes as workaround for 
TUSCANY-3562

Modified:
    
tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-jaxb-policy/src/main/resources/definitions.xml
    
tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/domain.composite

Modified: 
tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-jaxb-policy/src/main/resources/definitions.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-jaxb-policy/src/main/resources/definitions.xml?rev=945741&r1=945740&r2=945741&view=diff
==============================================================================
--- 
tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-jaxb-policy/src/main/resources/definitions.xml
 (original)
+++ 
tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-jaxb-policy/src/main/resources/definitions.xml
 Tue May 18 16:47:22 2010
@@ -18,11 +18,9 @@
     * under the License.    
 -->
 <definitions xmlns="http://www.osoa.org/xmlns/sca/1.0"; 
-             targetNamespace="http://itest/policy";
+             targetNamespace="http://www.osoa.org/xmlns/sca/1.0";
                 xmlns:sca="http://www.osoa.org/xmlns/sca/1.0"; 
-                xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0";
-             xmlns:ip="http://itest/policy"; >
-
+                xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0";>
 
     <policySet name="BasicAuthenticationPolicySet"
                provides="authentication"

Modified: 
tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/domain.composite
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/domain.composite?rev=945741&r1=945740&r2=945741&view=diff
==============================================================================
--- 
tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/domain.composite
 (original)
+++ 
tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/domainconfig/fullapp/src/main/resources/domain.composite
 Tue May 18 16:47:22 2010
@@ -23,8 +23,10 @@
            xmlns:ns1="http://www.osoa.org/xmlns/sca/1.0";
            xmlns:ns2="http://tuscanyscatours.com/";>
        
+  <include name="ns2:payment" uri="fullapp-payment" />
+  <!-- The include for ns2:creditcard was moved after the include for 
ns2:payment as a
+     workaround for TUSCANY-3561. See the comments in TUSCANY-3562 for more 
details. -->
   <include name="ns2:creditcard" uri="fullapp-creditcard" />         
-  <include name="ns2:payment" uri="fullapp-payment" />    
   <include name="ns2:fullapp-shoppingcart" uri="fullapp-shoppingcart" />
   <include name="ns2:fullapp-currency" uri="fullapp-currency" />
   <include name="ns2:fullapp-packagedtrip" uri="fullapp-packagedtrip" /> 


Reply via email to