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 --- .../test/resources/app2/WEB-INF/classes/sca.module | 33 ++++++++ .../app2/WEB-INF/classes/wsdl/helloworld.wsdl | 97 ++++++++++++++++++++++ .../tomcat/src/test/resources/app2/WEB-INF/web.xml | 45 ++++++++++ 3 files changed, 175 insertions(+) create mode 100644 branches/java-post-M1/sca/tomcat/src/test/resources/app2/WEB-INF/classes/sca.module create mode 100644 branches/java-post-M1/sca/tomcat/src/test/resources/app2/WEB-INF/classes/wsdl/helloworld.wsdl create mode 100644 branches/java-post-M1/sca/tomcat/src/test/resources/app2/WEB-INF/web.xml (limited to 'branches/java-post-M1/sca/tomcat/src/test/resources/app2/WEB-INF') diff --git a/branches/java-post-M1/sca/tomcat/src/test/resources/app2/WEB-INF/classes/sca.module b/branches/java-post-M1/sca/tomcat/src/test/resources/app2/WEB-INF/classes/sca.module new file mode 100644 index 0000000000..90ad0d44e0 --- /dev/null +++ b/branches/java-post-M1/sca/tomcat/src/test/resources/app2/WEB-INF/classes/sca.module @@ -0,0 +1,33 @@ + + + + + + + + + + + HelloWorld/HelloWorldService + + + + + + + diff --git a/branches/java-post-M1/sca/tomcat/src/test/resources/app2/WEB-INF/classes/wsdl/helloworld.wsdl b/branches/java-post-M1/sca/tomcat/src/test/resources/app2/WEB-INF/classes/wsdl/helloworld.wsdl new file mode 100644 index 0000000000..3d299481e5 --- /dev/null +++ b/branches/java-post-M1/sca/tomcat/src/test/resources/app2/WEB-INF/classes/wsdl/helloworld.wsdl @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/branches/java-post-M1/sca/tomcat/src/test/resources/app2/WEB-INF/web.xml b/branches/java-post-M1/sca/tomcat/src/test/resources/app2/WEB-INF/web.xml new file mode 100644 index 0000000000..9bd3882e81 --- /dev/null +++ b/branches/java-post-M1/sca/tomcat/src/test/resources/app2/WEB-INF/web.xml @@ -0,0 +1,45 @@ + + + + + + + org.apache.tuscany.core.webapp.ModuleComponentName + /testContext + + + TuscanyFilter + org.apache.tuscany.core.webapp.TuscanyRequestFilter + + + TuscanyFilter + TestServlet + + + org.apache.tuscany.core.webapp.TuscanyServletListener + + + TestServlet + org.apache.tuscany.tomcat.integration.TestServlet + + + TestServlet + /servlet + + -- cgit v1.2.3