When i want to use mysql according to http://ode.apache.org/user-guide.html, it threw expections.
my servicemix is apache-servicemix-3.2.2, my ode is ode-jbi-1.2.zip, why it threw expections, and what should i do? Thank you very much. this is the expection: Caught: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jndi ' defined in class path resource [jndi.xml]: Cannot resolve reference to bean 'jndiEntries' while se tting bean property 'entries'; nested exception is org.springframework.beans.factory.BeanCreationExc eption: Error creating bean with name 'jndiEntries': Cannot resolve reference to bean 'transactionMa nager' while setting bean property 'sourceMap' with key [TypedStringValue: value [javax.transaction. TransactionManager], target type [null]]; nested exception is org.springframework.beans.factory.Bean CreationException: Error creating bean with name 'transactionManager': FactoryBean threw exception o n object creation; nested exception is java.lang.NoSuchMethodError: org.apache.geronimo.transaction. manager.GeronimoTransactionManager.<init>(ILorg/apache/geronimo/transaction/manager/XidFactory;Lorg/ apache/geronimo/transaction/manager/TransactionLog;Ljava/util/Collection;)V Matthieu Riou-5 wrote: > > On Mon, Sep 22, 2008 at 6:50 PM, yebo <[EMAIL PROTECTED]> wrote: > >> >> There is another problem is that after i test the servicemix with ode >> according to loadrunner with 10 vusers, i must delete all the directory >> of >> servicemix and use a clean new servicemix and then my application could >> run >> correctly, if i just delete the directory >> apache-servicemix-3.2.2\data\smx\components\OdeBpelEngine the servicemix >> could restart nomally, but my application could not run correctly, why? >> > > You should upgrade by building the latest 1.X branch, you should get > better > results. Also I definitely not advise doing load testing on Derby, it's > far > too pessimistic. Use MySQL or Postgres. > > Matthieu > > >> >> Thank you very much. >> >> this is my application >> >> http://www.nabble.com/file/p19619923/CreateConference-sa-1.0-SNAPSHOT.zip >> CreateConference-sa-1.0-SNAPSHOT.zip >> http://www.nabble.com/file/p19619923/webservicegenerate.war >> webservicegenerate.war >> -- >> View this message in context: >> http://www.nabble.com/Problem-error-when-start-servicemix-with-ODE-tp19602756p19619923.html >> Sent from the Apache Ode User mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://www.nabble.com/Problem-error-when-start-servicemix-with-ODE-tp19602756p19640753.html Sent from the Apache Ode User mailing list archive at Nabble.com.
