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.GenericConnectionManager.<init>(Lorg/apache/geronimo/connector/outbound/connectionmanagerconfig/TransactionSupport;Lorg/apache/geronimo/connector/outbound/connectionmanagerconfig/PoolingSupport;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(ComponentMBeanImpl.java:201) at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:287) at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:216) at org.apache.servicemix.jbi.framework.InstallationService.install(InstallationService.java:334) at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateComponent(AutoDeploymentService.java:289) at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:249) at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory(AutoDeploymentService.java:647) at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800(AutoDeploymentService.java:60) at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(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.