Christian, Jabberz and rherrick thank you all so much for helping to find and fix this issue. I was getting this error Friday afternoon (and yesterday) and I was filled with anxiety thinking I'd...
Type: Posts; User: BrianBLong; Keyword(s):
Christian, Jabberz and rherrick thank you all so much for helping to find and fix this issue. I was getting this error Friday afternoon (and yesterday) and I was filled with anxiety thinking I'd...
Spring Forums, you're invaluable to me! Does anybody have any tips for me to use a vanilla HttpServlet in Java (a Spring-Flex project).
Thanks so much!
I'm also looking for it, if anyone has a link! Is there a nightly build link that includes it?
Hi all, I want to access a Servlet that's defined in web.xml (per my teams current implementation). It's not a Spring managed bean, instead it's defined in a jar that my team uses across a number of...
I definitely want to implement's Spring Security's LDAP model but I'm in iteration 1 of an internal RIA project that I'm hoping to wrap up quickly. Hopefully for iteration 2, I can get a bit more...
Hi all,
This thread is my alternative to moving a Flex thread on accessing UserDetails. Truthfully, I think I've got it working right, I'm just looking for confirmation from the community:
...
@jaggernat & @amiladomingo
Alright, so I've refactored my code & config and I'm still just looking for some confirmation. The good news is, it looks like things are working!
My...
Amila, thanks again for the support -
I want to grant privileges to users that I have in a database while using my teams standard method to verify NTLM/LDAP. They typically use a JSP page that...
Just to be sure, are the spring-security-3.0.5.RELEASE jars compatible with the Flex / BlazeDS components namely spring-flex-core-1.5.0.M2.jar ?
Ok, thanks Amila. Is that release only documented in the enclosed HTML rather than hosted here: http://static.springsource.org/spring-security/site/docs/ ?
I will be sure to use that version. ...
@jaggernat and @amiladomingo
I'm not sure I follow, could you point out an example of populating the roles via your CustomUserDetailService class? Are you setting properties on Spring managed...
@jaggernat
So for instance, somehow through the examples, I ended up with a bean declaration in security-config.xml like this:
<http auto-config="true">
<intercept-url...
jaggernat , I'm new to flex as well - I'll see if I can find something today and keep you posted. Do the same for me?
Thanks Jeremy, I definitely appreciate it. I think it was one of those things that I just sort of glanced over as a Spring newcomer. Learning it by mistake means I won't soon forget it though!...
This thread was a huge help to me :) I'm rushing through the reference docs to just get an app pushed out quickly (note that I'm new to both Flex and Spring) and I did not realize the annotation...
See: spring-flex-1.5.xsd not been released alongside sping-core 1.5.0.M2
...Is deleting threads enabled?
Hi,
I was going through the spring-flex-1.5.0.M2 samples and noticed the use of http://www.springframework.org/schema/flex/spring-flex-1.5.xsd in the config files. Eclipse through an error when...
Jeremy! This might be the best thing I've read all day, I wish I saw it earlier. I'm going to download the M2 version and see if I can get it running right away :)
Thanks!
Christian,
Looks like that worked! Although... I'll be sure to watch for it through today. I'm just starting to work with STS, looks like a pretty cool plugin for the most part.
Thanks!
Hi, I'm wondering if there's any update on this in the short term? I'm a bit of an amateur, but in my Progress panel I've got "Initializing Spring UAA (Sleeping)" listed there all of the time...
...
Is there a standard way to do a JSP authentication that then opens up the Flex app ?
Just to save some time, I posted on StackOverflow regarding the 1.5 "Test Drive" sample app:
http://stackoverflow.com/questions/4935030/does-the-spring-flex-1-5-sample-work
Any help would be...
Hi all,
I ended up using the following config to get logging working properly with Spring and log4j.xml
In WEB-INF/web.xml, I'm using:
<!-- log4j configuration in web.xml -->...