Search:

Type: Posts; User: Aditi; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,357

    I appreciate the help. But what I had in mind...

    I appreciate the help.
    But what I had in mind was, Spring-LDAP usually throws a org.springframework.ldap.NamingException for any type of error that occured. I want to know the actual cause of...
  2. Replies
    3
    Views
    1,357

    Catching Exceptions through Spring-LDAP

    I have following piece of code in the DAO class:


    try{
    contact= ldapTemplate.lookup(new DistinguishedName(dN),new ContactContextMapper());
    }
    catch(Exception e)
    {
    ...
  3. Replies
    2
    Views
    2,484

    Why don't you extract it as a byte[] and convert...

    Why don't you extract it as a byte[] and convert it into String using toString() method?
  4. Replies
    7
    Views
    2,505

    I tried the code for Active Directory and it...

    I tried the code for Active Directory and it doesn't work.
    When I try to register the listener it gives me javax.naming.OperationNotSupportedException.
    The exact error is

    LDAP: error code 12 -...
  5. Replies
    7
    Views
    2,505

    Active Directory doesn't support persistent search?

    I googled for persistent search and that is exactly my requirement...
    Correct me if I am wrong, but I don't believe Active Directory supports it. Any workaround?
    Thanks,
  6. Replies
    7
    Views
    2,505

    synchronize relational database with LDAP directory

    Looks like there is no other way.
    I would like to synchronize my relational database with LDAP directory.
    I know LDAP doesn't support triggers, but how do I know that a change has occured in LDAP...
  7. Replies
    7
    Views
    2,505

    import data from LDAP to a relational database

    I want to import data from LDAP to a relational database.
    Does Spring-LDAP provide any support for this?

    Thanks,
  8. Replies
    9
    Views
    2,493

    Sorry I dont have access to Oracle LDAP directory...

    Sorry I dont have access to Oracle LDAP directory but if it is an Octet String type then I cant fathom the problem. I have worked on fetching X509certificates from Active Directory and I was able to...
  9. Replies
    9
    Views
    2,493

    Why don't you convert the String to byte[] ?

    Why don't you convert the String to byte[] ?
  10. Attribute Names to be fetched available only at runtime.

    If the attributes to be fetched are only available at runtime, is it possible to use ContextMapper for such type of operation.I believe DirContextAdapter context object will contain all the...
  11. Replies
    11
    Views
    2,523

    Ok.Great.I am looking at the trunk now.

    Ok.Great.I am looking at the trunk now.
  12. Replies
    11
    Views
    2,523

    Thanks.I tried it, it worked.I should have...

    Thanks.I tried it, it worked.I should have figured that out.
  13. Replies
    11
    Views
    2,523

    Currently I will stick to AttributesMapper.I...

    Currently I will stick to AttributesMapper.I think it will cater to my needs.
  14. Replies
    11
    Views
    2,523

    Ok.Thanks!

    Ok.Thanks!
  15. Replies
    11
    Views
    2,523

    AttributesMapper as a workaround?

    Looking forward for 1.3 release!:) As a workaround I am working with AttributesMapper for now. Any cons working with AttributesMapper instead of ContextMapper? Thanks ulsa for the quick response.
  16. Replies
    11
    Views
    2,523

    No method as getObjectAttributes() of DirContextAdapter?

    I am using Spring LDAP (Version 1.2.1) and want to fetch multi-valued attributes.So according to the reference I am trying to use getObjectAttributes() of DirContextAdapter, but I could not find the...
  17. Replies
    11
    Views
    2,523

    Fetch binary multivalued attributes

    How should I fetch binary multivalued attributes? I could find method for fetching text attribute.
  18. Replies
    1
    Views
    1,627

    Returns last value from userCertificate multivalued attribute

    Isn't there a method which is equivalent to getStringAttributes() for binary attributes as well? :( How should I get binary multivalued attribute?
  19. Replies
    1
    Views
    1,627

    Retrieving userCertificate from AD

    Hi,
    I am new to Spring as well as LDAP.
    I want to retrieve cetificates from Active Directory. For this I am using a ContextMapper which maps the attributes from AD to my bean. For retrieving...
  20. Replies
    1
    Views
    2,830

    Configuring OpenMQ

    Can anybody provide a pointer for configuring Spring with OpenMQ? I am using Glassfish with OpenMQ.All the examples that I have come across use ActiveMQ.
    Thanks,
    Aditi
Results 1 to 20 of 21