12-14-2007 07:09 AM
12-19-2007 09:54 AM
beans/
bean[@id='ldapPeopleExportSource2']/
property[@name='searchBase']/
value
= ${ldap.synchronisation.personSearchBase2}
This needs changes to the file 'ldap-synchronisation.properties'. Add another variable called 'ldap.synchronisation.personSearchBase2'beans/
bean[@id='ldapPeopleImport2']/
property[@name='exportSource']/
ref[@bean='ldapPeopleExportSource2']
3. Copy the entire section of the 'ldapPeopleTrigger' bean and add the unique suffice to the id.beans/
bean[@id='ldapPeopleTrigger2']/
property[@name='jobDetail']/
bean[@id='dapPeopleJobDetail2']/
property[@name='jobDataAsMap']/
map/
entry[@key='bean']/
ref[@bean='dapPeopleImport2']
In this section don't forget to create another cron expression just for this bean. beans/
bean[@id='ldapPeopleTrigger2']/
property[@name='cronExpression']/
value
= ${ldap.synchronisation.import.person2.cron}
This needs changes to the file 'ldap-synchronisation.properties'. Add another variable called 'ldap.synchronisation.import.person.cron2'Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.