[jboss-jira] [JBoss JIRA] (WFLY-5678) [Migration operation] :migrate operation should return outcome success when migrating expressions jgroup stack in discovery group
Jeff Mesnil (JIRA)
issues at jboss.org
Thu Dec 10 05:38:01 EST 2015
[ https://issues.jboss.org/browse/WFLY-5678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Mesnil reopened WFLY-5678:
-------------------------------
> [Migration operation] :migrate operation should return outcome success when migrating expressions jgroup stack in discovery group
> ---------------------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-5678
> URL: https://issues.jboss.org/browse/WFLY-5678
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 10.0.0.CR4
> Reporter: Jeff Mesnil
> Assignee: Jeff Mesnil
> Priority: Blocker
> Fix For: 10.0.0.CR5
>
>
> If configuration for jgroups stack in discovery group contains expression:
> {code}
> <discovery-group name="groupU">
> <jgroups-stack>${jgroups.stack:udp}</jgroups-stack>
> <jgroups-channel>${jgroups.channel:udp}</jgroups-channel>
> </discovery-group>
> {code}
> then :migrate operation has {{outcome => failed}}:
> {code}
> [standalone at 127.0.0.1:9999 /] /subsystem=messaging:migrate
> {
> "outcome" => "failed",
> "result" => {
> "migration-warnings" => [],
> "migration-error" => {
> "operation" => {
> "jgroups-stack" => expression "${jgroups.stack:udp}",
> "jgroups-channel" => expression "${jgroups.channel:udp}",
> "operation" => "add",
> "address" => [
> ("subsystem" => "messaging-activemq"),
> ("server" => "default"),
> ("discovery-group" => "groupU")
> ],
> "operation-headers" => {
> "caller-type" => "user",
> "access-mechanism" => "NATIVE"
> }
> },
> "result" => {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0264: jgroups-stack may not be ModelType.EXPRESSION",
> "rolled-back" => true
> }
> }
> },
> "failure-description" => "WFLYMSG0081: Migration failed, see results for more details.",
> "rolled-back" => true
> }
> {code}
> Based on my understanding there should be outcome success with warning.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list