Reference system 0.25

Reference system 0.25

 

Planned release: 23.05 2013.

Highlights

New dashboard web gui 

Updating from 0.24

ReferenceSettings
  • The workflow scheduling configuration in the integrity settings has been extended to allow configuration of individual workflows. The means the <SchedulerInterval> in the IntegrityServiceSettings should be replaced a <WorkflowSchedulerSettings> element, where a example is show below:

      <WorkflowSchedulerSettings> <WorkflowSchedules> <WorkflowSchedule> <WorkflowClass>org.bitrepository.integrityservice.workflow.CompleteIntegrityCheck</WorkflowClass> <WorkflowInterval>86400000</WorkflowInterval> </WorkflowSchedule> </WorkflowSchedules> </WorkflowSchedulerSettings>

    This will cause the CompleteIntegrityCheck to run on a daily basis.