From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/definitions.xml | 66 ++++++++++++++++ .../main/resources/helloworldjmsservice.composite | 40 ++++++++++ .../src/main/resources/wsdl/helloworld.wsdl | 92 ++++++++++++++++++++++ 3 files changed, 198 insertions(+) create mode 100644 tags/java/sca/1.2/samples/helloworld-service-jms/src/main/resources/definitions.xml create mode 100644 tags/java/sca/1.2/samples/helloworld-service-jms/src/main/resources/helloworldjmsservice.composite create mode 100644 tags/java/sca/1.2/samples/helloworld-service-jms/src/main/resources/wsdl/helloworld.wsdl (limited to 'tags/java/sca/1.2/samples/helloworld-service-jms/src/main/resources') diff --git a/tags/java/sca/1.2/samples/helloworld-service-jms/src/main/resources/definitions.xml b/tags/java/sca/1.2/samples/helloworld-service-jms/src/main/resources/definitions.xml new file mode 100644 index 0000000000..9cf337ac98 --- /dev/null +++ b/tags/java/sca/1.2/samples/helloworld-service-jms/src/main/resources/definitions.xml @@ -0,0 +1,66 @@ + + + + + + + The general intent that a transport is available over which SOAP messages flow + + + + + + A JMS transport is required + + + + + + An HTTP transport is required + + + + + + + An HTTPS transport is required + + + + + + + org.apache.activemq.jndi.ActiveMQInitialContextFactory + tcp://localhost:61619 + QueueConnectionFactory + + + + + \ No newline at end of file diff --git a/tags/java/sca/1.2/samples/helloworld-service-jms/src/main/resources/helloworldjmsservice.composite b/tags/java/sca/1.2/samples/helloworld-service-jms/src/main/resources/helloworldjmsservice.composite new file mode 100644 index 0000000000..4565a50f65 --- /dev/null +++ b/tags/java/sca/1.2/samples/helloworld-service-jms/src/main/resources/helloworldjmsservice.composite @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + diff --git a/tags/java/sca/1.2/samples/helloworld-service-jms/src/main/resources/wsdl/helloworld.wsdl b/tags/java/sca/1.2/samples/helloworld-service-jms/src/main/resources/wsdl/helloworld.wsdl new file mode 100644 index 0000000000..3f9e00689e --- /dev/null +++ b/tags/java/sca/1.2/samples/helloworld-service-jms/src/main/resources/wsdl/helloworld.wsdl @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3