[jboss-jira] [JBoss JIRA] (WFLY-5104) [Migration operation] Attribute override-in-vm-security is not migrated
Jeff Mesnil (JIRA)
issues at jboss.org
Tue Aug 18 08:26:26 EDT 2015
[ https://issues.jboss.org/browse/WFLY-5104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Mesnil resolved WFLY-5104.
-------------------------------
Resolution: Rejected
The override-in-vm-security is properly migrated.
You don't see it in the new messaging-activemq XML configuration because "true" is its default value and thus is not persisted in XML.
However, I've checked that if my old messaging hornetq-server has:
{noformat}
<override-in-vm-security>false</override-in-vm-security>
{noformat}
after the migration, the new messaging-activemq server has:
{noformat}
<security override-in-vm-security="false"/>
{noformat}
> [Migration operation] Attribute override-in-vm-security is not migrated
> -----------------------------------------------------------------------
>
> Key: WFLY-5104
> URL: https://issues.jboss.org/browse/WFLY-5104
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 10.0.0.Beta1
> Reporter: Miroslav Novak
> Assignee: Jeff Mesnil
>
> Attribute override-in-vm-security is not migrated to ArctiveMQ Artemis configuration:
> {code}
> <override-in-vm-security>true</override-in-vm-security>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list