Results 1 to 4 of 4

Thread: Spring Web Services + JiBX

  1. #1

    Default Spring Web Services + JiBX

    Hi,

    I'm trying to setup the latest Spring Web Service with JiBX. I would like to use a combination of @Endpoint with @PayloadRoot annotations, however, JiBX creates marshallers for each request/response object, and I can't work out how this works with Spring Web Services which expects a single Marshaller object.

    Does anybody have an example of Spring WS with JiBX?


    Thanks in advance,

    Kevin.

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,624

    Default

    The fact that the spring abstraction requires a single (Un)Marshaller doesn't mean the internals of that marshaller also use a single instance. Have you actually tried and configured the JibxMarshaller and test?!

    So in short I don't really see a problem...
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3
    Join Date
    May 2012
    Location
    US
    Posts
    1

    Default

    I think there is no problem with it !

  4. #4
    Join Date
    Jul 2012
    Posts
    1

    Default

    There is no problem at all!

Posting Permissions

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