[
https://issues.jboss.org/browse/WFLY-6068?page=com.atlassian.jira.plugin....
]
Jeff Mesnil updated WFLY-6068:
------------------------------
Summary: Warn that attribute failback-delay is handled (was: Attribute
failback-delay is not migrated)
Warn that attribute failback-delay is handled
----------------------------------------------
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
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)