[
https://issues.jboss.org/browse/WFLY-10652?page=com.atlassian.jira.plugin...
]
Paul Ferraro commented on WFLY-10652:
-------------------------------------
{quote}If I change line 77 of MdbDeliveryDependenciesProcessor to depend on
CLUSTERED_SINGLETON_CAPABILITY.getCapabilityServiceName(), it still doesn't work.
Apparently, there is no service with that name.{quote}
I see the problem. This service installation for this capability doesn't follow the
capability contract and installs its service using an unexpected service name, i.e.
CLUSTERED_SINGLETON_CAPABILITY.getCapabilityServiceName().append("creator")
See:
https://github.com/wildfly/wildfly/blob/master/ejb3/src/main/java/org/jbo...
The service installation should use
CLUSTERED_SINGLETON_CAPABILITY.getCapabilityServiceName() instead.
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: Flavia Rainone
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)