Airline Sample « Development « Spring Q&A





1. Airline Sample Running OK In Eclipse    forum.springsource.org

Airline Sample Running OK In Eclipse FWIW, I have this running and debug-steppable in Eclipse (3.1.x) with Tomcat now. Compared to getting the downloaded zip to run in "straight" java/ant, there ...

2. Airline sample error in WAS6 of RAD6    forum.springsource.org

Airline sample error in WAS6 of RAD6 Not sure where to post this so created a new thread. I am getting the following error when try to run "Airline" sample in ...

3. cannot build airline sample    forum.springsource.org

cannot build airline sample hi, i downloaded spring-ws-1.0-m2-full.zip and tried to running airline sample. i run "mvn eclipse:eclipse" in airline directory, i had this error. Code: --- [INFO] Preparing eclipse:eclipse Downloading: ...

4. "new AirlineService()" interface in airline sample jaxws client app?    forum.springsource.org

I'm confused. In the airline sample webservice, AirlineService is an interface. But in the jaxws client, this code does not compile: Code: AirlineService service; if (args.length == 0) { service = ...

5. Maven Problem with airline sample    forum.springsource.org

Maven Problem with airline sample Hi, I'm having some problems building the airline sample application with maven. First, there was a problem with JTA, which I could solve by copying the ...

6. Question re the servlet-api dependancy in the airline sample    forum.springsource.org

Question re the servlet-api dependancy in the airline sample Hi, There is a dependency in the airline pom.xml to the servlet-api to allow the web controller to build. My question is ...

7. BUG in Airline sample    forum.springsource.org

BUG in Airline sample i'm not sure what's the best place for this and i'm too lazy to figure out it so.. MarshallingAirlineEndpoint.java refers to JAXB2, the readme refers to JAXB1, ...

8. Airline sample : Questions    forum.springsource.org

Airline sample : Questions Hi, I have been studying spring-ws and, in particular, the airline sample application. I am trying to understand how marhsalling works and whether it would be beneficial ...

9. airline sample hsldb    forum.springsource.org

hi all i have downloaded spring webservices and trying to run the airline sample. It needs a databse config, according to the readme running ant build should set up and run ...





10. Airline sample confusion    forum.springsource.org

Airline sample confusion Hello, I'm trying to port my WS from Axis 1.4, but having a hard time getting a simple test through. Now I'm looking at the airline sample, but ...

11. Airline sample JSP issue under Tomcat    forum.springsource.org

Airline sample JSP issue under Tomcat Hi, I ran 'mvn package' on the airline sample, and although the services do work, can't get to the jsp pages, missing dependency. This is ...

12. Airline .NET client sample problem    forum.springsource.org

Sep 8th, 2008, 12:33 PM #1 pdotsenko View Profile View Forum Posts Private Message Member Join Date Mar 2008 Posts 51 Airline .NET client sample problem Hi all, I am trying ...

13. airline sample-different bowsers-different results???    forum.springsource.org

Hello, I tried to run the airline sample with the following steps: >airline\mvn package result: BUILD SUCCESSFULL >airline\ mvn jetty:run result: runs perfectly But on pointing to http://localhost:8080/airline/services in IE it ...

14. How to generate JAXB codes for sample 'airline'    forum.springsource.org

For new release, spring-ws-1.5.6 , when I downloaded and loaded sample 'airline' into eclipse workspace, there are bulid errors for missing JAXB objects in package org.springframework.ws.samples.airline.schema.* How to generate those JAXB ...

15. Sample Airline example question?    forum.springsource.org

Thanks for the reply; No, Actually I am trying to implement my own example using : 1. PayloadRootAnnotationMethodEndpointMapping 2. OXM 3. CommonsXsdSchemaCollection Could you please explain little more How these files ...