From 8624fc0322f368b2a59a61597e7f50e16e76ed94 Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 19 Jan 2012 14:33:20 +0000 Subject: TUSCANY-3283 - these are similar changes to those made in 1.x to correct WSDL gen in various areas including, generating unannotated types into the service interface namespace, making wrapper parameters generally non-nillable, using JAXB to generate wrapper XSD (which fixes other failures where our code doesn't support various JAXB annotations), correcting the namespace of generated exceptions and the way that the generated classes are cached. Fixing the WSDL requires other fixes, for example, a new databinding to force ServiceReference to map to anyType (so that we don't try and process these interfaces with JAXB) and a fix to correct the order of response holders. T git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1233402 13f79535-47bb-0310-9956-ffa450edef68 --- .../META-INF/services/org.apache.tuscany.sca.databinding.DataBinding | 1 + 1 file changed, 1 insertion(+) (limited to 'sca-java-2.x/trunk/modules/databinding/src/main/resources') diff --git a/sca-java-2.x/trunk/modules/databinding/src/main/resources/META-INF/services/org.apache.tuscany.sca.databinding.DataBinding b/sca-java-2.x/trunk/modules/databinding/src/main/resources/META-INF/services/org.apache.tuscany.sca.databinding.DataBinding index ef8a825d68..3c0dce0492 100644 --- a/sca-java-2.x/trunk/modules/databinding/src/main/resources/META-INF/services/org.apache.tuscany.sca.databinding.DataBinding +++ b/sca-java-2.x/trunk/modules/databinding/src/main/resources/META-INF/services/org.apache.tuscany.sca.databinding.DataBinding @@ -23,4 +23,5 @@ org.apache.tuscany.sca.databinding.javabeans.JavaBeansDataBinding;name=java:comp org.apache.tuscany.sca.databinding.javabeans.SimpleJavaDataBinding;name=java:simpleType org.apache.tuscany.sca.databinding.javabeans.JavaExceptionDataBinding;name=java:exception org.apache.tuscany.sca.databinding.externalizable.ExternalizableDataBinding;name=java.io.Externalizable +org.apache.tuscany.sca.databinding.servicereference.ServiceReferenceDataBinding;name=org.oasisopen.sca.ServiceReference -- cgit v1.2.3