[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Checking DeploymentContext for failures

alesj do-not-reply at jboss.com
Wed Nov 14 11:40:09 EST 2007


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#4104685

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104685



More information about the jboss-dev-forums mailing list