[
https://issues.jboss.org/browse/WFLY-10652?page=com.atlassian.jira.plugin...
]
Miroslav Novak reopened WFLY-10652:
-----------------------------------
[~pferraro] Clustered Singleton MDB is still broken. Problem is that none of MDBs in
cluster gets activate. I could reproduce it in quickstart as well.
Here is reproducer:
{code}
git clone
git://git.app.eng.bos.redhat.com/jbossqe/eap-tests-hornetq.git
cd eap-tests-hornetq/scripts/
git checkout eap7.2.0.EO12
groovy
-DEAP_ZIP_URL=https://eap-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/early-testing-messaging-prepare/538//artifact/jboss-eap.zip
PrepareServers7.groovy # it's Widfly master build - 1 day old
export WORKSPACE=$PWD
export JBOSS_HOME_1=$WORKSPACE/server1/jboss-eap
export JBOSS_HOME_2=$WORKSPACE/server2/jboss-eap
export JBOSS_HOME_3=$WORKSPACE/server3/jboss-eap
export JBOSS_HOME_4=$WORKSPACE/server4/jboss-eap
cd ../jboss-hornetq-testsuite/
mvn -Deap7.clients.version=7.1531249415-wildfly-master-SNAPSHOT clean install -B
-Dtest=ClusteredSingletonMDBTestCase#clusterMDBSigletonTestDescriptorsShutdown
{code}
I'll reopen this jira.
Mdb Clustered Singleton Delivery is not working
------------------------------------------------
Key: WFLY-10652
URL:
https://issues.jboss.org/browse/WFLY-10652
Project: WildFly
Issue Type: Bug
Components: EJB
Reporter: Flavia Rainone
Assignee: Paul Ferraro
Fix For: 14.0.0.CR1
When trying to deploy an application with clustered singleton MDB delivery, we see this
error:
"WFLYCTL0412: Required services that are not installed:" =>
["org.wildfly.ejb3.clustered.singleton"],"WFLYCTL0180: Services with
missing/unavailable dependencies" =>
["jboss.deployment.unit.\"messaging-clustering-singleton.war\".clustered.singleton.dependency
is missing [org.wildfly.ejb3.clustered.singleton]"]}}}
The clustered singleton service is not being installed with the expected name.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)