validatePeriodically attribute required on LDAP DataConnector

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

Show:

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

Fixed

Details

Assignee

Reporter

Fix versions

Affects versions

Created July 24, 2016 at 7:17 PM
Updated November 11, 2016 at 12:29 AM
Resolved July 29, 2016 at 4:43 AM