jaxb2: catalog working and comment about why maven-jaxb2-plugin is better than cxf...
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Tue, 15 Dec 2015 22:16:47 +0000 (23:16 +0100)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Tue, 15 Dec 2015 22:16:47 +0000 (23:16 +0100)
jaxb2/web-services-spring-jaxb2-server/pom.xml
jaxb2/web-services-spring-jaxb2-server/src/main/build-resources/catalogs/catalog.cat

index 41425c7..0c0924d 100644 (file)
                                                CON ESTE PLUGIN A DIFERENCIA DE cxf-xjc-plugin NO SE VUELVEN A GENERAR LOS OBJETOS DE parent.xsd
                                                QUE SE ENCONTRABAN EN web-services-spring-jaxb2-globalxsds
                                                
-                                               CON cxf-xjc-plugin SÍ SE VUELVEN A GENERAR INCLUSO AUNQUE USEMOS EPISODIOS :( 
+                                               CON cxf-xjc-plugin SÍ SE VUELVEN A GENERAR INCLUSO AUNQUE USEMOS EPISODIOS :(
+                                               
+                                               CON ESTE PLUGIN CONSEGUIMOS NO EMPAQUETAR AQUÍ TAMBIÉN LAS MISMAS CLASES QUE
+                                               TENÍAMOS EN web-services-spring-jaxb2-globalxsds
+                                               
+                                               ESTE PLUGIN ES MUCHO MEJOR QUE cxf-xjc-plugin :)
                                        -->
                                                
                                        <!-- You can use the useDependenciesAsEpisodes instead of configuring 
index 44885d9..113acd0 100644 (file)
@@ -1,6 +1,6 @@
 
 
-REWRITE_SYSTEM "http://gumartinm.name/spring-ws/parent" "maven:de.spring.webservices:web-services-spring-jaxb2-globalxsds:jar::!/schemas/parent.xsd"
+REWRITE_SYSTEM "http://gumartinm.name/spring-ws/parent/parent.xsd" "maven:de.spring.webservices:web-services-spring-jaxb2-globalxsds:jar::!/schemas/parent.xsd"
        
 --
        This configuration is better (it relies on namespace instead of schemaLocation) but it doesn't work