From 5b67e082ce57df77acc72cd36569a05c9a2fa347 Mon Sep 17 00:00:00 2001 From: slaws Date: Mon, 6 Jul 2009 07:23:44 +0000 Subject: Branch for 1.5.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791397 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/resources/META-INF/sca-contribution.xml | 23 ++ .../main/resources/jmsbytes/helloworld.composite | 45 +++ .../resources/jmsbytesxml/helloworld.composite | 45 +++ .../main/resources/jmsdefault/helloworld.composite | 94 ++++++ .../src/main/resources/jmsdefault/helloworld.wsdl | 139 ++++++++ .../main/resources/jmsmessage/helloworld.composite | 46 +++ .../src/main/resources/jmsmessage/helloworld.wsdl | 129 ++++++++ .../main/resources/jmsobject/helloworld.composite | 62 ++++ .../src/main/resources/jmsobject/helloworld.wsdl | 355 +++++++++++++++++++++ .../main/resources/jmstext/helloworld.composite | 45 +++ .../main/resources/jmstextxml/helloworld.composite | 80 +++++ .../src/main/resources/jmstextxml/helloworld.wsdl | 139 ++++++++ .../jmstextxmlinjmsobjectout/helloworld.composite | 52 +++ .../jmstextxmlinjmsobjectout/helloworld.wsdl | 139 ++++++++ .../jms-format/src/main/resources/jndi.properties | 39 +++ 15 files changed, 1432 insertions(+) create mode 100644 branches/sca-java-1.5.1/itest/jms-format/src/main/resources/META-INF/sca-contribution.xml create mode 100644 branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsbytes/helloworld.composite create mode 100644 branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsbytesxml/helloworld.composite create mode 100644 branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsdefault/helloworld.composite create mode 100644 branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsdefault/helloworld.wsdl create mode 100644 branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsmessage/helloworld.composite create mode 100644 branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsmessage/helloworld.wsdl create mode 100644 branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsobject/helloworld.composite create mode 100644 branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsobject/helloworld.wsdl create mode 100644 branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstext/helloworld.composite create mode 100644 branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstextxml/helloworld.composite create mode 100644 branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstextxml/helloworld.wsdl create mode 100644 branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstextxmlinjmsobjectout/helloworld.composite create mode 100644 branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstextxmlinjmsobjectout/helloworld.wsdl create mode 100644 branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jndi.properties (limited to 'branches/sca-java-1.5.1/itest/jms-format/src/main/resources') diff --git a/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/META-INF/sca-contribution.xml b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..f2564234fd --- /dev/null +++ b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/META-INF/sca-contribution.xml @@ -0,0 +1,23 @@ + + + + + diff --git a/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsbytes/helloworld.composite b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsbytes/helloworld.composite new file mode 100644 index 0000000000..ea6ed6c464 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsbytes/helloworld.composite @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsbytesxml/helloworld.composite b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsbytesxml/helloworld.composite new file mode 100644 index 0000000000..fff5656c98 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsbytesxml/helloworld.composite @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsdefault/helloworld.composite b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsdefault/helloworld.composite new file mode 100644 index 0000000000..2c54bf8bc5 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsdefault/helloworld.composite @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsdefault/helloworld.wsdl b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsdefault/helloworld.wsdl new file mode 100644 index 0000000000..30372cc02f --- /dev/null +++ b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsdefault/helloworld.wsdl @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsmessage/helloworld.composite b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsmessage/helloworld.composite new file mode 100644 index 0000000000..6202e947f5 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsmessage/helloworld.composite @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsmessage/helloworld.wsdl b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsmessage/helloworld.wsdl new file mode 100644 index 0000000000..092c56b31d --- /dev/null +++ b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsmessage/helloworld.wsdl @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsobject/helloworld.composite b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsobject/helloworld.composite new file mode 100644 index 0000000000..3ca541c9fb --- /dev/null +++ b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsobject/helloworld.composite @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsobject/helloworld.wsdl b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsobject/helloworld.wsdl new file mode 100644 index 0000000000..a2af528e9e --- /dev/null +++ b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmsobject/helloworld.wsdl @@ -0,0 +1,355 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstext/helloworld.composite b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstext/helloworld.composite new file mode 100644 index 0000000000..5b3e710a51 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstext/helloworld.composite @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstextxml/helloworld.composite b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstextxml/helloworld.composite new file mode 100644 index 0000000000..2d25f2c3f4 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstextxml/helloworld.composite @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstextxml/helloworld.wsdl b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstextxml/helloworld.wsdl new file mode 100644 index 0000000000..30372cc02f --- /dev/null +++ b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstextxml/helloworld.wsdl @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstextxmlinjmsobjectout/helloworld.composite b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstextxmlinjmsobjectout/helloworld.composite new file mode 100644 index 0000000000..3f05ac2683 --- /dev/null +++ b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstextxmlinjmsobjectout/helloworld.composite @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstextxmlinjmsobjectout/helloworld.wsdl b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstextxmlinjmsobjectout/helloworld.wsdl new file mode 100644 index 0000000000..30372cc02f --- /dev/null +++ b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jmstextxmlinjmsobjectout/helloworld.wsdl @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jndi.properties b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jndi.properties new file mode 100644 index 0000000000..9abdff215d --- /dev/null +++ b/branches/sca-java-1.5.1/itest/jms-format/src/main/resources/jndi.properties @@ -0,0 +1,39 @@ +## --------------------------------------------------------------------------- +## 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. +## --------------------------------------------------------------------------- + +# START SNIPPET: jndi + +java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory + +# use the following property to configure the default connector +java.naming.provider.url = vm://localhost?broker.persistent=false + +# use the following property to specify the JNDI name the connection factory +# should appear as. +#connectionFactoryNames = connectionFactory, queueConnectionFactory, topicConnectionFactry +connectionFactoryNames = ConnectionFactory + +# register some queues in JNDI using the form +# queue.[jndiName] = [physicalName] +queue.RequestQueue = RequestQueue +queue.ResponseQueue = ResponseQueue + +# register some topics in JNDI using the form +# topic.[jndiName] = [physicalName] +#topic.MyTopic = example.MyTopic + +# END SNIPPET: jndi -- cgit v1.2.3