found the solution:
ldapTemplate.search returns java.util.LinkedList instead of the object I have expected.
Type: Posts; User: moemail@msn.com; Keyword(s):
found the solution:
ldapTemplate.search returns java.util.LinkedList instead of the object I have expected.
Hi,
I am getting ClassCastException when i carry out an ldap search over an anonymous context source. it works fine when i use an authenticated context source. I have attached the code below,
...
many thanks. that worked nicely
Hi,
I am performing a search in OID(Oracle Internet Directory) to return back an object/attribute of multiple values, but what i get is just the first value of that object.
my code is as...