0
Fixed

Empty string fields cause a DN generator issues when they are used as key generator

Shane Day (Chief Technology Officer) 13 years ago updated by anonymous 8 years ago 4

When an empty or null string field is used as part of a generated DN for an adapter, they cause a ArgumentOutOfRangeException from the DNGenerators.

Suggestion is to supply a default value for this situation, or supply a better error message (or both).

Reassigned due to new project ownership.

Constant generator now throws a configuration error if configured with an empty constant value. Field value generator error message now more descriptive. Please confirm resolution.

As an aside, default values were considered, but would likely result in more problematic issues with duplicates and non-existant container objects being introduced.