Issue #526 has been updated by Raphaël Ouazana. Target version changed from 2.1 to Not planned
---------------------------------------- Bug #526: Unable to override a service impl with JAXB http://tools.lsc-project.org/issues/526 Author: Stéphane Bond Status: Assigned Priority: Normal Assigned to: Sébastien Bahloul Category: Core Target version: Not planned Problem in version: With the new JAXB configuration, this is not possible anymore to override a service to provide a custom behavior. For example, org.lsc.jndi.ActiveDirectoryDstService extends SimpleJndiDstService to handle synchronization over the AD "memberOf" attribute. (See issue #338) It would be usefull to be able to specify a custom implementation like this: <ldapDestinationService implementationClass="org.lsc.jndi.ActiveDirectoryDstService"> The attached patch move the "implementationClass" attribute to the "serviceType" so it's possible to provide a custom implementation to all services type, not only for plugins. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

