archetype « Web Service « Spring Q&A





1. app gen using archetype spring-ws-archetype 2.0.2.RELEASE - WSDLWriterImpl error    forum.springsource.org

app gen using archetype spring-ws-archetype 2.0.2.RELEASE - WSDLWriterImpl error I've been using Spring-WS 2.0 since February but now we want to create a new web service. Following the tutorial for 2.0.2.RELEASE, ...

2. Question about spring-ws-archetype    forum.springsource.org

Question about spring-ws-archetype I used the spring-ws archetype to create a project mvn archetype:create -DarchetypeGroupId=org.springframework.ws \ -DarchetypeArtifactId=spring-ws-archetype \ -DarchetypeVersion=1.5.0 \ -DgroupId=com.mycompany.hr \ -DartifactId=holidayService Worked fine for me, and I checked in ...

3. spring-ws-archetype -DarchetypeVersion=1.5.3 but pom 1.5.2    forum.springsource.org

spring-ws-archetype -DarchetypeVersion=1.5.3 but pom 1.5.2 Should a 1.5.3 spring-ws maven archetype result in a pom.xml with 1.5.2 dependencies? When I use maven to generate a spring web services archetype with Code: ...

4. Problem With 1.5.9 spring-ws-archetype    forum.springsource.org

Problem With 1.5.9 spring-ws-archetype I'm trying to setup a new spring-ws project based on the 1.5.9 release and I'm getting the following error when attempting to run mvn archetype:generate. Code: 237: ...

5. Dependencies in latest spring-ws-archetype    forum.springsource.org

Pom in latest spring-ws-archetype contains 2 dependecies: Code: org.springframework.ws spring-oxm 2.0.0-M1 org.springframework.ws spring-ws-core 2.0.0-M1 but starting spring version 3 artifact spring-oxm moved to groupId org.springframework ...