diff --git a/samples/airline/readme.txt b/samples/airline/readme.txt index f0600245..ef076104 100644 --- a/samples/airline/readme.txt +++ b/samples/airline/readme.txt @@ -5,7 +5,7 @@ 1. INTRODUCTION Features a web service on top of an airline reservation system, backed by a database. The web service works by using XML -Marshalling techniques (JAXB 1), and JDOM in combination with XPath queries to pull information from a message. All +Marshalling techniques (JAXB2), and XPath in combination with XPath queries to pull information from a message. All messages follow the airline.xsd schema in src/main/webapp. Multiple clients are available, showing interoperability with Axis 1, SAAJ, C#, and more. diff --git a/samples/airline/src/main/webapp/WEB-INF/ws-servlet.xml b/samples/airline/src/main/webapp/WEB-INF/ws-servlet.xml index 9bd3dcd4..3ca13ad3 100644 --- a/samples/airline/src/main/webapp/WEB-INF/ws-servlet.xml +++ b/samples/airline/src/main/webapp/WEB-INF/ws-servlet.xml @@ -106,7 +106,7 @@ This adapter allows for methods that need and returns marshalled objects. The MarshallingEndpoint - uses JAXB2 objects. + uses JAXB 2 objects.