From ebb89430400c2cb1d1c74ca18927375ff41601cc Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 5 Feb 2009 07:55:03 +0000 Subject: Move the contrib folder out of the sca trunk build as discussed on the ML git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741038 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/contrib/samples/callback-ws-service/README | 227 --------------------- .../contrib/samples/callback-ws-service/build.xml | 73 ------- .../callback-ws-service/callback-ws-service.png | Bin 8949 -> 0 bytes .../callback-ws-service/callback-ws-service.svg | 200 ------------------ .../contrib/samples/callback-ws-service/pom.xml | 79 ------- .../src/main/java/myserver/CallbackServer.java | 48 ----- .../src/main/java/myserver/MyService.java | 34 --- .../src/main/java/myserver/MyServiceCallback.java | 30 --- .../src/main/java/myserver/MyServiceImpl.java | 56 ----- .../main/resources/META-INF/sca-contribution.xml | 24 --- .../src/main/resources/callbackws.composite | 35 ---- .../test/java/myserver/CallbackServerTestCase.java | 52 ----- 12 files changed, 858 deletions(-) delete mode 100644 java/sca/contrib/samples/callback-ws-service/README delete mode 100644 java/sca/contrib/samples/callback-ws-service/build.xml delete mode 100644 java/sca/contrib/samples/callback-ws-service/callback-ws-service.png delete mode 100644 java/sca/contrib/samples/callback-ws-service/callback-ws-service.svg delete mode 100644 java/sca/contrib/samples/callback-ws-service/pom.xml delete mode 100644 java/sca/contrib/samples/callback-ws-service/src/main/java/myserver/CallbackServer.java delete mode 100644 java/sca/contrib/samples/callback-ws-service/src/main/java/myserver/MyService.java delete mode 100644 java/sca/contrib/samples/callback-ws-service/src/main/java/myserver/MyServiceCallback.java delete mode 100644 java/sca/contrib/samples/callback-ws-service/src/main/java/myserver/MyServiceImpl.java delete mode 100644 java/sca/contrib/samples/callback-ws-service/src/main/resources/META-INF/sca-contribution.xml delete mode 100644 java/sca/contrib/samples/callback-ws-service/src/main/resources/callbackws.composite delete mode 100644 java/sca/contrib/samples/callback-ws-service/src/test/java/myserver/CallbackServerTestCase.java (limited to 'java/sca/contrib/samples/callback-ws-service') diff --git a/java/sca/contrib/samples/callback-ws-service/README b/java/sca/contrib/samples/callback-ws-service/README deleted file mode 100644 index 2c65f745a6..0000000000 --- a/java/sca/contrib/samples/callback-ws-service/README +++ /dev/null @@ -1,227 +0,0 @@ -Callback Web Services Service Sample -=================================== -This sample demonstrates an SCA service with callback to a remote client -using Web service bindings for the service and the callback. - -The README in the samples directory (the directory above this) provides -general instructions about building and running samples. Take a look -there first. - -If you just want to run it to see what happens open a command prompt, -navigate to this sample directory and do: - -ant run - -OR if you don't have ant, on Windows do: - -java -cp ..\..\lib\tuscany-sca-manifest.jar;target\sample-callback-ws-service.jar myserver.CallbackServer - -and on *nix do: - -java -cp ../../lib/tuscany-sca-manifest.jar:target/sample-callback-ws-service.jar myserver.CallbackServer - -Now the server is started you can use the callback-ws-client sample to -exercise it. - -Sample Overview ---------------- -The sample has a single component that provides a service that is -invoked from a remote client over Web services and makes an SCA callback -over Web services to the same remote client. - -callback-ws-service/ - src/ - main/ - java/ - myserver/ - MyService.java - interface description for - MyServiceComponent - MyServiceCallback.java - interface description for callback - NyServiceImpl.java - component implementation - CallbackServer.java - starts the SCA runtime and - deploys the callbackws.composite - and then waits for the service - to be called via Web services - resources/ - callbackws.composite - the SCA assembly for this sample - test/ - java/ - myserver/ - CallbackServerTestCase.java - JUnit test case - callback-ws-service.png - a pictorial representation of the - sample .composite file - build.xml - the Ant build file - pom.xml - the Maven build file - -Building And Running The Sample Using Ant ------------------------------------------ -With the binary distribution the sample can be built and run using Ant with -the following commands: - -cd callback-ws-service -ant compile -ant run - -You should see the following output from the run target: - -run: - [java] 15-Jan-2008 10:21:14 org.apache.tuscany.sca.node.impl.SCADomainProxy -Impl init - [java] INFO: Domain will be started stand-alone as domain URL is not provid -ed - [java] 15-Jan-2008 10:21:14 org.apache.tuscany.sca.domain.impl.SCADomainImp -l registerNode - [java] INFO: Registered node: http://L3AW203:1331 at endpoint http://L3AW20 -3:1331 - [java] 15-Jan-2008 10:21:14 org.apache.tuscany.sca.node.impl.SCADomainProxy -Impl createRuntime - [java] INFO: Domain management configured from file:/C:/simon/tuscany/relea -se/sca-r1.1-rc2/tuscany-sca-1.1-incubating-SNAPSHOT/lib/tuscany-sca-all-1.1-incu -bating-SNAPSHOT.jar - [java] Warning: Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor - [java] Warning: Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor - [java] Warning: Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor - [java] Warning: Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor - [java] Warning: Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor - [java] 15-Jan-2008 10:21:24 org.apache.tuscany.sca.http.jetty.JettyServer a -ddServletMapping - [java] INFO: Added Servlet mapping: http://L3AW203:1331/SCADomainEventServi -ceProxyComponent - [java] 15-Jan-2008 10:21:24 org.apache.tuscany.sca.http.jetty.JettyServer a -ddServletMapping - [java] INFO: Added Servlet mapping: http://L3AW203:1331/SCADomainAPIService -ProxyComponent - [java] 15-Jan-2008 10:21:24 org.apache.tuscany.sca.http.jetty.JettyServer a -ddServletMapping - [java] INFO: Added Servlet mapping: http://L3AW203:1331/SCANodeManagerCompo -nent/SCANodeManagerService - [java] 15-Jan-2008 10:21:24 org.apache.tuscany.sca.http.jetty.JettyServer a -ddServletMapping - [java] INFO: Added Servlet mapping: http://L3AW203:1331/SCANodeManagerCompo -nent/ComponentManagerService/* - [java] 15-Jan-2008 10:21:24 org.apache.tuscany.sca.http.jetty.JettyServer a -ddServletMapping - [java] INFO: Added Servlet mapping: http://L3AW203:1331/SCANodeManagerCompo -nent/ComponentManagerService - [java] 15-Jan-2008 10:21:24 org.apache.tuscany.sca.http.jetty.JettyServer a -ddServletMapping - [java] INFO: Added Servlet mapping: http://L3AW203:1331/SCADomain/scaDomain -.js - [java] 15-Jan-2008 10:21:24 org.apache.tuscany.sca.node.impl.SCANodeImpl ac -tivateComposite - [java] INFO: Building composite: {http://callbackws}callbackws - [java] Warning: Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor - [java] Warning: Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor - [java] 15-Jan-2008 10:21:24 org.apache.tuscany.sca.node.impl.SCANodeImpl st -artComposite - [java] INFO: Starting composite: {http://callbackws}callbackws - [java] 15-Jan-2008 10:21:26 org.apache.tuscany.sca.http.jetty.JettyServer a -ddServletMapping - [java] Callback server started (press enter to shutdown) - -As this point the SCA service is exposed as a Web service by a Web server -started automatically by the SCA runtime. To stop the server, press enter. - -To exercise the service, run the callback-ws-client sample. Take a look at -the README in that sample and you will see you need the following commands: - -cd callback-ws-client -ant run - -Building And Running The Sample Using Maven -------------------------------------------- -With either the binary or source distributions the sample can be built and -run using Maven as follows. When using Maven you don't need to run the -callback-ws-client sample as the Maven build uses a simple ping test to -make sure that the service is available. - -cd callback-ws-service -mvn - -You should see the following output from the test phase: - -------------------------------------------------------- - T E S T S -------------------------------------------------------- -Running myserver.CallbackServerTestCase -15-Jan-2008 10:29:36 org.apache.tuscany.sca.node.impl.SCADomainProxyImpl init -INFO: Domain will be started stand-alone as domain URL is not provided -15-Jan-2008 10:29:36 org.apache.tuscany.sca.domain.impl.SCADomainImpl registerNo -de -INFO: Registered node: http://L3AW203:1365 at endpoint http://L3AW203:1365 -15-Jan-2008 10:29:36 org.apache.tuscany.sca.node.impl.SCADomainProxyImpl createR -untime -INFO: Domain management configured from file:/C:/Documents%20and%20Settings/slaw -s/.m2/repository/org/apache/tuscany/sca/tuscany-node-impl/1.1-incubating-SNAPSHO -T/tuscany-node-impl-1.1-incubating-SNAPSHOT.jar -15-Jan-2008 10:29:42 org.apache.catalina.core.StandardEngine start -INFO: Starting Servlet Engine: Apache Tomcat/6.0.10 -15-Jan-2008 10:29:42 org.apache.catalina.startup.ContextConfig defaultWebConfig -INFO: No default web.xml -15-Jan-2008 10:29:42 org.apache.catalina.startup.DigesterFactory register -WARNING: Could not get url for /javax/servlet/jsp/resources/jsp_2_0.xsd -15-Jan-2008 10:29:42 org.apache.catalina.startup.DigesterFactory register -WARNING: Could not get url for /javax/servlet/jsp/resources/web-jsptaglibrary_1_ -1.dtd -15-Jan-2008 10:29:42 org.apache.catalina.startup.DigesterFactory register -WARNING: Could not get url for /javax/servlet/jsp/resources/web-jsptaglibrary_1_ -2.dtd -15-Jan-2008 10:29:42 org.apache.catalina.startup.DigesterFactory register -WARNING: Could not get url for /javax/servlet/jsp/resources/web-jsptaglibrary_2_ -0.xsd -15-Jan-2008 10:29:42 org.apache.catalina.startup.DigesterFactory register -WARNING: Could not get url for /javax/servlet/resources/j2ee_web_services_1_1.xs -d -15-Jan-2008 10:29:42 org.apache.coyote.http11.Http11Protocol init -INFO: Initializing Coyote HTTP/1.1 on http-1365 -15-Jan-2008 10:29:42 org.apache.coyote.http11.Http11Protocol start -INFO: Starting Coyote HTTP/1.1 on http-1365 -15-Jan-2008 10:29:42 org.apache.tuscany.sca.http.tomcat.TomcatServer addServletM -apping -INFO: Added Servlet mapping: http://L3AW203:1365/SCADomainEventServiceProxyCompo -nent -15-Jan-2008 10:29:42 org.apache.tuscany.sca.http.tomcat.TomcatServer addServletM -apping -INFO: Added Servlet mapping: http://L3AW203:1365/SCADomainAPIServiceProxyCompone -nt -15-Jan-2008 10:29:43 org.apache.tuscany.sca.http.tomcat.TomcatServer addServletM -apping -INFO: Added Servlet mapping: http://L3AW203:1365/SCANodeManagerComponent/SCANode -ManagerService -15-Jan-2008 10:29:43 org.apache.tuscany.sca.http.tomcat.TomcatServer addServletM -apping -INFO: Added Servlet mapping: http://L3AW203:1365/SCANodeManagerComponent/Compone -ntManagerService/* -15-Jan-2008 10:29:43 org.apache.tuscany.sca.http.tomcat.TomcatServer addServletM -apping -INFO: Added Servlet mapping: http://L3AW203:1365/SCANodeManagerComponent/Compone -ntManagerService -15-Jan-2008 10:29:43 org.apache.tuscany.sca.http.tomcat.TomcatServer addServletM -apping -INFO: Added Servlet mapping: http://L3AW203:1365/SCADomain/scaDomain.js -15-Jan-2008 10:29:43 org.apache.tuscany.sca.node.impl.SCANodeImpl activateCompos -ite -INFO: Building composite: {http://callbackws}callbackws -15-Jan-2008 10:29:43 org.apache.tuscany.sca.node.impl.SCANodeImpl startComposite - -INFO: Starting composite: {http://callbackws}callbackws -15-Jan-2008 10:29:43 org.apache.catalina.core.StandardEngine start -INFO: Starting Servlet Engine: Apache Tomcat/6.0.10 -15-Jan-2008 10:29:43 org.apache.catalina.startup.ContextConfig defaultWebConfig -INFO: No default web.xml -15-Jan-2008 10:29:43 org.apache.coyote.http11.Http11Protocol init -INFO: Initializing Coyote HTTP/1.1 on http-8086 -15-Jan-2008 10:29:43 org.apache.coyote.http11.Http11Protocol start -INFO: Starting Coyote HTTP/1.1 on http-8086 -15-Jan-2008 10:29:43 org.apache.tuscany.sca.http.tomcat.TomcatServer addServletM -apping -INFO: Added Servlet mapping: http://L3AW203:8086/MyServiceComponent -15-Jan-2008 10:29:43 org.apache.tuscany.sca.node.impl.SCANodeImpl stopComposite -INFO: Stopping composite: {http://callbackws}callbackws -15-Jan-2008 10:29:43 org.apache.coyote.http11.Http11Protocol destroy -INFO: Stopping Coyote HTTP/1.1 on http-8086 -15-Jan-2008 10:29:43 org.apache.coyote.http11.Http11Protocol destroy -INFO: Stopping Coyote HTTP/1.1 on http-1365 -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.422 sec - -This shows that the Junit test cases have run successfully. diff --git a/java/sca/contrib/samples/callback-ws-service/build.xml b/java/sca/contrib/samples/callback-ws-service/build.xml deleted file mode 100644 index c91dd88a8c..0000000000 --- a/java/sca/contrib/samples/callback-ws-service/build.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/java/sca/contrib/samples/callback-ws-service/callback-ws-service.png b/java/sca/contrib/samples/callback-ws-service/callback-ws-service.png deleted file mode 100644 index 772ac38431..0000000000 Binary files a/java/sca/contrib/samples/callback-ws-service/callback-ws-service.png and /dev/null differ diff --git a/java/sca/contrib/samples/callback-ws-service/callback-ws-service.svg b/java/sca/contrib/samples/callback-ws-service/callback-ws-service.svg deleted file mode 100644 index ff0a1d307b..0000000000 --- a/java/sca/contrib/samples/callback-ws-service/callback-ws-service.svg +++ /dev/null @@ -1,200 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - callbackws - - MyServiceComponent - http://localhost:8086/MyServiceComponent - - myservice callback - - diff --git a/java/sca/contrib/samples/callback-ws-service/pom.xml b/java/sca/contrib/samples/callback-ws-service/pom.xml deleted file mode 100644 index e39b4480a7..0000000000 --- a/java/sca/contrib/samples/callback-ws-service/pom.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - - 4.0.0 - - org.apache.tuscany.sca - tuscany-sca - 2.0-SNAPSHOT - ../../pom.xml - - sample-callback-ws-service - Apache Tuscany SCA Callback Web Service Sample - - - - apache.incubator - http://people.apache.org/repo/m2-incubating-repository - - - - - - org.apache.tuscany.sca - tuscany-node-impl - 2.0-SNAPSHOT - - - - org.apache.tuscany.sca - tuscany-implementation-java-runtime - 2.0-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-binding-ws-axis2 - 2.0-SNAPSHOT - runtime - - - - org.apache.tuscany.sca - tuscany-host-tomcat - 2.0-SNAPSHOT - runtime - - - - junit - junit - 4.5 - test - - - - - - ${artifactId} - - - diff --git a/java/sca/contrib/samples/callback-ws-service/src/main/java/myserver/CallbackServer.java b/java/sca/contrib/samples/callback-ws-service/src/main/java/myserver/CallbackServer.java deleted file mode 100644 index 75ef05bc48..0000000000 --- a/java/sca/contrib/samples/callback-ws-service/src/main/java/myserver/CallbackServer.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * 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. - */ -package myserver; - -import java.io.IOException; - -import org.apache.tuscany.sca.node.SCANode; -import org.apache.tuscany.sca.node.SCANodeFactory; - -/** - * This server program shows how to create and start an SCA runtime that - * activates the MyService Web service endpoint. - */ -public class CallbackServer { - - public static void main(String[] args) throws Exception { - - SCANode node = SCANodeFactory.newInstance().createSCANodeFromClassLoader("callbackws.composite", null); - node.start(); - - try { - System.out.println("Callback server started (press enter to shutdown)"); - System.in.read(); - } catch (IOException e) { - e.printStackTrace(); - } - - node.stop(); - System.out.println("Callback server stopped"); - } - -} diff --git a/java/sca/contrib/samples/callback-ws-service/src/main/java/myserver/MyService.java b/java/sca/contrib/samples/callback-ws-service/src/main/java/myserver/MyService.java deleted file mode 100644 index 9bc056318b..0000000000 --- a/java/sca/contrib/samples/callback-ws-service/src/main/java/myserver/MyService.java +++ /dev/null @@ -1,34 +0,0 @@ -/* - * 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. - */ -package myserver; - -import org.oasisopen.sca.annotation.Callback; -import org.oasisopen.sca.annotation.OneWay; -import org.oasisopen.sca.annotation.Remotable; - -/** - * The remote service that will be invoked by the client - */ -@Remotable -@Callback(MyServiceCallback.class) -public interface MyService { - - @OneWay - void someMethod(String arg); -} diff --git a/java/sca/contrib/samples/callback-ws-service/src/main/java/myserver/MyServiceCallback.java b/java/sca/contrib/samples/callback-ws-service/src/main/java/myserver/MyServiceCallback.java deleted file mode 100644 index caef8fcc98..0000000000 --- a/java/sca/contrib/samples/callback-ws-service/src/main/java/myserver/MyServiceCallback.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * 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. - */ -package myserver; - -import org.oasisopen.sca.annotation.Remotable; - -/** - * The callback interface for {@link MyService}. - */ -@Remotable -public interface MyServiceCallback { - - void receiveResult(String result); -} diff --git a/java/sca/contrib/samples/callback-ws-service/src/main/java/myserver/MyServiceImpl.java b/java/sca/contrib/samples/callback-ws-service/src/main/java/myserver/MyServiceImpl.java deleted file mode 100644 index 98833338f0..0000000000 --- a/java/sca/contrib/samples/callback-ws-service/src/main/java/myserver/MyServiceImpl.java +++ /dev/null @@ -1,56 +0,0 @@ -/* - * 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. - */ -package myserver; - -import org.oasisopen.sca.annotation.Callback; -import org.oasisopen.sca.annotation.Scope; -import org.oasisopen.sca.annotation.Service; - -/** - * This class implements MyService and uses a callback. - */ -@Service(MyService.class) -@Scope("COMPOSITE") -public class MyServiceImpl implements MyService { - - private MyServiceCallback myServiceCallback; - - /** - * The setter used by the runtime to set the callback reference - * @param myServiceCallback - */ - @Callback - public void setMyServiceCallback(MyServiceCallback myServiceCallback) { - System.out.println("setMyServiceCallback on thread " + Thread.currentThread()); - this.myServiceCallback = myServiceCallback; - } - - public void someMethod(String arg) { - System.out.println("someMethod on thread " + Thread.currentThread()); - // invoke the callback - try { - System.out.println("Sleeping ..."); - Thread.sleep(2000); - myServiceCallback.receiveResult(arg + " -> receiveResult "); - } catch(Exception e) { - System.out.println("RuntimeException invoking receiveResult: " + e.toString()); - e.printStackTrace(); - } - } -} diff --git a/java/sca/contrib/samples/callback-ws-service/src/main/resources/META-INF/sca-contribution.xml b/java/sca/contrib/samples/callback-ws-service/src/main/resources/META-INF/sca-contribution.xml deleted file mode 100644 index 35f7f60c2e..0000000000 --- a/java/sca/contrib/samples/callback-ws-service/src/main/resources/META-INF/sca-contribution.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - diff --git a/java/sca/contrib/samples/callback-ws-service/src/main/resources/callbackws.composite b/java/sca/contrib/samples/callback-ws-service/src/main/resources/callbackws.composite deleted file mode 100644 index a09e638896..0000000000 --- a/java/sca/contrib/samples/callback-ws-service/src/main/resources/callbackws.composite +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/java/sca/contrib/samples/callback-ws-service/src/test/java/myserver/CallbackServerTestCase.java b/java/sca/contrib/samples/callback-ws-service/src/test/java/myserver/CallbackServerTestCase.java deleted file mode 100644 index e87667cc3e..0000000000 --- a/java/sca/contrib/samples/callback-ws-service/src/test/java/myserver/CallbackServerTestCase.java +++ /dev/null @@ -1,52 +0,0 @@ -/* - * 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. - */ -package myserver; - -import java.io.IOException; -import java.net.Socket; - -import org.apache.tuscany.sca.node.SCANode; -import org.apache.tuscany.sca.node.SCANodeFactory; -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -/** - * Tests that the callback server is available - */ -public class CallbackServerTestCase { - - private SCANode node; - - @Before - public void startServer() throws Exception { - node = SCANodeFactory.newInstance().createSCANodeFromClassLoader("callbackws.composite", null); - node.start(); - } - - @Test - public void testPing() throws IOException { - new Socket("127.0.0.1", 8086); - } - - @After - public void stopServer() throws Exception { - node.stop(); - } -} -- cgit v1.2.3