Thank you. I will do a series of tests over the weekend and update this thread. Btw, my version 2.7.1 is working fine so as long as I don't update I'm fine.
Type: Posts; User: marshapetry; Keyword(s):
Thank you. I will do a series of tests over the weekend and update this thread. Btw, my version 2.7.1 is working fine so as long as I don't update I'm fine.
I have the log of the update (looks like 9/28). Looks like I have a lot of ui.file.save errors for the last month so that's probably no big deal.
My STS plugins:
PyDev
PyDev Mylyn Integration...
I installed STS 2.7.1 on Aug 1 and was running fine. Then stupid, Stupid! me, on Sept 30? 29? clicked the "updates are downloaded, ready to install box". I guess I updated to 2.7.2.
On restart I...
I need to configure a variable number, 1-n, of jndi datasources (and then daos and other beans that ref=datasource). The datasources are known at deployment time; dynamic datasources are not needed...
Yes, you are correct. If I use jndi with setting ReturningObjFlag to true, it requests the javaXXXX attrs.
I guess I did not realize that ContextMapper intentionally always gets those extra...
Well, I'll be...
I did find a difference.
When I use a context mapper, it doesn't matter whether I set ReturningObjFlag to true or false, the ldap request *always* asks for the javaXXXX attrs....
You've probably already caught this one since it's just a typo when you created the xml file:
<bean id="contextSource" class="org.springframework.ldap.core.support.LdapC ontextSource">...
Thank you, I will try to do my formatting better.
At this point ldap admin has compromised and is OK with the javaXXXX attrs - they are not causing any problems and are taking only minimal (if...
After more testing, webLogic is irrelevant... please ignore that.
I ran the sample PersonDaoImpl & TraditionalPersonDaoImpl from the 1.3.3 release and got equal results (yeah for that!)
The...
Disclosure: I'm new at spring-ldap and I didn't write this code but now have to debug. Even so, I sure would appreciate the help...
We've started using spring-ldap-1.3.3 with WebLogic 9.2. ...