-
Bug
-
Resolution: Done
-
Major
-
35.0.1.Final
-
None
-
None
-
False
-
None
-
False
-
-
When calling the migration tool with additional java arguments like -Djboss.server.migration.domain.skip=true, the bat and ps1 script do not correctly pass these options to the java invocation.
The bat and ps1 scripts should replicate the sh script behavior and sort all script arguments into tool options and java options and pass them to the java invocation correctly.
Example invocation:
jboss-server-migration.bat --source C:\path\to\jboss_old --target C:\path\to\jboss_new --non-interactive -Djboss.server.migration.domain.skip=true
results in:
Unrecognized option: -Djboss.server.migration.domain.skip=true
while it should be accepted and passed as a java system parameter.
- blocks
-
JBEAP-29309 (8.0.z) CMTOOL-388 - Unrecognized option: -Djboss.server.migration.domain.skip=true while ruining jboss-server-migration
-
- Resolved
-
-
JBEAP-29531 (8.1.x) Unrecognized option: -Djboss.server.migration.domain.skip=true while ruining jboss-server-migration
-
- Resolved
-