[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
Fri Nov 13 10:54:00 EST 2015
[ https://issues.jboss.org/browse/WFLY-5678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Mesnil moved JBEAP-1911 to WFLY-5678:
------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-5678 (was: JBEAP-1911)
Workflow: GIT Pull Request workflow (was: CDW v1)
Component/s: JMS
(was: JMS)
(was: Migration)
Target Release: (was: 7.0.0.GA)
Affects Version/s: 10.0.0.CR4
(was: 7.0.0.DR13 (Alpha))
> [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
>
> 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