Closed sighup1 closed 6 years ago
are you sure that org.springframework:spring-web:4.2.2.RELEASE
is actually used? looks like you are still using 4.1.x (perhaps pulled in transitively by another dependency)? the missing method has been added in spring-web-4.2 but is missing on the 4.1.x branch. maybe check grails dependency-report
to see whats going on.
You are a life saver!! The rest-client-builder has a dependency on 4.1.X web module, I pulled that out and it works, thanks!
Forgive me, this isn't a problem with the plugin by any means, there's just a feature in the Spring Websocket 4.2.X version that I would like to have in a Grails 2.5 app, and I've been struggling to get it to work. I've added runtime dependencies to the BuildConfig like so:
And it runs, but it's throwing an error when the SockJS client tries to connect... maybe you could see what I'm doing wrong?
Edit: This is the error NoSuchMethodError occurred when processing request: [GET] /application/stomp/info org.springframework.web.util.WebUtils.isSameOrigin(Lorg/springframework/http/HttpRequest;)Z