[ https://issues.apache.org/jira/browse/ODE-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842589#action_12842589 ]
Rafal Rusin commented on ODE-777: --------------------------------- I have added vendor specific MCF options for INTERNAL db connection. This is useful when for example configuring ODE with Oracle in SMX4. ODE used JDBCDriverMCF only for INTERNAL connections, and it didn't work when I tried it. However it works when using tranql-connector-vendor-oracle MCF, so I have added possibility to configure it. Here are sample options I used: etc/org.apache.ode.jbi.cfg: ode-jbi.db.mode=INTERNAL ode-jbi.db.int.mcf=org.tranql.connector.oracle.LocalMCF ode-jbi.db.int.mcf.databaseName=XE ode-jbi.db.int.mcf.userName=ode1x ode-jbi.db.int.mcf.password=ode1x ode-jbi.db.int.mcf.portNumber=1521 ode-jbi.db.int.mcf.serverName=localhost ode-jbi.db.int.mcf.driverType=thin ode.xml features (for dao-hib and oracle): <features> <feature name="ode" version="1.3.4-SNAPSHOT"> <feature version="1.1.0-psc-01-00RC1">transaction</feature> <bundle>mvn:examples/oracle.ojdbc5/11.1.0.6.0-001-SNAPSHOT</bundle> <bundle>mvn:examples/tranql-connector/1.4-001-SNAPSHOT</bundle> <bundle>mvn:examples/tranql-connector-oracle-common/1.4-001-SNAPSHOT</bundle> <bundle>mvn:org.apache.derby/derby/10.5.3.0_1</bundle> <bundle>mvn:commons-collections/commons-collections/3.1</bundle> <bundle>mvn:commons-beanutils/commons-beanutils/1.8.2</bundle> <bundle>mvn:examples/dom4j/1.6.1-001-SNAPSHOT</bundle> <bundle>mvn:examples/hibernate/3.2.5.ga-001-SNAPSHOT</bundle> <bundle>mvn:examples/jaxen/1.1.1-001-SNAPSHOT</bundle> <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.saxon/9.1.0.8_1-SNAPSHOT</bundle> <bundle>mvn:org.apache.ode/ode-jbi-karaf/1.3.4-SNAPSHOT</bundle> </feature> </features> I used maven built bundle from ODE-1.X/jbi-karaf. > Add vendor specific config options for internal pool for jbi-karaf > ------------------------------------------------------------------ > > Key: ODE-777 > URL: https://issues.apache.org/jira/browse/ODE-777 > Project: ODE > Issue Type: Improvement > Components: Deployment > Affects Versions: 1.3.4 > Environment: SMX4 > Reporter: Rafal Rusin > Assignee: Rafal Rusin > Fix For: 1.3.4 > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.