Hi, I'm using ServiceMix 4.3 as an intermediate component between the application and the database system. But before I have some questions after making some research on the main support it provides for both the application and the database :
- I've read that there is no JDBC Binding Component available for the version 4.3 (is it still not available?), but I've seen that there is a simple JDBC BC for the version 3.x, has anyone deployed this one in the version 4.x successfully? - If there is no possibility to use some existing JDBC BC, I'm planning to either try to implement a JDBC BC or to wrap the JDBC functionalities and libraries in an OSGI bundle, but my question is the following: my application has to connect to the ESB via jdbc:sql or jdbc:* protocol, so in the ESB I think I have to somehow simulate an sql server to accept the incoming connections from the application and wire it either through the jdbc library in the OSGI bundle or the JDBC BC, to the database. Do you think this is possible? In case I use the OSGI bundle for the database connection, is the OSGI bundle for sql databases already wrapped in a repository? Thanks a lot in advance -- View this message in context: http://servicemix.396122.n5.nabble.com/Servicemix-SQL-Support-JDBC-tp5715145.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
