Thanks for the advise. I checked the setLdapTemplate method and the value is being set properly. I was NOT injecting the LdapDao into the bean that uses it, so it was creating a new reference that...
Type: Posts; User: mpiscatello; Keyword(s):
Thanks for the advise. I checked the setLdapTemplate method and the value is being set properly. I was NOT injecting the LdapDao into the bean that uses it, so it was creating a new reference that...
Here is what I am getting in the log:
2006-08-01 08:38:31,881 DEBUG [main] support.AbstractContextSource - AuthenticationSource not set - using default implementation
2006-08-01 08:38:31,972...
Here is the bean configuration and the code. I am using other beans in my configuration that are working so I know spring is reading the file.
<bean id="contextSource"
...
The ldapTemplate is null in the bean that is getting it. No errors, what can I do to troubleshoot?
Thanks