1 Reply Latest reply on Oct 2, 2005 1:43 PM by neelixx

    JBoss JNDI Datasources - Move to LDAP?

    arnieaustin

      I know it is possible to store Java objects in an LDAP server once the server's schema has been extended.

      The question now is does JBoss have a facility to store the data source information in an LDAP tree and pull them out at boot-time so we do not have to put that information in ASCII, unsecured files?

      If not, we right a Bean that would pull the information out, instantiate a class or two and then can we "register" the ready data source w/JBoss's JNDI service?

      Thanks in advance.