try {
ContributionsAnalyzer.populateModelInterfaces(item, runContext, item.getClass().getInterfaces());
runContext.set(MItem.class.getName(), item);
ContextInjectionFactory.invoke(object,Execute.class, context.getActiveLeaf(), runContext);
} finally {
runContext.dispose();
}
} else if( item instanceof MHandledItem ) {
MHandledItem handledItem = (MHandledItem) item;
EHandlerService service = (EHandlerService) context.get(EHandlerService.class.getName());
ParameterizedCommand cmd = handledItem.getWbCommand();