Skip to content
Ondrej Zizka edited this page Jul 16, 2013 · 14 revisions

A Migrator is an implementations of the IMigrator interface. Each is a de-facto module of the migration application.

Each migrator is responsible for scanning the AS 5 or EAP 5 configuration files, extracting it configuration data and translating it to AS 7 / WildFly 8 format.

The following list of pages describes individual migrators in terms of:

  • Scope - the area of configuration is it responsible for
  • The files it introspects and the data it extracts, if any
  • Configurables - conf.<migrator>.* options to affect the behavior
  • Known issues / TODO's
  • Technical/logical limitations (N/A in AS 7 etc.)

For migrator development, see How to Implement IMigrator.

Implemented migrators

Migrators in progress or planned (see MIGR-37)

Use MigratorTemplate when adding a new Migrator page.