Author: jsdelfino
Date: Wed Nov 28 17:07:42 2007
New Revision: 599236

URL: http://svn.apache.org/viewvc?rev=599236&view=rev
Log:
Added a componentType file.

Added:
    incubator/tuscany/java/sca/tutorial/catalog-ejb/CatalogEJB.componentType   
(with props)
    incubator/tuscany/java/sca/tutorial/catalog-ejb/catalog-ejb.composite
      - copied, changed from r599232, 
incubator/tuscany/java/sca/tutorial/catalog-ejb/store-ejb.composite
Removed:
    incubator/tuscany/java/sca/tutorial/catalog-ejb/store-ejb.composite

Added: incubator/tuscany/java/sca/tutorial/catalog-ejb/CatalogEJB.componentType
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/catalog-ejb/CatalogEJB.componentType?rev=599236&view=auto
==============================================================================
--- incubator/tuscany/java/sca/tutorial/catalog-ejb/CatalogEJB.componentType 
(added)
+++ incubator/tuscany/java/sca/tutorial/catalog-ejb/CatalogEJB.componentType 
Wed Nov 28 17:07:42 2007
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+-->
+<componentType xmlns="http://www.osoa.org/xmlns/sca/1.0";
+   targetNamespace="http://store";>
+
+    <service name="Catalog">
+        <interface.java interface="catalog.CatalogRemote"/>
+    </service> 
+
+</componentType>

Propchange: 
incubator/tuscany/java/sca/tutorial/catalog-ejb/CatalogEJB.componentType
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/java/sca/tutorial/catalog-ejb/CatalogEJB.componentType
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: incubator/tuscany/java/sca/tutorial/catalog-ejb/catalog-ejb.composite 
(from r599232, 
incubator/tuscany/java/sca/tutorial/catalog-ejb/store-ejb.composite)
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/catalog-ejb/catalog-ejb.composite?p2=incubator/tuscany/java/sca/tutorial/catalog-ejb/catalog-ejb.composite&p1=incubator/tuscany/java/sca/tutorial/catalog-ejb/store-ejb.composite&r1=599232&r2=599236&rev=599236&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/catalog-ejb/store-ejb.composite 
(original)
+++ incubator/tuscany/java/sca/tutorial/catalog-ejb/catalog-ejb.composite Wed 
Nov 28 17:07:42 2007
@@ -19,10 +19,10 @@
 -->
 <composite xmlns="http://www.osoa.org/xmlns/sca/1.0";
    targetNamespace="http://store";
-   name="store-ejb">
+   name="catalog-ejb">
 
     <component name="VegetablesCatalog">
-        <implementation.ejb ejb-link="catalog-ejb.jar#CatalogEJB"/> 
+        <implementation.ejb ejb-link="veggie-ejb.jar#CatalogEJB"/> 
         <service name="Catalog">
             <binding.ejb uri="CatalogEJB"/>
         </service>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to