Hi all
i just upgraded to Spring Integration 2.1. Now i can't find the class org.springframework.integration.ws.config.FixedUri DestinationProvider anymore? Any hints where to find this class now?
regards
angela
Hi all
i just upgraded to Spring Integration 2.1. Now i can't find the class org.springframework.integration.ws.config.FixedUri DestinationProvider anymore? Any hints where to find this class now?
regards
angela
That class was removed in 2.1. It is no longer necessary since we added constructors that take a URI directly as a String, and previously it had been used simply as a way to pass a "static" URI via the DestinationProvider strategy. The reason we had to add those constructors is that we also now (as of 2.1) support "URI variables" to replace {placeholder} values within the URI at runtime with content taken from the Message payload or headers.
We will add this to our migration guide which you can find here: https://github.com/SpringSource/spri...igration-Guide
Sorry for the inconvenience, and I hope that explanation makes sense.
-Mark
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