From 8bdcfa45fcefeaa19eebe878c0b4be96eda8c29f Mon Sep 17 00:00:00 2001 From: clemenso Date: Tue, 20 Jan 2009 16:16:33 +0000 Subject: STALService JAXB generation profile git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@272 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4 --- BKUOnline/pom.xml | 364 +++++++++++---------- .../src/main/custom-binding/cardchannel-custom.xml | 2 +- .../src/main/custom-binding/stalservice-custom.xml | 2 +- .../src/main/webapp/WEB-INF/wsdl/CardChannel.xsd | 148 --------- BKUOnline/src/main/wsdl/CardChannel.xsd | 148 +++++++++ BKUOnline/src/main/wsdl/stal-service.wsdl | 114 +++++++ BKUOnline/src/main/wsdl/stal-service.xsd | 168 ++++++++++ 7 files changed, 619 insertions(+), 327 deletions(-) delete mode 100644 BKUOnline/src/main/webapp/WEB-INF/wsdl/CardChannel.xsd create mode 100644 BKUOnline/src/main/wsdl/CardChannel.xsd create mode 100644 BKUOnline/src/main/wsdl/stal-service.wsdl create mode 100644 BKUOnline/src/main/wsdl/stal-service.xsd diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml index 5fe0d52d..e5db2e55 100644 --- a/BKUOnline/pom.xml +++ b/BKUOnline/pom.xml @@ -1,71 +1,72 @@ + - - bku - at.gv.egiz - 1.0.2-SNAPSHOT - - 4.0.0 - at.gv.egiz - BKUOnline - war - BKU Online - 1.0.2-SNAPSHOT + + bku + at.gv.egiz + 1.0.2-SNAPSHOT + + 4.0.0 + at.gv.egiz + BKUOnline + war + BKU Online + 1.0.2-SNAPSHOT - - - tlc - TLC Repository - http://commons.ucalgary.ca/pub/m2 - - + + + tlc + TLC Repository + http://commons.ucalgary.ca/pub/m2 + + - - - at.gv.egiz - bkucommon - 1.0.2-SNAPSHOT - - - at.gv.egiz - BKUViewer - 1.0.2-SNAPSHOT - - - commons-logging - commons-logging - - - org.springframework - spring-core - - - javax.servlet - servlet-api - 2.5 - provided - - - org.springframework - spring-web - 2.5.5 - - - at.gv.egiz - STALService - 1.0.2-SNAPSHOT - compile - + + + at.gv.egiz + bkucommon + 1.0.2-SNAPSHOT + + + at.gv.egiz + BKUViewer + 1.0.2-SNAPSHOT + + + commons-logging + commons-logging + + + org.springframework + spring-core + + + javax.servlet + servlet-api + 2.5 + provided + + + org.springframework + spring-web + 2.5.5 + + + at.gv.egiz + STALService + 1.0.2-SNAPSHOT + compile + - at.gv.egiz - BKUApplet - 1.0.2-SNAPSHOT - provided + at.gv.egiz + BKUApplet + 1.0.2-SNAPSHOT + provided - at.gv.egiz - STALService - 1.0.2-SNAPSHOT + at.gv.egiz + STALService + 1.0.2-SNAPSHOT - - com.sun.xml.ws - jaxws-rt - 2.1.5 + + com.sun.xml.ws + jaxws-rt + 2.1.5 @@ -94,34 +95,34 @@ com.sun.xml.messaging.saaj saaj-impl - + sjsxp com.sun.xml.stream - 1.0.1 + 1.0.1 - - - Tomcat60 - - - scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk/BKUOnline - scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk/BKUOnline - scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk/BKUOnline - - - - - maven-dependency-plugin - - - copyapplet-dependencies - - copy-dependencies - - - ${project.build.directory}/${project.build.finalName}/applet + + + Tomcat60 + + + scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk/BKUOnline + scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk/BKUOnline + scm:svn:svn://svn.egovlabs.gv.at/svnroot/mocca/trunk/BKUOnline + + + + + maven-dependency-plugin + + + copyapplet-dependencies + + copy-dependencies + + + ${project.build.directory}/${project.build.finalName}/applet - at.gv.egiz - BKUApplet - true - true - - - - copyapplet - - copy - - - ${project.build.directory}/${project.build.finalName}/applet - - - commons-logging - commons-logging - - - iaik - iaik_jce_me4se - - - - - - + at.gv.egiz + BKUApplet + true + true + + + + copyapplet + + copy + + + ${project.build.directory}/${project.build.finalName}/applet + + + commons-logging + commons-logging + + + iaik + iaik_jce_me4se + + + + + + - - - maven-war-plugin - 2.0.2 - - - + + maven-war-plugin + 2.0.2 + + + true - - - - - + + + + + ${project.version}-r${buildNumber} - - - - - - - org.codehaus.mojo - maven-buildnumber-plugin - 0.9.6 - - - validate - - create - - - - - false - false - - - - + + + + + + + org.codehaus.mojo + maven-buildnumber-plugin + 0.9.6 + + + validate + + create + + + + + false + false + + + + + + + jaxb-generate + + + + org.codehaus.mojo + jaxws-maven-plugin + + + + wsimport + + + + + true + ${basedir}/src/main/custom-binding + + stalservice-custom.xml + staltypes-custom.xml + cardchannel-custom.xml + + ${basedir}/src/main/webapp/WEB-INF/wsdl + ${basedir}/src/main/wsdl + + stal-service.wsdl + + ${project.build.directory}/generated-sources/wsimport + ${project.build.directory}/generated-sources/wsimport/.staleFlag + + + + + + \ No newline at end of file diff --git a/BKUOnline/src/main/custom-binding/cardchannel-custom.xml b/BKUOnline/src/main/custom-binding/cardchannel-custom.xml index 049a334f..b46aa6a8 100644 --- a/BKUOnline/src/main/custom-binding/cardchannel-custom.xml +++ b/BKUOnline/src/main/custom-binding/cardchannel-custom.xml @@ -29,7 +29,7 @@ xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:xjc='http://java.sun.com/xml/ns/jaxb/xjc' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' - schemaLocation='../webapp/WEB-INF/wsdl/CardChannel.xsd' + schemaLocation='../wsdl/CardChannel.xsd' xsi:schemaLocation='http://java.sun.com/xml/ns/jaxb http://java.sun.com/xml/ns/jaxb/bindingschema_2_0.xsd http://www.w3.org/2001/XMLSchema http://www.w3.org/2001/XMLSchema.xsd'> diff --git a/BKUOnline/src/main/custom-binding/stalservice-custom.xml b/BKUOnline/src/main/custom-binding/stalservice-custom.xml index 9c35cbdf..7c5f604d 100644 --- a/BKUOnline/src/main/custom-binding/stalservice-custom.xml +++ b/BKUOnline/src/main/custom-binding/stalservice-custom.xml @@ -23,7 +23,7 @@ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" - wsdlLocation="../webapp/WEB-INF/wsdl/stal.wsdl"> + wsdlLocation="../wsdl/stal-service.wsdl"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/BKUOnline/src/main/wsdl/stal-service.xsd b/BKUOnline/src/main/wsdl/stal-service.xsd new file mode 100644 index 00000000..450c8146 --- /dev/null +++ b/BKUOnline/src/main/wsdl/stal-service.xsd @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3