Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    603

    Attributes other than String

    I am using the Context mapper to get the list of Attributes from LDAP
    Following is the code

    private class PersonContextMapper extends AbstractContextMapper {
    public Object...
  2. Replies
    6
    Views
    1,291

    Thanks for the replies. It worked for me...

    Thanks for the replies.
    It worked for me
    Datasource in spring configuration was done as follows

    <bean id="dataSourceLP4" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">...
  3. Replies
    6
    Views
    1,291

    SimpleJDBCTemplate

    Hi,

    I am using the Tomcat server.I am configuring the spring datasource beans in the applicationContext.xml which I have given in my previous post.

    I have injected the bean LP4DatabaseDaoImpl...
  4. Replies
    6
    Views
    1,291

    SimpleJdbcTemplate with Java 6

    Hi,



    I am trying to use the SimpleJdbcTemplate of Spring JNDI to establish the database connections. THe Spring configuration files are as follows

    I am instantiating the bean in the class as...
  5. Replies
    1
    Views
    1,026

    Fetch multiple records

    Hi,

    I need to fetch multiple records from a tree in LDAP,
    Which is the best method to do so?
    I read about the Paged Serach Control , but is there is easier way to do it using the...
  6. Replies
    3
    Views
    804

    Hi Ulsa, I dint mean multiple attributes. I...

    Hi Ulsa,

    I dint mean multiple attributes.
    I meant how to insert multiple entries for a tree.
    For example I need to insert uid="john" uid="smith" uid="jane" and henceforth for a tree .
    That...
  7. Replies
    3
    Views
    804

    Bind multiple entries

    Hi

    I need to insert multiple entries into the LDAP for a dn.
    Is it possible to do so using the spring-ldap-1.3.0?
    I find the bind method where single entry can be made.
    Please help
  8. Replies
    2
    Views
    1,224

    Thank you very much for your suggestion. It...

    Thank you very much for your suggestion.
    It worked.
  9. Replies
    2
    Views
    1,224

    ldapTemplate.search()

    Hi,

    I am using spring-ldap-1.3.0.
    I am trying to find entries in an OpenDS ldap server.
    I referred the following method from Spring ldap api
    public List search(Name base,
    ...
Results 1 to 9 of 9