Hi this is a classloading issue. I think ODE contains a tm implementation and sm contains one. ODE tries to get it's one but get the one from servicemix. You might try to configure the classloading behaviour via jbi.xml... not sure if this works for you....
I'm currently working on a ServiceMix/Ode integration at http://gaswerk.sourceforge.net. This is a "complete" Stack which includes Geronimo, ServiceMix, Camel and Ode. Your tm problem is "fixed" there ;-) Kristian > -----Ursprüngliche Nachricht----- > Von: StefanEE [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 9. November 2007 15:15 > An: servicemix-users@geronimo.apache.org > Betreff: Exception while deploying ode-jbi-1.1.zip to ServiceMix 3.2 > > > > Hello, > > I tried to deploy ode-jbi-1.1.zip to ServiceMix 3.2 by > copying the archive > to the hotdeploy-folder. > Any hints are welome. > This worked with ServiceMix 3.1.2, now I get this Exception: > > 14:30:01,421 | INFO | Timer-3 | AutoDeploymentService | > ramework.AutoDeploymentService 646 | Directory: hotdeploy: > Archive changed: > processing ode-jbi-1.1.zip ... > 14:30:09,234 | INFO | Timer-3 | ComponentMBeanImpl | > i.framework.ComponentMBeanImpl 214 | Starting component: > OdeBpelEngine > 14:30:09,234 | INFO | Timer-3 | ComponentMBeanImpl | > i.framework.ComponentMBeanImpl 191 | Initializing component: > OdeBpelEngine > 14:30:09,296 | ERROR | Timer-3 | ComponentMBeanImpl | > i.framework.ComponentMBeanImpl 226 | Could not start component > java.lang.NoSuchMethodError: > org.apache.geronimo.connector.outbound.GenericConnectionManage > r.<init>(Lorg/apache/geronimo/connector/outbound/connectionman agerconfig/TransactionSupport;Lorg/apache/geronimo/connector/outbound/connectionmanagerconfig/PoolingSuppor> t;ZLorg/apache/geronimo/connector/outbound/connectiontracking/ > ConnectionTracker;Ljavax/transaction/TransactionManager;Ljava/ > lang/String;Ljava/lang/ClassLoader;)V > at > org.apache.ode.il.dbutil.Database.initInternalDb(Database.java:187) > at > org.apache.ode.il.dbutil.Database.initEmbeddedDb(Database.java:225) > at > org.apache.ode.il.dbutil.Database.initDataSource(Database.java:144) > at org.apache.ode.il.dbutil.Database.start(Database.java:96) > at > org.apache.ode.jbi.OdeLifeCycle.initDataSource(OdeLifeCycle.java:163) > at org.apache.ode.jbi.OdeLifeCycle.init(OdeLifeCycle.java:107) > at > org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(Co > mponentMBeanImpl.java:201) > at > org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart > (ComponentMBeanImpl.java:287) > at > org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(C > omponentMBeanImpl.java:216) > at > org.apache.servicemix.jbi.framework.InstallationService.instal > l(InstallationService.java:334) > at > org.apache.servicemix.jbi.framework.AutoDeploymentService.upda > teComponent(AutoDeploymentService.java:289) > at > org.apache.servicemix.jbi.framework.AutoDeploymentService.upda > teArchive(AutoDeploymentService.java:249) > at > org.apache.servicemix.jbi.framework.AutoDeploymentService.moni > torDirectory(AutoDeploymentService.java:647) > at > org.apache.servicemix.jbi.framework.AutoDeploymentService.acce > ss$800(AutoDeploymentService.java:60) > at > org.apache.servicemix.jbi.framework.AutoDeploymentService$1.ru > n(AutoDeploymentService.java:611) > at java.util.TimerThread.mainLoop(Timer.java:512) > at java.util.TimerThread.run(Timer.java:462) > -- > View this message in context: http://www.nabble.com/Exception-while-deploying-ode-jbi-1.1.zip-to-ServiceMix-3.2-tf4777893s12049.html#a13667693 Sent from the ServiceMix - User mailing list archive at Nabble.com.