Re: [osgi-dev] Regarding Transaction Control

2020-04-23 Thread Tim Ward via osgi-dev
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

Re: [osgi-dev] Regarding Transaction Control

2020-04-22 Thread Leschke, Scott via osgi-dev
, 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

Re: [osgi-dev] Regarding Transaction Control

2020-04-21 Thread Tim Jones via osgi-dev
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

Re: [osgi-dev] Regarding Transaction Control

2020-04-21 Thread Leschke, Scott via osgi-dev
-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

Re: [osgi-dev] Regarding Transaction Control

2020-04-07 Thread Tim Ward via osgi-dev
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

Re: [osgi-dev] Regarding Transaction Control

2020-04-06 Thread Markus Rathgeb via osgi-dev
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