// Until the bugs get worked out of the calls back into the PC's operation framework, use the implementation
// that will simply make calls directly in the plugin.
// controlFacade = new PluginContainerControlActionFacade(operationContext, this);
ControlActionFacade controlFacade = new InPluginControlActionFacade(this);
JBossASPaths jbossPaths = new JBossASPaths();
jbossPaths.setHomeDir(getPluginConfiguration().getSimpleValue(JBOSS_HOME_DIR_CONFIG_PROP, null));
jbossPaths.setServerDir(getPluginConfiguration().getSimpleValue(CONFIGURATION_PATH_CONFIG_PROP, null));
JBPMWorkflowManager workflowManager = new JBPMWorkflowManager(contentContext, controlFacade, jbossPaths);
this.contentFacetDelegate = new JBossASContentFacetDelegate(workflowManager, this.configPath);