Re: Aries JTA, JPA, and SCR

2013-07-24 Thread Felix Meschberger
hope this helps! Tim Ward --- Apache Aries PMC member Enterprise OSGi advocate Enterprise OSGi in Action (http://www.manning.com/cummins) --- Date: Thu, 18 Jul 2013 23:00:37 +0200 Subject: Aries JTA, JPA, and SCR From: smi...@googlemail.com To: user

AW: Aries JTA, JPA, and SCR

2013-07-24 Thread Rudolph, Dirk
An: user@aries.apache.org Betreff: Re: Aries JTA, JPA, and SCR Hi Tim WHile I agree that DS does not have proxying capability (and should not have such a biest), I would expect that code making explicit use of OSGi JTA functionality (even implemented by the Aries JTA bundles) is very well usable

Re: Aries JTA, JPA, and SCR

2013-07-24 Thread Felix Meschberger
@aries.apache.orgmailto:user@aries.apache.org Betreff: Re: Aries JTA, JPA, and SCR Hi Tim WHile I agree that DS does not have proxying capability (and should not have such a biest), I would expect that code making explicit use of OSGi JTA functionality (even implemented by the Aries JTA bundles

Re: Aries JTA, JPA, and SCR

2013-07-24 Thread Daniel Rolka
fmesc...@adobe.com wrote: Subject: Re: Aries JTA, JPA, and SCR To: user@aries.apache.org user@aries.apache.org Date: Wednesday, July 24, 2013, 2:34 AM Hi Dirk, Me thinks Aries JTA implements the OSGi JTA spec (Chapter 123, JTA Transaction Services Specification in the Enterprise R5

RE: Aries JTA, JPA, and SCR

2013-07-19 Thread Timothy Ward
(http://www.manning.com/cummins) --- Date: Thu, 18 Jul 2013 23:00:37 +0200 Subject: Aries JTA, JPA, and SCR From: smi...@googlemail.com To: user@aries.apache.org Hi, I have a question related to JTA (in JPA) context and SCR: Is it possible to use the container managed transactions

Re: Aries JTA, JPA, and SCR

2013-07-19 Thread Krzysztof Sobkowiak
) --- Date: Thu, 18 Jul 2013 23:00:37 +0200 Subject: Aries JTA, JPA, and SCR From: smi...@googlemail.com To: user@aries.apache.org Hi, I have a question related to JTA (in JPA) context and SCR: Is it possible to use the container managed

Aries JTA, JPA, and SCR

2013-07-18 Thread Philipp Marx
Hi, I have a question related to JTA (in JPA) context and SCR: Is it possible to use the container managed transactions also with SCR/DS? Or is this only possible via Blueprint? Furthermore is there any Annotation support for the managing transactions or must this be done via the Blueprint XML?