From: Gustavo Martin Morcuende Date: Sun, 20 Dec 2015 03:25:56 +0000 (+0100) Subject: jaxb2: maven-jaxb2-plugin for WSDLs is worse than cxf-codegen-plugin X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=39c508d6b7f62183afd48cc2e311bec16468dc66;p=SpringWebServicesForFun%2F.git jaxb2: maven-jaxb2-plugin for WSDLs is worse than cxf-codegen-plugin SO BETTER USE cxf-codegen-plugin FOR CREATING JAVA OBJECTS FROM WSDLs FILES!!!!! --- diff --git a/jaxb2/web-services-spring-jaxb2-client/pom.xml b/jaxb2/web-services-spring-jaxb2-client/pom.xml index 0fd3ae4..ca1f3f8 100644 --- a/jaxb2/web-services-spring-jaxb2-client/pom.xml +++ b/jaxb2/web-services-spring-jaxb2-client/pom.xml @@ -110,11 +110,15 @@ POR ALGUIEN SIN TENER QUE EDITARLO :( POR EJEMPLO, AQUÍ YA NO PUEDO METER MI XSDateTimeCustomBinder SIN EDITAR EL WSDL :( - :) CON ESTE PLUGIN A DIFERENCIA DE cxf-codegen-plugin NO SE VUELVEN A GENERAR LOS OBJETOS DE parent.xsd + :( CON ESTE PLUGIN AL IGUAL QUE CON cxf-codegen-plugin SE VUELVEN A GENERAR LOS OBJETOS DE parent.xsd QUE SE ENCONTRABAN EN web-services-spring-jaxb2-globalxsds :( CON ESTE PLUGIN NO CONSIGO GENERAR LAS CLASES @WebService, @WebServiceClient y @WebEndpoint CON cxf-codegen-plugin SÍ PUEDO :( VER ExamplesService EN web-services-spring-cxf-client + + CONCLUSION: ESTE PLUGIN PARA WSDLs ES PEOR QUE cxf-codegen-plugin + + ¡¡¡¡¡PARA WSDLs MEJOR USAR cxf-codegen-plugin!!!!! -->