[jboss-jira] [JBoss JIRA] (WFLY-1399) There should be a unique OperationContext for each operation within composite operations
Chris Sams (JIRA)
jira-events at lists.jboss.org
Sun May 26 11:28:06 EDT 2013
Chris Sams created WFLY-1399:
--------------------------------
Summary: There should be a unique OperationContext for each operation within composite operations
Key: WFLY-1399
URL: https://issues.jboss.org/browse/WFLY-1399
Project: WildFly
Issue Type: Feature Request
Components: Server
Affects Versions: 8.0.0.Final
Reporter: Chris Sams
Assignee: Jason Greene
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list