How does this take care of DeploymentControllerContext?
Since it's not a part of Deployers.
Or just treating this ControllerContext lookup differently?
Via AttachmentCreator this was transparent. :-)
| public class ControllerContextAttachmentChecker extends
AbstractAttachmentChecker<ControllerContext>
| {
| public ControllerContextAttachmentChecker()
| {
| super(ControllerContext.class);
| }
|
| protected ControllerContext getControllerContext(Controller controller,
ControllerContext attachment)
| {
| return attachment;
| }
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104685#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...