This content has been marked as final.
Show 2 replies
-
1. Re: Camel - MS SQL connection using JtdsDataSource
ffang Jun 17, 2013 7:06 PM (in response to milanmilas)Hi,
You can't export and import same OSGi service in same bundle, which will cause chicken-egg problem.
Freeman
-
2. Re: Camel - MS SQL connection using JtdsDataSource
milanmilas Jun 18, 2013 4:34 AM (in response to ffang)Hi,
I got it finally, this is the way how it works:
(Fuse ESB 7.1)
--installation of missing packages
features:install camel-jdbc
osgi:install -s wrap:mvn:net.sourceforge.jtds/jtds/1.2.4
--Camel route
Hope this helps.
Regards,
Milan