/**
* Default constructor receiving an extension point
* @param extensionPoints
*/
public BPELImplementationProviderFactory(ExtensionPointRegistry extensionPoints) {
GeronimoTxFactory txFactory = new GeronimoTxFactory();
txMgr = txFactory.getTransactionManager();
this.odeServer = new EmbeddedODEServer(txMgr);
}