]
RH Bugzilla Integration updated WFLY-3846:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References:
JMS resources allows duplicate JNDI entries
-------------------------------------------
Key: WFLY-3846
URL:
https://issues.jboss.org/browse/WFLY-3846
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 8.1.0.Final
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Fix For: 9.0.0.Alpha1
The JMS resources that can be stored in JNDI (connection-factory,
pooled-connection-factory, jms-queue, jms-topic) does not check whether their list of JNDI
entries contains duplicates.
At runtime, duplicates are eliminated but this introduces a difference between the
resource model with duplicate entries and its runtime state (without duplicates).
The attribute definitions for their JNDI entries should validate at the MODEL stage that
their value does not contain duplicate elements.