On Tue, Oct 18, 2011 at 8:03 AM, Filippo Balicchia <[email protected]> wrote: > Hello, > I try to find a simple jdbc example that run under osgi environment. > While browsing jira i found the following issue CAMEL-3096, but on repository > I' don't find nothing. > > > Could you, please suggest me a link where i can i found a simple > example that show how save data in osgi environment with > jdbc. >
Hi we have some unit tests for osgi in the source code There is example of JPA, iBatis and others AFAIR https://svn.apache.org/repos/asf/camel/trunk/tests/camel-itest-osgi/ Also Charles Moulliard is giving a 2-part series webinar this and next month on using JDBC and TX with Camel and OSGi http://fusesource.com/resources/video-archived-webinars/ > Cheers > > --Filippo > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
