From 58a8ca68a790cce2f3653ba2121d4e49a70d0228 Mon Sep 17 00:00:00 2001 From: rfeng Date: Thu, 9 Apr 2009 23:30:14 +0000 Subject: Adjust the dependencies git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@763836 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/modules/binding-ws-jaxws/pom.xml | 15 +++++++++++---- .../src/test/java/weather/WeatherForecastClient.java | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/java/sca/modules/binding-ws-jaxws/pom.xml b/java/sca/modules/binding-ws-jaxws/pom.xml index a878f65b3b..05124bbb20 100644 --- a/java/sca/modules/binding-ws-jaxws/pom.xml +++ b/java/sca/modules/binding-ws-jaxws/pom.xml @@ -102,7 +102,14 @@ org.apache.tuscany.sca tuscany-host-http 2.0-SNAPSHOT - runtime + compile + + + + org.apache.tuscany.sca + tuscany-databinding + 2.0-SNAPSHOT + compile @@ -155,9 +162,9 @@ - + @@ -251,7 +258,7 @@ com.example.weather - ${project.build.directory}/jaxws-source/wsdl + ${basedir}/src/test/resources/wsdl WeatherForecast.wsdl diff --git a/java/sca/modules/binding-ws-jaxws/src/test/java/weather/WeatherForecastClient.java b/java/sca/modules/binding-ws-jaxws/src/test/java/weather/WeatherForecastClient.java index 40b0b8f6dc..38dc930f10 100644 --- a/java/sca/modules/binding-ws-jaxws/src/test/java/weather/WeatherForecastClient.java +++ b/java/sca/modules/binding-ws-jaxws/src/test/java/weather/WeatherForecastClient.java @@ -39,7 +39,7 @@ public class WeatherForecastClient { public static void main(String[] args) throws Exception { - String location = ContributionLocationHelper.getContributionLocation("WeatherForecast.composite"); + String location = ContributionLocationHelper.getContributionLocation(WeatherForecastImpl.class); Node node = NodeFactory.newInstance().createNode("WeatherForecast.composite", new Contribution("c1", location)); node.start(); WeatherForecastSoap weatherService = node.getService(WeatherForecastSoap.class, "WeatherForecastService"); -- cgit v1.2.3