[
https://issues.jboss.org/browse/WFLY-6068?page=com.atlassian.jira.plugin....
]
Jeff Mesnil reopened WFLY-6068:
-------------------------------
Warning is not displayed when the failback-delay is discarded during migration
Warn that attribute failback-delay is handled automatically
-----------------------------------------------------------
Key: WFLY-6068
URL:
https://issues.jboss.org/browse/WFLY-6068
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 10.0.0.CR5
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Fix For: 10.0.0.Final
Attribute {{failback-delay="6000"}} is not migrated.
The migrated configuration should like:
{code}
<shared-store-master failover-on-server-shutdown="true"
failback-delay="6000" />
{code}
but there is just:
{code}
<shared-store-master failover-on-server-shutdown="true" />
{code}
See failed test in Jenkins:
[1]
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap7-migration-stand...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)