I have developed a plugin to integrate BlazeDS 4.0 and Spring-BlazeDS integration into Grails (http://www.grails.org/plugin/blazeds) and the plugin worked fine with Grails 1.2.x, but it doesn't work anymore since Grails 1.3.x.
No error message, no exception, nothing. Just my remoted services that don't appear in Flash Builder data connectivity wizard anymore.
Someone suggested that it might be related to a change in Spring version inside Grails: Grails 1.2.2 integrates Spring 3.0.0 whereas Grails 1.3.4 integrates Spring 3.0.3. So I tried to upgrade the Spring BlazeDS integration library in my plugin to 1.5.0-M1, but now I'm getting this exception:
java.lang.ClassNotFoundException: org.springframework.security.web.authentication.se ssion.SessionFixationProtectionStrategy
As a matter of fact, my Grails plugin collaborates with Grails Acegi plugin, which integrates Spring-Security 2.0.4. So I'm guessing there's a compatibility issue on that front now.
Could someone tell me which combinations of versions of Spring, Spring-flex and Spring-security are supposed to work? I'm a little lost here.


Reply With Quote
