Author: mcombellack
Date: Tue May 19 20:18:14 2009
New Revision: 776441

URL: http://svn.apache.org/viewvc?rev=776441&view=rev
Log:
Initial commit of currency converter with CORBA binding

Added:
    tuscany/sandbox/travelsample/contributions/currency-contribution-corba/   
(with props)
    
tuscany/sandbox/travelsample/contributions/currency-contribution-corba/pom.xml
    tuscany/sandbox/travelsample/contributions/currency-contribution-corba/src/
    
tuscany/sandbox/travelsample/contributions/currency-contribution-corba/src/main/
    
tuscany/sandbox/travelsample/contributions/currency-contribution-corba/src/main/resources/
    
tuscany/sandbox/travelsample/contributions/currency-contribution-corba/src/main/resources/META-INF/
    
tuscany/sandbox/travelsample/contributions/currency-contribution-corba/src/main/resources/META-INF/sca-contribution.xml
    
tuscany/sandbox/travelsample/contributions/currency-contribution-corba/src/main/resources/currency-converter-corba.composite
Modified:
    tuscany/sandbox/travelsample/contributions/pom.xml

Propchange: 
tuscany/sandbox/travelsample/contributions/currency-contribution-corba/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue May 19 20:18:14 2009
@@ -0,0 +1,6 @@
+.project
+.classpath
+target
+maven-eclipse.xml
+.externalToolBuilders
+.settings

Added: 
tuscany/sandbox/travelsample/contributions/currency-contribution-corba/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sandbox/travelsample/contributions/currency-contribution-corba/pom.xml?rev=776441&view=auto
==============================================================================
--- 
tuscany/sandbox/travelsample/contributions/currency-contribution-corba/pom.xml 
(added)
+++ 
tuscany/sandbox/travelsample/contributions/currency-contribution-corba/pom.xml 
Tue May 19 20:18:14 2009
@@ -0,0 +1,51 @@
+<?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.    
+-->
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-sca</artifactId>
+        <version>1.5-SNAPSHOT</version>
+        <!--relativePath>../../pom.xml</relativePath-->
+    </parent>
+    <artifactId>scatours-currency-contribution-corba</artifactId>
+    <name>Apache Tuscany SCA Tours Currency Converter Contribution With CORBA 
Binding</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-implementation-java-runtime</artifactId>
+            <version>1.5-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.5</version>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+
+    <build>
+       <finalName>${artifactId}</finalName>
+    </build>
+</project>

Added: 
tuscany/sandbox/travelsample/contributions/currency-contribution-corba/src/main/resources/META-INF/sca-contribution.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sandbox/travelsample/contributions/currency-contribution-corba/src/main/resources/META-INF/sca-contribution.xml?rev=776441&view=auto
==============================================================================
--- 
tuscany/sandbox/travelsample/contributions/currency-contribution-corba/src/main/resources/META-INF/sca-contribution.xml
 (added)
+++ 
tuscany/sandbox/travelsample/contributions/currency-contribution-corba/src/main/resources/META-INF/sca-contribution.xml
 Tue May 19 20:18:14 2009
@@ -0,0 +1,22 @@
+<?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.    
+-->
+<contribution xmlns="http://www.osoa.org/xmlns/sca/1.0";>
+   <import.java package="scatours.currencyconverter"/>
+</contribution>
\ No newline at end of file

Added: 
tuscany/sandbox/travelsample/contributions/currency-contribution-corba/src/main/resources/currency-converter-corba.composite
URL: 
http://svn.apache.org/viewvc/tuscany/sandbox/travelsample/contributions/currency-contribution-corba/src/main/resources/currency-converter-corba.composite?rev=776441&view=auto
==============================================================================
--- 
tuscany/sandbox/travelsample/contributions/currency-contribution-corba/src/main/resources/currency-converter-corba.composite
 (added)
+++ 
tuscany/sandbox/travelsample/contributions/currency-contribution-corba/src/main/resources/currency-converter-corba.composite
 Tue May 19 20:18:14 2009
@@ -0,0 +1,32 @@
+<?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";
+    xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0";
+    targetNamespace="http://goodvaluetrips.com/";
+    name="currencyconverter">
+
+    <component name="CurrencyConverter">
+        <implementation.java 
class="scatours.currencyconverter.CurrencyConverterImpl" />
+        <service name="CurrencyConverter">
+            <interface.java 
interface="scatours.currencyconverter.CurrencyConverter" />
+                <tuscany:binding.corba host="localhost" port="5080" 
name="CurrencyConverterCORBAService"/>
+        </service>
+    </component>
+</composite>

Modified: tuscany/sandbox/travelsample/contributions/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sandbox/travelsample/contributions/pom.xml?rev=776441&r1=776440&r2=776441&view=diff
==============================================================================
--- tuscany/sandbox/travelsample/contributions/pom.xml (original)
+++ tuscany/sandbox/travelsample/contributions/pom.xml Tue May 19 20:18:14 2009
@@ -41,6 +41,7 @@
                 <module>common-contribution</module>
                 <module>creditcard-payment-jaxb-contribution</module>
                 <module>currency-contribution</module>
+                <module>currency-contribution-corba</module>
                 <module>currency-contribution-rmi</module>
                 <module>currency-contribution-ws</module>
                 <module>emailgateway-contribution</module>


Reply via email to