Example #1
0
 public void service(ServiceManager manager) throws ServiceException {
   super.service(manager);
   this.scriptManager = (ScriptManager) this.manager.lookup(ScriptManager.ROLE);
 }