validatePeriodically attribute required on LDAP DataConnector
Basics
Technical
Logistics
Basics
Technical
Logistics
Description
The LDAPDataConnectorParser always includes a search validator on a connection pool. This causes a BeanCreationException since the ldaptive connection pool does a sanity check to ensure that if a validator is set some type of validation is also configured.
Environment
None
Activity
Daniel FisherJuly 29, 2016 at 4:43 AM
Fixed in r8307.
Changed the parser implementation to only include a search validator when validatePeriodically is true.
Daniel FisherJuly 24, 2016 at 7:18 PM
Potential fixes:
deprecate the validatePeriodically attribute and require pool validation
change the parser implementation to only include the search validator when validatePeriodically is true
The LDAPDataConnectorParser always includes a search validator on a connection pool.
This causes a BeanCreationException since the ldaptive connection pool does a sanity check to ensure that if a validator is set some type of validation is also configured.