Quick follow-up:
I have confirmed that we've got the CLA on file.
Jose, I apologize that you didn't hear anything back...not sure what happened there, but it definitely got processed.
Type: Posts; User: jeremyg484; Keyword(s):
Quick follow-up:
I have confirmed that we've got the CLA on file.
Jose, I apologize that you didn't hear anything back...not sure what happened there, but it definitely got processed.
Hey Guys,
Awesome, I just saw the pull request notification. I'll review and commit as soon as I can...hopefully by the end of this week, assuming I can figure out what happened to Jose's CLA.
...
Jose,
That sounds excellent. I will be sure to keep an eye out for your potential contributions. Feel free to use the this forum if you have any questions, and I'll try to monitor it more...
Hey guys,
Basically what it comes down to is that there have been no new releases of BlazeDS since we released 1.5, thus no obvious need for us to further move the project forward, especially in...
Fantastic...I will try and get your work merged ASAP.
Check this thread which covers this exact topic:
http://forum.springsource.org/showthread.php?105586-Auto-login-with-Flex-Client-amp-BlazeDS-with-spring-security
I don't have any specific AIR examples, but I would suggest checking two things:
1. Make sure the sessionId is getting propagated correctly (usually this happens via a cookie)
2. Make sure you...
It looks like you might be messing some dependencies. Can you share your project configuration and classpath setup?
Yes, Spring Integration is exactly the way to go. You can define a channel in the parent context, and then wire it up to flex in the web context.
Git repo is available: https://github.com/SpringSource/spring-flex-roo - I've not had a chance to write up dev environment instructions as promised, but go ahead and fork away if you know what you're...
With the GA release of Spring BlazeDS Integration 1.5.0, it is time (overdue, in fact) that I officially address the state of the Flex Addon for Spring Roo with the community.
As many of you have...
See the top post for the release info for Spring BlazeDS Integration 1.5.0 GA.
We published it on Friday and have just been waiting for it to propagate to Maven Central (which it has done now...see...
Spring doesn't actually do the parsing of services-config.xml, rather BlazeDS does it. As such, the only way to set custom tokens in services-config is via system properties. See:...
I'm not certain of the current status of it, but yes Adobe has been working on LCDS integration. As I understand it, it is to be included with the next release of LCDS.
Thanks for catching this! I've reverted back to the conditional call logic and pushed to trunk.
Indeed, this is definitely a bug. Would you mind opening a Jira? https://jira.springsource.org/browse/FLEX
Thanks for the testing and report!
Ahh right, sorry, I said that without actually looking at the distro. In that case you would either need to build from SVN, or point to the Spring milestones repo so that it will pull the parent pom.
Well, typically you shouldn't need to build spring-flex-core yourself at all, unless you are trying to make changes to it. I would expect the more common case to be only importing and building the...
See the top post for the release info for Spring BlazeDS Integration 1.5.0.RC1.
You might want to stop and consider that there is a reason things currently work the way they do before calling the developers of the open source project you are trying to use "stupid". Such...
Thanks for digging into this and for the detailed analysis...I believe everything should be getting cleaned up properly now in 1.5.
You shouldn't need to use a custom LoginCommand to change the method of Authentication to use the database. Rather, you should just change the base Spring Security configuration to use a different...
I believe that is already corrected in the latest nightly builds.
It should definitely work, as there are not any changes in Flex 4.5 that effect the way remoting and messaging function.
That said, it looks like you've got several things wrong. There usually...