You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2006/10/06 19:52:51 UTC

svn commit: r453707 - in /incubator/tuscany/java/samples/sca: helloworldwsclient-async/src/test/java/helloworld/HelloWorldWSAsyncClient.java helloworldwsclient/src/test/java/helloworld/HelloWorldWSClient.java

Author: rfeng
Date: Fri Oct  6 10:52:51 2006
New Revision: 453707

URL: http://svn.apache.org/viewvc?view=rev&rev=453707
Log:
Set application SCDL

Modified:
    incubator/tuscany/java/samples/sca/helloworldwsclient-async/src/test/java/helloworld/HelloWorldWSAsyncClient.java
    incubator/tuscany/java/samples/sca/helloworldwsclient/src/test/java/helloworld/HelloWorldWSClient.java

Modified: incubator/tuscany/java/samples/sca/helloworldwsclient-async/src/test/java/helloworld/HelloWorldWSAsyncClient.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/helloworldwsclient-async/src/test/java/helloworld/HelloWorldWSAsyncClient.java?view=diff&rev=453707&r1=453706&r2=453707
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldwsclient-async/src/test/java/helloworld/HelloWorldWSAsyncClient.java (original)
+++ incubator/tuscany/java/samples/sca/helloworldwsclient-async/src/test/java/helloworld/HelloWorldWSAsyncClient.java Fri Oct  6 10:52:51 2006
@@ -16,6 +16,7 @@
     @Override
     protected void setUp() throws Exception {
         try {
+            setApplicationSCDL(HelloWorldCallback.class, "META-INF/sca/default.scdl");
             ClassLoader classLoader = getClass().getClassLoader();
             addExtension("test.extensions", classLoader.getResource("META-INF/tuscany/test-extensions.scdl"));
 

Modified: incubator/tuscany/java/samples/sca/helloworldwsclient/src/test/java/helloworld/HelloWorldWSClient.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/helloworldwsclient/src/test/java/helloworld/HelloWorldWSClient.java?view=diff&rev=453707&r1=453706&r2=453707
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldwsclient/src/test/java/helloworld/HelloWorldWSClient.java (original)
+++ incubator/tuscany/java/samples/sca/helloworldwsclient/src/test/java/helloworld/HelloWorldWSClient.java Fri Oct  6 10:52:51 2006
@@ -40,6 +40,7 @@
 
     @Override
     protected void setUp() throws Exception {
+        setApplicationSCDL(HelloWorldService.class, "META-INF/sca/default.scdl");
         ClassLoader classLoader = getClass().getClassLoader();
         addExtension("test.extensions", classLoader.getResource("META-INF/tuscany/test-extensions.scdl"));
         super.setUp();



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org