> You are saying that you find your entry using search, but not using lookup. Correct?
correct.
> What is your base?
full distinguished name is:
dn = my rootdn in spring-spring: ...
Type: Posts; User: Pet; Keyword(s):
> You are saying that you find your entry using search, but not using lookup. Correct?
correct.
> What is your base?
full distinguished name is:
dn = my rootdn in spring-spring: ...
There's complete stack trace. When I not use lookup, but I find it with search method, it's right. There's problem with accessing root element. Root element have in spring-ldap empty path. When I...
Hi, problem is at user.setUid(context.getStringAttributes("uid")); line. But this reason is well for other operations. When property not set, you get default value and you get concrete data type and...
Hi,
when i accessing baseDN ( to modify ), I have problem in lookup method. This is the code:
result = (SynapseVH)ldapTemplate.lookup(buildSynapseVHDn(), new SynapseVHCM());
It's throw this...
Hi rasky,
when attribute exist in ldap, such as itbNN but not set ( has no value ), it throw NullPointerException. When you can get any value from ldap and value not set, you would like set default...
Hi,
I would like to post spring-ldap team my extension of DirContextAdapter.
When item in the ldap is not set, method context.getStringAttribute throw
exception NullPointerException. In practise...