Re: Aries JTA, JPA, and SCR

2013-07-24 Thread Felix Meschberger
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 with DS. In fact, IIRC we once used Aries JTA in our

AW: Aries JTA, JPA, and SCR

2013-07-24 Thread Rudolph, Dirk
Hi Felix, we also use Aries JTA in Apache Felix (CQ5) using Blueprint. Can you give us a hint where we can find some documentation on using Aries JTA without using Blueprint. Regards, Dirk Von: Felix Meschberger [mailto:fmesc...@gmail.com] Gesendet: Mittwoch, 24. Juli 2013 10:01 An:

Re: Aries JTA, JPA, and SCR

2013-07-24 Thread Felix Meschberger
Hi Dirk, Me thinks Aries JTA implements the OSGi JTA spec (Chapter 123, JTA Transaction Services Specification in the Enterprise R5 Specification). This should provide information on how to use it (thinking of runnning outside of a container). As such it should be usable without requiring

Re: Aries JTA, JPA, and SCR

2013-07-24 Thread Daniel Rolka
Hi, Just to kill my curiosity - why do not you want to use Blueprint? Does it decrease performance / increase usage of resources significantly? If so, do you have any profiling results for that? thanks, Daniel On Wed, 7/24/13, Felix Meschberger