I agree that the legacy approach is not a good solution. Is there any other
solution without using Apache Karaf for creating datasource service for
OSGI bundle?

Best wishes
Peter

On Fri, Mar 16, 2012 at 12:44 PM, Christian Schneider <
[email protected]> wrote:

> The best practice is to configure a DataSource outside of the bundle and
> offer it as a OSGi service. So the user bundle should just reference the
> datasource and use it. The legacy aproach with using a database driver
> classname to configure jdbc does not work well in OSGi.
>
> I have a  tutorial that shows how to do this with Apache Karaf. This
> should also be possible with pure felix just perhaps a little more effort.
> http://www.liquid-reality.de/**x/LYBk<http://www.liquid-reality.de/x/LYBk>
>
> Christian
>
>
> Am 16.03.2012 10:10, schrieb elMateo:
>
>  Hello all,
>>
>> I need to connect a bundle to a MySQL data base and I don't know how I can
>> do it.
>>
>> I know that I can't do the same that in a normal Java application, but I
>> don't find the correct form to do this.
>>
>> Could anybody help me?
>>
>> Thanks in advance, Jesus
>>
>>
>
> --
> Christian Schneider
> http://www.liquid-reality.de
>
> Open Source Architect
> Talend Application Integration Division http://www.talend.com
>
>
> ------------------------------**------------------------------**---------
> To unsubscribe, e-mail: 
> users-unsubscribe@felix.**apache.org<[email protected]>
> For additional commands, e-mail: [email protected]
>
>

Reply via email to