Results 1 to 3 of 3

Thread: Spring-integration-ws problems

  1. #1
    Join Date
    Nov 2012
    Posts
    1

    Default Spring-integration-ws problems

    I used spring-integration-ws version 2.1.3.RELEASE, and spring 3.0.7.RELEASE in my project(in osgi environment), everything went well. But we I want to upgrade spring to 3.1.2.RELEASE, spring-integration-ws cannot work anymore.

    I check MANIFEST.MF of spring-integration-ws, and find spring-integration-ws can import all spring stuff from version 3.0.5 to 4.0.0, but can only import spring-oxm stuff from 1.5.9 to 3.1.0. This cause spring-integration-ws failed to start.

    Is there someone knows why spring-integration-ws can only use spring-oxm under version 3.1.0?

  2. #2
    Join Date
    Mar 2010
    Location
    Gtr Philadelphia, PA
    Posts
    2,139

    Default

    It looks like this was a mistake made when oxm moved from the spring-ws project to the core (spring-oxm).

    Please open a JIRA issue https://jira.springsource.org/browse/INT and we'll fix it in 2.1.5.
    Gary P. Russell
    Spring Integration Team
    SpringSource, a division of VMware

  3. #3
    Join Date
    Mar 2010
    Location
    Gtr Philadelphia, PA
    Posts
    2,139

    Default

    Gary P. Russell
    Spring Integration Team
    SpringSource, a division of VMware

Posting Permissions

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