Didn't have to do anything special in Spring to make the application clusterable other than:
1 ) In web.xml add the tag <distributable/>
2 ) Make sure that all Spring beans with session scope been...
Type: Posts; User: luistrigueiros; Keyword(s):
Didn't have to do anything special in Spring to make the application clusterable other than:
1 ) In web.xml add the tag <distributable/>
2 ) Make sure that all Spring beans with session scope been...
Greetings,
Recently develop a clustered Tomcat Spring 3.0 app with AOP proxyed Spring 3.beans.
Having found problems with AOP proxyed Spring beans had to avoid using @Autowire in favor off...
Thank you it make perfect sense.
Greetings
Why the table group_members does not have unique index for username column?
Why should username column be a reference to the table user column username ?
Is there a reason for this ?...
Hi,
I am extending and using org.springframework.security.provisioning.JdbcUserDetailsManager and did not
found a way to get user groups I'm binding to Spring implementation should it give the...
Greetings,
I'm currently integrating Spring Security in my application and developing Flex based user admin interface based on the object model defined by Spring Security.
Because the User and...