From c1b8b3abd0aee06fd2e575a03be290bbfc44ffd3 Mon Sep 17 00:00:00 2001 From: slaws Date: Mon, 9 Aug 2010 13:47:15 +0000 Subject: TUSCANY-3641 - process an @WebService(wsdlLocation="") annotation by reading the wsdl, identified by the location, from the current contribution. The WSDL is associated with the Java component type service by attaching it to the JavaInterface normalized interface slot. This is not ideal but does allow us to pull things out of the WSDL, such a as policy. The spec state that the component type should have interface.wsdl but this messes up our databinding code which expects the component service to exhibit an interface suitable for the actual implementation. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@983647 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-2.x/trunk/modules/implementation-java/pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk/modules/implementation-java/pom.xml') diff --git a/sca-java-2.x/trunk/modules/implementation-java/pom.xml b/sca-java-2.x/trunk/modules/implementation-java/pom.xml index 5ea97da3b4..7b4a62e6f6 100644 --- a/sca-java-2.x/trunk/modules/implementation-java/pom.xml +++ b/sca-java-2.x/trunk/modules/implementation-java/pom.xml @@ -40,6 +40,12 @@ tuscany-interface-java 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-interface-wsdl + 2.0-SNAPSHOT + org.apache.tuscany.sca @@ -83,7 +89,14 @@ tuscany-binding-sca-runtime 2.0-SNAPSHOT test - + + + + org.apache.tuscany.sca + tuscany-binding-ws + 2.0-SNAPSHOT + test + -- cgit v1.2.3