<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<p dir="ltr"><br>
On Aug 5, 2015 7:08 AM, Rod Widdowson <rdw@steadingsoftware.com> wrote:<br>
> You may or may not need a BeanFactory. In V3 you cannot create an object in the parser and plug it in to the builder because if you do property replacement won't work. So if your Connector has setters which take Objects which are more complex than Strings/booleans/integers
you will need a factory. I can expand if you need details.</p>
<p dir="ltr">I would appreciate more information about complex setters. My sample DC was all strings, but I have a more complex DC that needs to handle certificates. In the v2 version, I mimicked what was done in the LDAP connector, but I struggled to easily
see the right way to do it based on the V3 LDAP connector.</p>
<p dir="ltr">Thanks,<br>
Jeff<br>
</p>
</body>
</html>