Author: jsdelfino
Date: Wed Nov 28 17:15:27 2007
New Revision: 599238

URL: http://svn.apache.org/viewvc?rev=599238&view=rev
Log:
Refactored catalog-jee and fixed up names in composite and componentType.

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

Added: incubator/tuscany/java/sca/tutorial/catalog-jee/catalog-jee.composite
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/catalog-jee/catalog-jee.composite?rev=599238&view=auto
==============================================================================
--- incubator/tuscany/java/sca/tutorial/catalog-jee/catalog-jee.composite 
(added)
+++ incubator/tuscany/java/sca/tutorial/catalog-jee/catalog-jee.composite Wed 
Nov 28 17:15:27 2007
@@ -0,0 +1,31 @@
+<?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.    
+-->
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0";
+   targetNamespace="http://store";
+   name="catalog-jee">
+
+    <component name="JEEVegetablesCatalog">
+        <implementation.ejb ejb-link="catalog-ejb.jar#CatalogEJB"/> 
+        <service name="Catalog">
+            <binding.ejb uri="CatalogEJB"/>
+        </service>
+    </component> 
+
+</composite>

Propchange: 
incubator/tuscany/java/sca/tutorial/catalog-jee/catalog-jee.composite
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
incubator/tuscany/java/sca/tutorial/catalog-jee/catalog-jee.composite
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Copied: incubator/tuscany/java/sca/tutorial/catalog-jee/pom.xml (from r599237, 
incubator/tuscany/java/sca/tutorial/catalog-ejb/pom.xml)
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/catalog-jee/pom.xml?p2=incubator/tuscany/java/sca/tutorial/catalog-jee/pom.xml&p1=incubator/tuscany/java/sca/tutorial/catalog-ejb/pom.xml&r1=599237&r2=599238&rev=599238&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/catalog-ejb/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/catalog-jee/pom.xml Wed Nov 28 17:15:27 
2007
@@ -25,8 +25,8 @@
         <version>1.1-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-    <artifactId>tutorial-catalog-ejb</artifactId>
-    <name>Apache Tuscany SCA Tutorial Online Store Catalog EJB</name>
+    <artifactId>tutorial-catalog-jee</artifactId>
+    <name>Apache Tuscany SCA Tutorial Catalog EJB Service</name>
 
     <repositories>
        <repository>

Modified: incubator/tuscany/java/sca/tutorial/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/pom.xml?rev=599238&r1=599237&r2=599238&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/pom.xml Wed Nov 28 17:15:27 2007
@@ -38,6 +38,7 @@
             <modules>
                 <module>assets</module>
                 <module>cloud</module>
+                <module>catalog-jee</module>
                 <module>store</module>
                 <module>store-eu</module>
                 <module>www-cloud</module>



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

Reply via email to