Uploaded image for project: 'JBoss Server Migration Tool'
  1. JBoss Server Migration Tool
  2. CMTOOL-178

Add support for WildFly 12.0 and EAP 7.2.0 (Dev)

    XMLWordPrintable

Details

    • New Feature
    • Resolution: Done
    • Major
    • 1.1.0.CR1
    • None
    • None
    • None

    Description

      This would give us a possibility to run our tests against lastest WF/EAP bits and hopefully discover any backward compatibility issues in advance.

      actual

      $ ./jboss-server-migration.sh --source $SOURCE_SERVER --target /home/pkremens/workspace/jboss-eap-7.2
      ...
      Retrieving servers...
      java.lang.IllegalArgumentException: WFCMTOOL000006: Failed to retrieve server TARGET, from base dir /home/pkremens/workspace/jboss-eap-7.2.
      	at org.jboss.migration.core.ServerMigration.getServer(ServerMigration.java:186)
      	at org.jboss.migration.core.ServerMigration.run(ServerMigration.java:134)
      	at org.jboss.migration.cli.CommandLineServerMigration.main(CommandLineServerMigration.java:118)
      

      Same goes for upstream

      java.lang.IllegalArgumentException: WFCMTOOL000006: Failed to retrieve server TARGET, from base dir /home/pkremens/devel/wildfly/dist/target/wildfly-12.0.0.Alpha1-SNAPSHOT.
      	at org.jboss.migration.core.ServerMigration.getServer(ServerMigration.java:186)
      	at org.jboss.migration.core.ServerMigration.run(ServerMigration.java:134)
      	at org.jboss.migration.cli.CommandLineServerMigration.main(CommandLineServerMigration.java:118)
      

      Attachments

        Activity

          People

            emartins@redhat.com Eduardo Martins
            pkremens@redhat.com Petr Kremensky (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: