You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/12/04 13:59:58 UTC

svn commit: r600922 - /incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/test/java/helloworld/HelloWorldTestServer.java

Author: antelder
Date: Tue Dec  4 04:59:57 2007
New Revision: 600922

URL: http://svn.apache.org/viewvc?rev=600922&view=rev
Log:
Update for moved composite

Modified:
    incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/test/java/helloworld/HelloWorldTestServer.java

Modified: incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/test/java/helloworld/HelloWorldTestServer.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/test/java/helloworld/HelloWorldTestServer.java?rev=600922&r1=600921&r2=600922&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/test/java/helloworld/HelloWorldTestServer.java (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/test/java/helloworld/HelloWorldTestServer.java Tue Dec  4 04:59:57 2007
@@ -36,7 +36,7 @@
         @Before
 	public void startServer() throws Exception {
             try {
-                scaDomain = SCADomain.newInstance("helloworldws.composite");
+                scaDomain = SCADomain.newInstance("META-INF/sca-deployables/helloworldws.composite");
             } catch (Exception e) {
                 e.printStackTrace();
             }



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