Configuration with the WAR is pretty much the same thing wrt database configuration, just replace 'jbi' with 'axis2' everywhere :) So your ode-axis2.properties configuration file should contain the following properties:
ode-axis2.db.mode=EXTERNAL ode-axis2.db.ext.dataSource=java:comp/env/jdbc/MyDS Cheers, Matthieu On Nov 26, 2007 5:43 AM, Kristian Köhler <[EMAIL PROTECTED]> wrote: > Hi > I'm running ODE within ServiceMix and adjusted the ode.properties (within > the JBI package) file to a mysql connection pool. I never tried to > reconfigure the database within the WAR distribution.. ;-) > > Kristian > > > -----Ursprüngliche Nachricht----- > Von: Stelianos G. Sfakianakis [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 26. November 2007 13:14 > An: [email protected] > Cc: Kristian Köhler > Betreff: Re: Alternative databases > > > On Nov 26, 2007 2:08 PM, Kristian Köhler <[EMAIL PROTECTED]> wrote: > > hi > > I have a schema for mysql db. It is available here: > > > https://gaswerk.svn.sourceforge.net/svnroot/gaswerk/assemblies/soa-stack/trunk/gaswerk-database/gaswerk-soa-stack-db/src/main/sql/complete-db-mysql.sql > > It works with ODE 1.1 for me. ;-) > > > Thank you Kristian! What additional configuration parameters should be set > in order for this to work? > > Stelios > > > -- > http://gaswerk.sourceforge.net >
