Pedro Igor resolved Bug PLINK-403 as Done

Connection pool supported added. Here is a configuration example:

Properties properties = new Properties();

        // connection pooling configuration
        properties.put("com.sun.jndi.ldap.connect.pool", "true");
        properties.put("com.sun.jndi.ldap.connect.pool.authentication", "simple");
        properties.put("com.sun.jndi.ldap.connect.pool.maxsize", "10");
        properties.put("com.sun.jndi.ldap.connect.pool.prefsize", "5");
        properties.put("com.sun.jndi.ldap.connect.pool.timeout", "300000");
        properties.put("com.sun.jndi.ldap.connect.pool.debug", "off");
Change By: Pedro Igor (07/Apr/14 12:39 PM)
Status: Open Resolved
Resolution: Done
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira