Thanks. That fixed it!
Type: Posts; User: htech; Keyword(s):
Thanks. That fixed it!
I downloaded the testdrive for M2 and it runs fine as is. I then took an existing BlazeDS application (which works) and am trying to convert it to use the new namespace. I'm using Spring 2.5.5. I...
My webapp is successfully authenticating and authorizing against an LDAP server. I just need hint on how to make my configuration more secure.
I tried to attach my entire...
I have two classes, call them XService and YService. XService is a simple class that doesn't extend anything. YService is a class that extends JdbcDaoSupport. In my applicationContext.xml file, I...
I did some more testing (with the same namespace config as in my first post), and I'm hoping the results will give a hint as to what is going on.
The over three minute timeout I'm experiencing...
I disabled pooling, and still got the same results. I will try your suggestion of removing spring from the equation and see if that makes a difference.
Thanks!
Well, no luck, but I thought I would post my most recent attempt. This uses beans instead of the security namespace, and therefore incorporates the setting of the LDAP timeout value. No errors in...
I am a spring/java newbie and thanks to great documentation and this excellent forum have been extremely successful my webapp up and running in little time. I'm using Spring 2.5.5, Spring Security...