[JBoss JIRA] (WFLY-10652) Mdb Clustered Singleton Delivery is not working
by Paul Ferraro (JIRA)
[ https://issues.jboss.org/browse/WFLY-10652?page=com.atlassian.jira.plugin... ]
Paul Ferraro commented on WFLY-10652:
-------------------------------------
MdbDeliveryDependenciesProcessor should be changed to depend on CLUSTERED_SINGLETON_CAPABILITY.getCapabilityServiceName().
> 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)
6 years, 8 months
[JBoss JIRA] (WFLY-10652) Mdb Clustered Singleton Delivery is not working
by Paul Ferraro (JIRA)
[ https://issues.jboss.org/browse/WFLY-10652?page=com.atlassian.jira.plugin... ]
Paul Ferraro edited comment on WFLY-10652 at 6/28/18 6:37 PM:
--------------------------------------------------------------
[~flavia.rainone] Are clustered MDBs covered by the testsuite? I can't seem to find any tests. If not, -do you have a reproducer- (and can we create a test from it)?
nm - looks like the reproducer is the quickstart.
was (Author: pferraro):
[~flavia.rainone] Are clustered MDBs covered by the testsuite? I can't seem to find any tests. If not, do you have a reproducer (and can we create a test from it)?
> 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)
6 years, 8 months
[JBoss JIRA] (WFLY-10652) Mdb Clustered Singleton Delivery is not working
by Paul Ferraro (JIRA)
[ https://issues.jboss.org/browse/WFLY-10652?page=com.atlassian.jira.plugin... ]
Paul Ferraro commented on WFLY-10652:
-------------------------------------
[~flavia.rainone] Are clustered MDBs covered by the testsuite? I can't seem to find any tests. If not, do you have a reproducer (and can we create a test from it)?
> 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)
6 years, 8 months
[JBoss JIRA] (WFLY-10653) [GSS] (7.1.z) degraded performance from ImportedClassELResolver
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/WFLY-10653?page=com.atlassian.jira.plugin... ]
Ilia Vassilev moved JBEAP-14960 to WFLY-10653:
----------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-10653 (was: JBEAP-14960)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Web (Undertow)
(was: Web (Undertow))
Fix Version/s: (was: 7.1.4.GA)
> [GSS] (7.1.z) degraded performance from ImportedClassELResolver
> ---------------------------------------------------------------
>
> Key: WFLY-10653
> URL: https://issues.jboss.org/browse/WFLY-10653
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Reporter: Ilia Vassilev
> Assignee: Ilia Vassilev
>
> Some cases have shown degraded performance on 7.1 compared to 7.0 because of extra processing overhead added in 7.1's new org.wildlfy.extension.undertow.ImportedClassELResolver.getValue method and its underlying javax.el.ImportHandler.resolveClass calls.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 8 months
[JBoss JIRA] (WFLY-10652) Mdb Clustered Singleton Delivery is not working
by Flavia Rainone (JIRA)
[ https://issues.jboss.org/browse/WFLY-10652?page=com.atlassian.jira.plugin... ]
Flavia Rainone commented on WFLY-10652:
---------------------------------------
[~pferraro] I can see that depending on org.wildfly.ejb3.clustered.singleton.singleton fixes the problem above. However, it appears there is no org.wildfly.ejb3.clustered.singleton.primary service anymore. Did that service also changed its name? I need the name of the primary service that identifies the elected singleton node, i.e., the lifecycle service that is UP only in the elected node.
If you need any pointers, the service is created in ClusteredSingletonServiceCreator, and the service dependencies are set in MdbDeliveryDependenciesProcessor.
So, changing line 97 of MdbDeliveryDependenciesProcessor to
{{.addDependency(CLUSTERED_SINGLETON_CAPABILITY.getCapabilityServiceName().append("singleton")).install();}}
solved the problem described in this Jira. Still, the messages are never delivered to a node, even if the cluster contains only a single node. That's why I'm betting that the service named CLUSTERED_SINGLETON_CAPABILITY.getCapabilityServiceName().append("primary") no longer has the same name. (see line 77 of MdbDeliveryDependenciesProcessor) .
Thanks for your help!
> 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)
6 years, 8 months
[JBoss JIRA] (WFLY-10652) Mdb Clustered Singleton Delivery is not working
by Flavia Rainone (JIRA)
[ https://issues.jboss.org/browse/WFLY-10652?page=com.atlassian.jira.plugin... ]
Flavia Rainone reassigned WFLY-10652:
-------------------------------------
Assignee: Flavia Rainone
> 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)
6 years, 8 months
[JBoss JIRA] (WFLY-10652) Mdb Clustered Singleton Delivery is not working
by Flavia Rainone (JIRA)
Flavia Rainone created WFLY-10652:
-------------------------------------
Summary: 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
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)
6 years, 8 months