Results 1 to 4 of 4

Thread: Spring Integration 1.0 Milestone 2 Released

  1. #1
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,853

    Default Spring Integration 1.0 Milestone 2 Released

    View the official announcement here: http://www.springframework.org/node/598

    There you will find links to the changelog, reference guide, and of course the 1.0.0.m2 download.

    -Mark
    Last edited by Mark Fisher; Mar 3rd, 2008 at 09:09 AM.

  2. #2
    Join Date
    Jan 2008
    Posts
    182

    Default

    I get the following stack trace trying to use the RequestReplyTemplate in m2. Tried debugging it, but the line numbers do not seem to match up. Thought this indicated that I have the old m1 jars attached but these are not in the webapp or in the eclipse project.

    Code:
    java.lang.IllegalArgumentException
    	java.util.concurrent.LinkedBlockingQueue.<init>(Unknown Source)
    	org.springframework.integration.channel.SimpleChannel.<init>(SimpleChannel.java:51)
    	org.springframework.integration.channel.SimpleChannel.<init>(SimpleChannel.java:59)
    	org.springframework.integration.channel.RequestReplyTemplate.request(RequestReplyTemplate.java:99)
    	org.springframework.integration.channel.RequestReplyTemplate.request(RequestReplyTemplate.java:114)

  3. #3
    Join Date
    Jan 2008
    Posts
    182

    Default

    I get an error for
    Code:
    new SimpleChannel(0)
    . If I use
    Code:
    new SimpleChannel(1)
    instead it does not complain.

  4. #4
    Join Date
    Jan 2008
    Posts
    182

    Default

    Never mind. I found that the old jars and new jars were both deployed. It works fine now.

Posting Permissions

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