n for your response,
>
> Scott
>
> From: Tim Jones
> Sent: Tuesday, April 21, 2020 8:42 PM
> To: Leschke, Scott ; OSGi Developer Mail List
>
> Cc: Timothy Ward
> Subject: Re: [osgi-dev] Regarding Transaction Control
>
> Hi Scott,
>
> the real
, 2020 8:42 PM
To: Leschke, Scott ; OSGi Developer Mail List
Cc: Timothy Ward
Subject: Re: [osgi-dev] Regarding Transaction Control
Hi Scott,
the real Tim will be able to give you the 'official answer' but I think you
want some thing like
protected Connection connection;
//protected Jd
rd =
dataSourceName = data_source_name
Regards,
Tim Jones
From: "Leschke, Scott via osgi-dev"
To: "Timothy Ward" , "OSGi Developer Mail List"
Sent: Wednesday, 22 April, 2020 8:31:09 AM
Subject: Re: [osgi-dev] Regarding Transaction Control
Thanks Tim,
That w
-dev] Regarding Transaction Control
Hi Scott,
If you’re using JDBC you don’t really care about JPA. Therefore you should
compile against the OSGi jar, but not worry about deploying it at runtime.
Instead you can just deploy the Aries Transaction Control implementation (which
includes a
Hi Scott,
If you’re using JDBC you don’t really care about JPA. Therefore you should
compile against the OSGi jar, but not worry about deploying it at runtime.
Instead you can just deploy the Aries Transaction Control implementation (which
includes a substitutable export of the Transaction Co
As I am using OSGi for a lot of projects on a pure Maven build with
the help of all the bnd maven plugins.
For easily testing I used bndrun files.
I don't want to create the set of bundles that are allowed to be used
at runtime all the time and so I started to create pom files that
contains all of