]
Brian Stansberry reassigned WFCORE-1058:
----------------------------------------
Assignee: Tomaz Cerar (was: Brian Stansberry)
[~ctomc] I believe this is done.
Encapsulate logic to specify dynamic capability name resolution from
a PathAddress
----------------------------------------------------------------------------------
Key: WFCORE-1058
URL:
https://issues.jboss.org/browse/WFCORE-1058
Project: WildFly Core
Issue Type: Feature Request
Components: Domain Management
Affects Versions: 2.0.0.CR6
Reporter: Paul Ferraro
Assignee: Tomaz Cerar
One can create a capability whose dynamic name is not resolved using the value of the
last element of a path address (e.g. using the value of a parent resource). In this case,
the logic for generating the dynamic name need to be modified in multiple places.
#
CapabilityReferenceRecorder.DefaultCapabilityReferenceRecorder.getDynamicDependentName(...)
# AbstractAddStepHandler.recordCapabilitiesAndRequirements(...)
# AbstractRemoveStepHandler.recordCapabilitiesAndRequirements(...)
For reference, the clustering subsystems handle this via a custom abstraction:
https://github.com/wildfly/wildfly/blob/master/clustering/common/src/main...