Hi, On 13.08.2010 08:10, Victor Antonovich wrote: > 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")
Have you tried escaping the comma with a backslash ? Regards Felix > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

