Skip to content

Scheduled validation & report

Marwane Kalam-Alami edited this page Jun 28, 2012 · 6 revisions

This page is related to a feature currently in development (Issue #106)

Summary

  1. The process
  2. Creating a new scheduled validation
  3. Validation reports

The process

Discovery recording

  • Use run manager to create and start a new record run (see Exchange record, replay & more)
  • Use any discovery tool to trigger dicovery notifications to record
  • Stop the record

Discovery scheduling/execution/validation

  • Configure replay scheduling though an XML contribution (see below)
  • Run Nuxeo
  • When the scheduled validation is run, a report is made and saved (see below)

Creating a new scheduled validation

  <extension target="org.easysoa.core.service.ValidationSchedulerComponent" point="schedules">
    <schedule runName="myRun" targetEnvironment="Master" cronExpression="0 * * * * ?" />
  </extension>

Validation reports

Reports can be found stored as files attached to the Workspace document.

Clone this wiki locally