[jboss-jira] [JBoss JIRA] (WFLY-10652) Mdb Clustered Singleton Delivery is not working
Paul Ferraro (JIRA)
issues at jboss.org
Fri Jun 29 09:54:03 EDT 2018
[ https://issues.jboss.org/browse/WFLY-10652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Paul Ferraro updated WFLY-10652:
--------------------------------
Comment: was deleted
(was: {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/jboss/as/ejb3/subsystem/EJB3SubsystemAdd.java#L500
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)
More information about the jboss-jira
mailing list