Results 1 to 4 of 4

Thread: How to generate JAXB codes for sample 'airline'

  1. #1
    Join Date
    Mar 2009
    Posts
    16

    Default How to generate JAXB codes for sample 'airline'

    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 codes from XSD via Maven ? Seems the previous old answer for this same question is not applicable for now.

    Thanks for your help !

  2. #2
    Join Date
    Mar 2009
    Posts
    16

    Default

    can anyone help for this simple one, thanks !

  3. #3
    Join Date
    Nov 2008
    Location
    Tunisia
    Posts
    67

    Default

    hi,
    simply run mvn install on from the root directory of the project and then the jaxb plugin for maven will generate the classes

  4. #4
    Join Date
    Mar 2009
    Posts
    16

    Default

    Quote Originally Posted by shadowLaw View Post
    hi,
    simply run mvn install on from the root directory of the project and then the jaxb plugin for maven will generate the classes

    thanks a lot

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •