Connecting to a database with a webService (cxf) deployed (osgi) in Servicemix

Install and start ServiceMix 4.0 2) Add necessary bundles features/install cxf-osgi osgi/install -s mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-dbcp/1.2.2_3/ osgi/install -s wrap:mvn:org.springframework/spring-jdbc/2.5.6/ osgi/install -s wrap:mvn:mysql/mysql-connector-java/5.1.6 … See details in this gooole document or download test-wsdl-first-osgi.zip Comments: Thomas Gill - Aug 1, 2009Matteo - How do you install an Oracle driver in Servicemix. I have the oracle6.jar. Tried putting in lib dir and also install file:///tmp/ojdbc6.jar Trying to setup Master -Slave using JDBC for ActiveMQ...

June 7, 2009 · 1 min · 150 words · Matteo Redaelli

Howto sharing (osgi style) a database connection in Servicemix4 / FuseEsb4

June 7, 2009 · 0 min · 0 words · Matteo Redaelli

Connecting to a database with a webService (cxf) deployed (jbi) in Servicemix

Introduction Apache ServiceMix at the moment doesn’t have a JBI component for connecting to a database (servicemiix-jdbc is in the roadmap): in the meanwhile you have to use servicemix-cxf or servicemix-bean. This example (cxf-wsdl-first-jdbc.zip, cxf-wsdl-first.pdf) is built on top of the example cxf-wsdl-first and can be deployed in apache servicemix 4.0 as JBI sa package. Installing smx4 Download from “http://servicemix.apache.org/SMX4/download.html” Unzip it cd /usr/local tar xvfz apache-servicemix.tar.gz Starting smx4 cd /usr/local/apache-servicemix-4....

May 30, 2009 · 2 min · 215 words · Matteo Redaelli