Hello!
Is there any way to have properties with commas? For example:
@Property(name = RemoteUserReplicationComponent.PROPERTY_LDAP_BIND_DN,
label = "%component.ldap.bind.dn.label",
description = "%component.ldap.bind.dn.description",
value="uid=admin,ou=system")
Felix Webconcole Configuration Manager shows default value as
"uid=admin" because Felix Metatype service treat this value as
two-valued, [ "uid=admin", "ou=system" ]. Explicit adding of
`cardinality=0` to @Property seems doesn't help. Is there the way to
have comma-containing property values?
Thanks,
Victor.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]