]
Brian Stansberry reassigned WFCORE-1247:
----------------------------------------
Assignee: (was: Jason Greene)
There should be a unique OperationContext for each operation within
composite operations
----------------------------------------------------------------------------------------
Key: WFCORE-1247
URL:
https://issues.jboss.org/browse/WFCORE-1247
Project: WildFly Core
Issue Type: Feature Request
Components: Domain Management
Reporter: Chris Sams
Priority: Minor
There is a concept of an attachment API that can be used to carry objects through the
lifecycle of an "operation" when developing
JBoss DeploymentUnitProcessors. The DeploymentUnit object which can carry attachments is
scoped to one concrete
deployment. If this is a composite deployment, the child deployments get their own
DeploymentUnit that can carry their own attachments. A child DeploymentUnit
can access it's parent via API and thus also access attachments of the composite
deployment. This is exactly what could be expected of the
OperationContext concept.