3 Replies Latest reply on Sep 21, 2006 8:30 AM by weston.price

    JCA - LDAP

    dboeckli

      I started to develop a jca-ldap adapter. Meanwhile i found in some posting here and in the net that there are already free ldap adapter (eg. JCALDAP) around but i can't find any download-link or sources:

      http://www.jboss.com/index.html?module=bb&op=viewtopic&t=33486&start=0&postdays=postDays&postorder=postOrder&highlight=highlight
      http://www.jboss.com/index.html?module=bb&op=viewtopic&t=51303

      Many thanks for your help

      Dominique

        • 1. Re: JCA - LDAP
          dboeckli

          hmmm....no responses....perhaps it was a stupid question or nobody is interested in.

          Anyway, i nearly finished the JCA-LDAP Adapter.

          • 2. Re: JCA - LDAP
            tpnaidu79

            I am searching for a similar JCA-ldap adapter with no luck. Can you share your code for the jca-ldap adapter?

            Thank you,
            Prashanth.

            • 3. Re: JCA - LDAP
              weston.price

              Note, as of JDK 1.4.X, the LDAP connections provided by Sun allow for automatic pooling out of the box. So in some ways a JCA adapter for this are not neccesary. However, creating the LDAP/JCA adapter is a reasonable solution for managing the connections and gives a certain level of standardization to deploying and managing this type of connection in J2EE environment.