-
Notifications
You must be signed in to change notification settings - Fork 9
Migrators
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.
- MIGR-56 ClassloadingMigrator
- MIGR-9 MailServiceMigrator
- MIGR-42 JaxrMigrator for JAXR
- MIGR-45 RemotingMigrator for JBoss Remoting
- MIGR-39 Ejb3Migrator
- MIGR-44 MessagingMigrator for JBoss Messaging -> HornetQ
Migrators in progress or planned (see MIGR-37)
- MIGR-38 DeploymentScannerMigrator
- MIGR-40 CachingMigrator for JBoss Cache to Infinispan
- MIGR-41 JacorbMigrator
- MIGR-43 JcaMigrator for JCA
- MIGR-46 WebServicesMigrator
- MIGR-47 TransactionsMigrator
Use MigratorTemplate when adding a new Migrator page.