registerActivityCompiler(TerminateActivity.class, new TerminateGenerator());
registerActivityCompiler(RethrowActivity.class, new RethrowGenerator());
registerActivityCompiler(ForEachActivity.class, new ForEachGenerator());
registerActivityCompiler(ExtensionActivity.class, new ExtensionActivtityGenerator());
registerExpressionLanguage(OASIS_EXPLANG_XPATH_1_0, new XPath10ExpressionCompilerBPEL20());
try {
registerExpressionLanguage(OASIS_EXPLANG_XPATH_2_0,
"org.apache.ode.bpel.elang.xpath20.compiler.XPath20ExpressionCompilerBPEL20");
} catch (Exception e) {