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
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.
Mark Fisher
Spring Integration Lead
SpringSource, a division of VMware
http://www.springsource.com
http://www.springsource.org/spring-integration
http://blog.springsource.com/main/author/markf
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)
I get an error for. If I useCode:new SimpleChannel(0)instead it does not complain.Code:new SimpleChannel(1)
Never mind. I found that the old jars and new jars were both deployed. It works fine now.