You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by Andriotto Massimiliano <ma...@necsy.it> on 2010/02/25 15:19:39 UTC

configure jndi datasource in SMX4

I'm using FUSE ESB with ODE feature installed.
I want ODE uses Oracle database instead of derby DB.I created the
configuration file 

org.apache.ode.jbi.cfg with these parameters:

ode-jbi.db.mode=EXTERNAL
ode-jbi.db.ext.dataSource=java:comp/env/jdbc/ode
ode-jbi.dao.factory=org.apache.ode.daohib.bpel.BpelDAOConnectionFactoryI
mpl
ode-jbi.db.emb.name=hibdb

ode-jbi.dao.factory=org.apache.ode.daohib.bpel.BpelDAOConnectionFactoryI
mpl

Now I need to configure the datasource and register it inside a jndi
service. How can I 
configure the datasource and register it inside a jndi service?
Thank you

Massimiliano