summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-14 14:13:59 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-14 14:13:59 +0000
commit047e4967d37324d0ff84cfe95b88c418e6496dcf (patch)
tree3dea1317154c28c8875b7b690e974bc6da47037e /sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources
parentc44a20c9251d32157be7601011b7be008c048bb3 (diff)
Delete contributions/using and launchers/using modules
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@944274 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/address.xsd41
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/airportcodes.composite26
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/bookings1.composite42
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/bookings2.composite42
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/bookings3.composite39
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/bookings4.composite42
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/carbookings1.composite36
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/carbookings2.composite37
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/carbookings3.composite36
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/converter.composite35
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/hotelsdomain.composite38
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/orders1.composite37
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/orders2.composite46
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/orders2.xsd24
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/airportcodes-client.composite33
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/bookings1-client.composite33
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/bookings2-client.composite33
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/bookings3-client.composite33
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/bookings4-client.composite35
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/carbookings1-client.composite33
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/carbookings2-client.composite33
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/carbookings3-client.composite33
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/converter-client.composite34
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/hotelsdomain-client.composite34
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/orders1-client.composite33
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/orders2-client.composite33
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/toursdomain-client.composite33
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/toursdomain.composite39
28 files changed, 0 insertions, 993 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/address.xsd b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/address.xsd
deleted file mode 100644
index 116110f1f3..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/address.xsd
+++ /dev/null
@@ -1,41 +0,0 @@
-<?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.
--->
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:t="http://tuscanyscatours.com/"
- targetNamespace="http://tuscanyscatours.com/">
- <xs:element name="billingAddress">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="street" type="xs:string" />
- <xs:element name="city" type="xs:string" />
- <xs:element name="state" type="xs:string" />
- <xs:element name="zip" type="xs:string" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:complexType name="Address">
- <xs:sequence>
- <xs:element name="street" type="xs:string" />
- <xs:element name="city" type="xs:string" />
- <xs:element name="state" type="xs:string" />
- <xs:element name="zip" type="xs:string" />
- </xs:sequence>
- </xs:complexType>
-</xs:schema>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/airportcodes.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/airportcodes.composite
deleted file mode 100644
index e68fc732b1..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/airportcodes.composite
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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://tuscanyscatours.com/"
- name="airportcodes">
- <component name="AirportCodes">
- <implementation.java class="com.tuscanyscatours.AirportCodes" />
- </component>
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/bookings1.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/bookings1.composite
deleted file mode 100644
index 783bc3c6c7..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/bookings1.composite
+++ /dev/null
@@ -1,42 +0,0 @@
-<?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://tuscanyscatours.com/"
- name="bookings1">
- <component name="TripBooking">
- <implementation.java
- class="com.tuscanyscatours.using.impl.TripBookingImpl" />
- <reference name="cars" target="CarPartner/Cars" />
- <reference name="flights" target="FlightPartner/Flights" />
- <reference name="hotels" target="HotelPartner" />
- </component>
- <component name="CarPartner">
- <implementation.java
- class="com.tuscanyscatours.using.impl.CarVendorImpl" />
- </component>
- <component name="FlightPartner">
- <implementation.java
- class="com.tuscanyscatours.using.impl.FlightPartnerImpl" />
- </component>
- <component name="HotelPartner">
- <implementation.java
- class="com.tuscanyscatours.using.impl.HotelPartnerImpl" />
- </component>
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/bookings2.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/bookings2.composite
deleted file mode 100644
index be26a0f7f1..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/bookings2.composite
+++ /dev/null
@@ -1,42 +0,0 @@
-<?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://tuscanyscatours.com/"
- name="bookings2">
- <component name="TripBooking">
- <implementation.java
- class="com.tuscanyscatours.using.impl.TripBookingImpl" />
- <reference name="cars" target="CarPartner/Cars" />
- <reference name="flights" target="FlightPartner/Flights" />
- </component>
- <wire source="TripBooking/hotels" target="HotelPartner" />
- <component name="CarPartner">
- <implementation.java
- class="com.tuscanyscatours.using.impl.CarVendorImpl" />
- </component>
- <component name="FlightPartner">
- <implementation.java
- class="com.tuscanyscatours.using.impl.FlightPartnerImpl" />
- </component>
- <component name="HotelPartner">
- <implementation.java
- class="com.tuscanyscatours.using.impl.HotelPartnerImpl" />
- </component>
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/bookings3.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/bookings3.composite
deleted file mode 100644
index e952a15381..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/bookings3.composite
+++ /dev/null
@@ -1,39 +0,0 @@
-<?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://tuscanyscatours.com/"
- name="bookings3">
- <component name="TripBooking" autowire="true">
- <implementation.java
- class="com.tuscanyscatours.using.impl.TripBookingImpl" />
- </component>
- <component name="CarPartner">
- <implementation.java
- class="com.tuscanyscatours.using.impl.CarVendorImpl" />
- </component>
- <component name="FlightPartner">
- <implementation.java
- class="com.tuscanyscatours.using.impl.FlightPartnerImpl" />
- </component>
- <component name="HotelPartner">
- <implementation.java
- class="com.tuscanyscatours.using.impl.HotelPartnerImpl" />
- </component>
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/bookings4.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/bookings4.composite
deleted file mode 100644
index acb6e269a4..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/bookings4.composite
+++ /dev/null
@@ -1,42 +0,0 @@
-<?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://tuscanyscatours.com/"
- name="bookings4">
- <component name="TripBooking">
- <implementation.java
- class="com.tuscanyscatours.using.impl.TripBookingImpl" />
- <service name="Bookings">
- <binding.ws uri="http://tuscanyscatours.com:8085/Bookings" />
- <binding.jms uri="jms:Bookings" />
- </service>
- <reference name="cars">
- <binding.ws uri="http://tuscanycars.com:8081/Cars" />
- </reference>
- <reference name="flights">
- <binding.ejb uri="corbaname:rir:#flight/FlightPartnerHome" />
- </reference>
- <reference name="hotels" target="HotelPartner" />
- </component>
- <component name="HotelPartner">
- <implementation.java
- class="com.tuscanyscatours.using.impl.HotelPartnerImpl" />
- </component>
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/carbookings1.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/carbookings1.composite
deleted file mode 100644
index c6dc6def16..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/carbookings1.composite
+++ /dev/null
@@ -1,36 +0,0 @@
-<?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://tuscanyscatours.com/"
- name="carbookings1">
- <component name="CarPartner">
- <implementation.java
- class="com.tuscanyscatours.using.impl.CarPartnerImpl" />
- <reference name="cars" target="JoesCars KensCars" />
- </component>
- <component name="JoesCars">
- <implementation.java
- class="com.tuscanyscatours.using.impl.CarVendorImpl" />
- </component>
- <component name="KensCars">
- <implementation.java
- class="com.tuscanyscatours.using.impl.CarVendorImpl" />
- </component>
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/carbookings2.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/carbookings2.composite
deleted file mode 100644
index af01006b6f..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/carbookings2.composite
+++ /dev/null
@@ -1,37 +0,0 @@
-<?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://tuscanyscatours.com/"
- name="carbookings2">
- <component name="CarPartner">
- <implementation.java
- class="com.tuscanyscatours.using.impl.CarPartnerImpl" />
- </component>
- <wire source="CarPartner/cars" target="JoesCars" />
- <wire source="CarPartner/cars" target="KensCars" />
- <component name="JoesCars">
- <implementation.java
- class="com.tuscanyscatours.using.impl.CarVendorImpl" />
- </component>
- <component name="KensCars">
- <implementation.java
- class="com.tuscanyscatours.using.impl.CarVendorImpl" />
- </component>
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/carbookings3.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/carbookings3.composite
deleted file mode 100644
index f1d3a81d42..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/carbookings3.composite
+++ /dev/null
@@ -1,36 +0,0 @@
-<?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://tuscanyscatours.com/"
- name="carbookings3">
- <component name="CarPartner" autowire="true">
- <implementation.java
- class="com.tuscanyscatours.using.impl.CarPartnerImpl" />
- <reference name="luxuryCars" autowire="false" />
- </component>
- <component name="JoesCars">
- <implementation.java
- class="com.tuscanyscatours.using.impl.CarVendorImpl" />
- </component>
- <component name="KensCars">
- <implementation.java
- class="com.tuscanyscatours.using.impl.CarVendorImpl" />
- </component>
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/converter.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/converter.composite
deleted file mode 100644
index c0a1d32e11..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/converter.composite
+++ /dev/null
@@ -1,35 +0,0 @@
-<?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://tuscanyscatours.com/"
- name="converter">
- <component name="EURJPYConverter">
- <implementation.java
- class="com.tuscanyscatours.using.impl.CurrencyConverterImpl" />
- <property name="fromCurrency">EUR</property>
- <property name="toCurrency">JPY</property>
- </component>
- <component name="USDGBPConverter">
- <implementation.java
- class="com.tuscanyscatours.using.impl.CurrencyConverterImpl" />
- <property name="fromCurrency">USD</property>
- <property name="toCurrency">GBP</property>
- </component>
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/hotelsdomain.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/hotelsdomain.composite
deleted file mode 100644
index 1db3586513..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/hotelsdomain.composite
+++ /dev/null
@@ -1,38 +0,0 @@
-<?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://tuscanyscahotels.com/"
- name="hotelsdomain">
- <component name="HotelPartner">
- <implementation.java class=
- "com.tuscanyscatours.using.impl.HotelPartnerImpl" />
- <service name="Hotels">
- <binding.ws uri=
- "http://tuscanyscahotels.com:8083/Hotels" />
- <binding.sca />
- </service>
- </component>
- <component name="HotelOffers">
- <implementation.java class=
- "com.tuscanyscahotels.impl.HotelOffersImpl" />
- <reference name="hotels"
- target="HotelPartner/Hotels" />
- </component>
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/orders1.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/orders1.composite
deleted file mode 100644
index ac2647b387..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/orders1.composite
+++ /dev/null
@@ -1,37 +0,0 @@
-<?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://tuscanyscatours.com/"
- xmlns:t="http://tuscanyscatours.com/"
- name="orders1">
-
- <component name="Customer">
- <implementation.java
- class="com.tuscanyscatours.using.impl.CustomerImpl" />
- <property name="billingAddress" element="t:billingAddress">
- <t:billingAddress xmlns="">
- <street>123 Main Street</street>
- <city>New York</city>
- <state>NY</state>
- <zip>01234</zip>
- </t:billingAddress>
- </property>
- </component>
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/orders2.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/orders2.composite
deleted file mode 100644
index d0489bbd21..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/orders2.composite
+++ /dev/null
@@ -1,46 +0,0 @@
-<?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://tuscanyscatours.com/"
- xmlns:t="http://tuscanyscatours.com/"
- xmlns:o="http://tuscanyscatours.com/orders"
- name="orders2">
-
- <component name="Customer">
- <implementation.java
- class="com.tuscanyscatours.using.impl.CustomerImpl" />
- <property name="billingAddress" type="t:Address">
- <o:address xmlns="">
- <street>123 Main Street</street>
- <city>New York</city>
- <state>NY</state>
- <zip>01234</zip>
- </o:address>
- </property>
- <property name="deliveryAddress" type="t:Address">
- <o:address xmlns="">
- <street>456 Market Street</street>
- <city>San Francisco</city>
- <state>CA</state>
- <zip>98765</zip>
- </o:address>
- </property>
- </component>
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/orders2.xsd b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/orders2.xsd
deleted file mode 100644
index db6ee8766e..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/orders2.xsd
+++ /dev/null
@@ -1,24 +0,0 @@
-<?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.
--->
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
- targetNamespace="http://tuscanyscatours.com/orders"
- xmlns:t="http://tuscanyscatours.com/">
- <xs:element name="address" type="t:Address" />
-</xs:schema>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/airportcodes-client.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/airportcodes-client.composite
deleted file mode 100644
index faf2aced82..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/airportcodes-client.composite
+++ /dev/null
@@ -1,33 +0,0 @@
-<?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://tuscanyscatours.com/"
- xmlns:t="http://tuscanyscatours.com/"
- name="airportcodes-client">
-
- <!-- a test client for airportcodes.composite -->
- <component name="AirportCodesClient">
- <implementation.java class="scatours.client.impl.AirportCodesClientImpl" />
- <reference name="airportcodes" target="AirportCodes" />
- </component>
-
- <!-- run airportcodes.composite in the same SCA node -->
- <include name="t:airportcodes" />
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/bookings1-client.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/bookings1-client.composite
deleted file mode 100644
index c1c4ecfe12..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/bookings1-client.composite
+++ /dev/null
@@ -1,33 +0,0 @@
-<?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://tuscanyscatours.com/"
- xmlns:t="http://tuscanyscatours.com/"
- name="bookings1-client">
-
- <!-- a test client for bookings1.composite -->
- <component name="Bookings1Client">
- <implementation.java class="scatours.client.impl.BookingsClientImpl" />
- <reference name="bookings" target="TripBooking" />
- </component>
-
- <!-- run bookings1.composite in the same SCA node -->
- <include name="t:bookings1" />
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/bookings2-client.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/bookings2-client.composite
deleted file mode 100644
index e84c7fec06..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/bookings2-client.composite
+++ /dev/null
@@ -1,33 +0,0 @@
-<?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://tuscanyscatours.com/"
- xmlns:t="http://tuscanyscatours.com/"
- name="bookings2-client">
-
- <!-- a test client for bookings2.composite -->
- <component name="Bookings2Client">
- <implementation.java class="scatours.client.impl.BookingsClientImpl" />
- <reference name="bookings" target="TripBooking" />
- </component>
-
- <!-- run bookings2.composite in the same SCA node -->
- <include name="t:bookings2" />
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/bookings3-client.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/bookings3-client.composite
deleted file mode 100644
index 21248976a6..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/bookings3-client.composite
+++ /dev/null
@@ -1,33 +0,0 @@
-<?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://tuscanyscatours.com/"
- xmlns:t="http://tuscanyscatours.com/"
- name="bookings3-client">
-
- <!-- a test client for bookings3.composite -->
- <component name="Bookings3Client">
- <implementation.java class="scatours.client.impl.BookingsClientImpl" />
- <reference name="bookings" target="TripBooking" />
- </component>
-
- <!-- run bookings3.composite in the same SCA node -->
- <include name="t:bookings3" />
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/bookings4-client.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/bookings4-client.composite
deleted file mode 100644
index bc3af6ae4a..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/bookings4-client.composite
+++ /dev/null
@@ -1,35 +0,0 @@
-<?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://tuscanyscatours.com/"
- xmlns:t="http://tuscanyscatours.com/"
- name="bookings4-client">
-
- <!-- a test client for bookings4.composite -->
- <component name="Bookings4Client">
- <implementation.java class="scatours.client.impl.BookingsZeroClientImpl" />
- <reference name="bookings">
- <binding.jms uri="jms:Bookings" />
- </reference>
- </component>
-
- <!-- run bookings4.composite in the same SCA node -->
- <include name="t:bookings4" />
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/carbookings1-client.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/carbookings1-client.composite
deleted file mode 100644
index 363f498997..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/carbookings1-client.composite
+++ /dev/null
@@ -1,33 +0,0 @@
-<?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://tuscanyscatours.com/"
- xmlns:t="http://tuscanyscatours.com/"
- name="carbookings1-client">
-
- <!-- a test client for carbookings1.composite -->
- <component name="CarBookings1Client">
- <implementation.java class="scatours.client.impl.CarBookingsClientImpl" />
- <reference name="cars" target="CarPartner" />
- </component>
-
- <!-- run carbookings1.composite in the same SCA node -->
- <include name="t:carbookings1" />
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/carbookings2-client.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/carbookings2-client.composite
deleted file mode 100644
index f80eaf4eca..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/carbookings2-client.composite
+++ /dev/null
@@ -1,33 +0,0 @@
-<?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://tuscanyscatours.com/"
- xmlns:t="http://tuscanyscatours.com/"
- name="carbookings2-client">
-
- <!-- a test client for carbookings2.composite -->
- <component name="CarBookings2Client">
- <implementation.java class="scatours.client.impl.CarBookingsClientImpl" />
- <reference name="cars" target="CarPartner" />
- </component>
-
- <!-- run carbookings2.composite in the same SCA node -->
- <include name="t:carbookings2" />
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/carbookings3-client.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/carbookings3-client.composite
deleted file mode 100644
index e3cf379de3..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/carbookings3-client.composite
+++ /dev/null
@@ -1,33 +0,0 @@
-<?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://tuscanyscatours.com/"
- xmlns:t="http://tuscanyscatours.com/"
- name="carbookings3-client">
-
- <!-- a test client for carbookings3.composite -->
- <component name="CarBookings3Client">
- <implementation.java class="scatours.client.impl.CarBookingsClientImpl" />
- <reference name="cars" target="CarPartner" />
- </component>
-
- <!-- run carbookings3.composite in the same SCA node -->
- <include name="t:carbookings3" />
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/converter-client.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/converter-client.composite
deleted file mode 100644
index c488a454b4..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/converter-client.composite
+++ /dev/null
@@ -1,34 +0,0 @@
-<?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://tuscanyscatours.com/"
- xmlns:t="http://tuscanyscatours.com/"
- name="converter-client">
-
- <!-- a test client for converter.composite -->
- <component name="ConverterClient">
- <implementation.java class="scatours.client.impl.ConverterClientImpl" />
- <reference name="eur2jpy" target="EURJPYConverter" />
- <reference name="usd2gbp" target="USDGBPConverter" />
- </component>
-
- <!-- run converter.composite in the same SCA node -->
- <include name="t:converter" />
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/hotelsdomain-client.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/hotelsdomain-client.composite
deleted file mode 100644
index 597a5f0a4f..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/hotelsdomain-client.composite
+++ /dev/null
@@ -1,34 +0,0 @@
-<?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://tuscanyscatours.com/"
- xmlns:t="http://tuscanyscatours.com/"
- xmlns:h="http://tuscanyscahotels.com/"
- name="hotelsdomain-client">
-
- <!-- a test client for hotelsdomain.composite -->
- <component name="HotelsDomainClient">
- <implementation.java class="scatours.client.impl.HotelOffersClientImpl" />
- <reference name="offers" target="HotelOffers" />
- </component>
-
- <!-- run hotelsdomain.composite in the same SCA node -->
- <include name="h:hotelsdomain" />
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/orders1-client.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/orders1-client.composite
deleted file mode 100644
index 9015e14cb8..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/orders1-client.composite
+++ /dev/null
@@ -1,33 +0,0 @@
-<?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://tuscanyscatours.com/"
- xmlns:t="http://tuscanyscatours.com/"
- name="orders1-client">
-
- <!-- a test client for orders1.composite -->
- <component name="Orders1Client">
- <implementation.java class="scatours.client.impl.Orders1ClientImpl" />
- <reference name="customer" target="Customer" />
- </component>
-
- <!-- run orders1.composite in the same SCA node -->
- <include name="t:orders1" />
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/orders2-client.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/orders2-client.composite
deleted file mode 100644
index f9ae67332b..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/orders2-client.composite
+++ /dev/null
@@ -1,33 +0,0 @@
-<?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://tuscanyscatours.com/"
- xmlns:t="http://tuscanyscatours.com/"
- name="orders2-client">
-
- <!-- a test client for orders2.composite -->
- <component name="Orders2Client">
- <implementation.java class="scatours.client.impl.Orders2ClientImpl" />
- <reference name="customer" target="Customer" />
- </component>
-
- <!-- run orders2.composite in the same SCA node -->
- <include name="t:orders2" />
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/toursdomain-client.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/toursdomain-client.composite
deleted file mode 100644
index b84dbe8f72..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/test-clients/toursdomain-client.composite
+++ /dev/null
@@ -1,33 +0,0 @@
-<?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://tuscanyscatours.com/"
- xmlns:t="http://tuscanyscatours.com/"
- name="toursdomain-client">
-
- <!-- a test client for toursdomain.composite -->
- <component name="ToursDomainClient">
- <implementation.java class="scatours.client.impl.BookingsZeroClientImpl" />
- <reference name="bookings" target="TripBooking" />
- </component>
-
- <!-- run toursdomain.composite in the same SCA node -->
- <include name="t:toursdomain" />
-</composite>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/toursdomain.composite b/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/toursdomain.composite
deleted file mode 100644
index c04fb897d7..0000000000
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/using/src/main/resources/toursdomain.composite
+++ /dev/null
@@ -1,39 +0,0 @@
-<?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://tuscanyscatours.com/"
- name="toursdomain">
- <component name="TripBooking">
- <implementation.java
- class="com.tuscanyscatours.using.impl.TripBookingImpl" />
- <reference name="flights">
- <binding.ws
- uri="http://flightbookingservice.com:8084/Flights" />
- </reference>
- <reference name="hotels">
- <binding.ws uri="http://tuscanyscahotels.com:8083/Hotels" />
- </reference>
- <reference name="cars" target="CarPartner/Cars" />
- </component>
- <component name="CarPartner">
- <implementation.java
- class="com.tuscanyscatours.using.impl.CarVendorImpl" />
- </component>
-</composite>