Author: jsdelfino
Date: Wed Mar  1 17:17:16 2006
New Revision: 382225

URL: http://svn.apache.org/viewcvs?rev=382225&view=rev
Log:
adjusted SCDL property definitions in test cases to match the assembly spec

Modified:
    
incubator/tuscany/java/sca/container.js/src/test/resources/org/apache/tuscany/container/js/assembly/mock/HelloWorldImpl.componentType

Modified: 
incubator/tuscany/java/sca/container.js/src/test/resources/org/apache/tuscany/container/js/assembly/mock/HelloWorldImpl.componentType
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/sca/container.js/src/test/resources/org/apache/tuscany/container/js/assembly/mock/HelloWorldImpl.componentType?rev=382225&r1=382224&r2=382225&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/container.js/src/test/resources/org/apache/tuscany/container/js/assembly/mock/HelloWorldImpl.componentType
 (original)
+++ 
incubator/tuscany/java/sca/container.js/src/test/resources/org/apache/tuscany/container/js/assembly/mock/HelloWorldImpl.componentType
 Wed Mar  1 17:17:16 2006
@@ -14,9 +14,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
  -->
-<componentType xmlns="http://www.osoa.org/xmlns/sca/0.9";>
+<componentType xmlns="http://www.osoa.org/xmlns/sca/0.9";
+       xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
     <service name="HelloWorldService">
         <interface.java 
interface="org.apache.tuscany.container.js.assembly.mock.HelloWorldService" 
remoteable="true"/>
     </service>
-    <property name="text"/>
+    <property name="text" type="xsd:string"/>
 </componentType>


Reply via email to