> I am attempting to create a searchRequestImpl within ColdFusion. Everything
> sets fine except the org.apache.directory.api.ldap.model.name.Dn. When I
> attempt to construct the class with an array of RDNs I get the following
> error: ColdFusion found 2 methods that match the provided arguments. If this
> is a Java object and you verified that the method exists, use the javacast
> function to reduce ambiguity.
>
> Any clue why this is? My best guess is it is confusing the RDN… constructor
> with the String… constructor. Not really sure how to get around this.