/* ------------------------------------------------------------ */
 @Override
 protected void doStart() throws Exception {
   getServletContext().setAttribute(DecoratedObjectFactory.ATTR, _objFactory);
   super.doStart();
 }