]
Yeray Borges moved JBEAP-8480 to WFLY-10052:
--------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-10052 (was: JBEAP-8480)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Domain Management
JCA
JMS
Mail
Security
(was: Domain Management)
(was: JCA)
(was: JMS)
(was: Mail)
(was: Security)
Target Release: (was: 7.2.0.GA)
Affects Version/s: (was: 7.1.0.DR13)
(was: 7.1.0.DR18)
Provide XML schema for credential-reference
-------------------------------------------
Key: WFLY-10052
URL:
https://issues.jboss.org/browse/WFLY-10052
Project: WildFly
Issue Type: Enhancement
Components: Domain Management, JCA, JMS, Mail, Security
Reporter: Jeff Mesnil
Assignee: Yeray Borges
Priority: Minor
Labels: credential-reference, eap72
With
https://issues.jboss.org/browse/EAP7-538, all passwords references in the subsystems
must support credential references.
The model attribute is provided by wildlfy-controller module (including its XML parser
and marshaller) but the corresponding XML element has been added directly to the
subsystems XML schemas. This will become a maintenance issue when/if the credential
references has to be updated and all the subsystems schema risk to be out of sync with the
actual code reading/writing the credential reference.
We should follow the same design than for threads attributes (provided by the
willdfly-threads module): the wildlfy-controller module provides a XML schema for the
credential-references with its own versioned namespace and any subsystem that requires it
will just refer to it.