You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/09/08 00:14:37 UTC

svn commit: r573728 - in /incubator/tuscany/java/sca/itest/properties/src/main/resources: Outer.composite OuterPropertyTest.composite PropertyTest.composite mySimpleService.composite

Author: jsdelfino
Date: Fri Sep  7 15:14:36 2007
New Revision: 573728

URL: http://svn.apache.org/viewvc?rev=573728&view=rev
Log:
Fixed incorrect SCDL.

Modified:
    incubator/tuscany/java/sca/itest/properties/src/main/resources/Outer.composite
    incubator/tuscany/java/sca/itest/properties/src/main/resources/OuterPropertyTest.composite
    incubator/tuscany/java/sca/itest/properties/src/main/resources/PropertyTest.composite
    incubator/tuscany/java/sca/itest/properties/src/main/resources/mySimpleService.composite

Modified: incubator/tuscany/java/sca/itest/properties/src/main/resources/Outer.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/properties/src/main/resources/Outer.composite?rev=573728&r1=573727&r2=573728&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/properties/src/main/resources/Outer.composite (original)
+++ incubator/tuscany/java/sca/itest/properties/src/main/resources/Outer.composite Fri Sep  7 15:14:36 2007
@@ -19,7 +19,7 @@
 <composite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.osoa.org/xmlns/sca/1.0"
     xmlns:foo="http://foo" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xsi:schemaLocation="http://www.osoa.org/xmlns/sca/1.0 http://www.osoa.org/xmlns/sca/1.0" name="Iteration3Composite"
-    targetNamespace="http://foo" local="true" autowire="false" requires="cns:confidentiality" policySets="sns:secure">
+    targetNamespace="http://foo" local="true" autowire="false">
 
     <property name="newLocation" type="xsd:anyURI">Raleigh</property>
     <property name="newYear" type="xsd:anyURI">2008</property>
@@ -40,4 +40,4 @@
         <property name="newLocation">Durham</property>
         <property name="newYear">2009</property>
     </component>
-</composite>
\ No newline at end of file
+</composite>

Modified: incubator/tuscany/java/sca/itest/properties/src/main/resources/OuterPropertyTest.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/properties/src/main/resources/OuterPropertyTest.composite?rev=573728&r1=573727&r2=573728&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/properties/src/main/resources/OuterPropertyTest.composite (original)
+++ incubator/tuscany/java/sca/itest/properties/src/main/resources/OuterPropertyTest.composite Fri Sep  7 15:14:36 2007
@@ -19,7 +19,8 @@
 <composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
        xmlns:foo="http://foo"
        targetNamespace="http://foo"
-       name="OuterPropertyTest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+       name="OuterPropertyTest"
+		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            
 	<component name="OuterComponent">
         <implementation.composite name="foo:PropertyTest"/>

Modified: incubator/tuscany/java/sca/itest/properties/src/main/resources/PropertyTest.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/properties/src/main/resources/PropertyTest.composite?rev=573728&r1=573727&r2=573728&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/properties/src/main/resources/PropertyTest.composite (original)
+++ incubator/tuscany/java/sca/itest/properties/src/main/resources/PropertyTest.composite Fri Sep  7 15:14:36 2007
@@ -21,7 +21,8 @@
        xmlns:cust="http://www.example.com/Customer"
        xmlns:dbsdo="http://tuscany.apache.org/xmlns/sca/databinding/sdo/1.0"
        targetNamespace="http://foo"
-           name="PropertyTest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+       name="PropertyTest"
+	   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            
     <service name="ProperterTestService" promote="ABComponent">
         <interface.java interface="org.apache.tuscany.sca.itest.ABComponent"/>

Modified: incubator/tuscany/java/sca/itest/properties/src/main/resources/mySimpleService.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/properties/src/main/resources/mySimpleService.composite?rev=573728&r1=573727&r2=573728&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/properties/src/main/resources/mySimpleService.composite (original)
+++ incubator/tuscany/java/sca/itest/properties/src/main/resources/mySimpleService.composite Fri Sep  7 15:14:36 2007
@@ -17,7 +17,7 @@
     * specific language governing permissions and limitations
     * under the License.    
 -->
-<composite autowire="false" local="true" name="MySimpleService" policySets="sns:secure" requires="cns:confidentiality"
+<composite autowire="false" local="true" name="MySimpleService"
     targetNamespace="http://foo" xmlns:foo="http://foo" xmlns="http://www.osoa.org/xmlns/sca/1.0"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://www.osoa.org/xmlns/sca/1.0 http://www.osoa.org/xmlns/sca/1.0 ">



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org