Re: OSGi and Persistence

2013-11-30 Thread Carsten Gräf
Hi Peter, I am aware that this answer is not a perfect match for your request - it doesn't really deal with caching, security or transactions... but it _is_ about persistence in the OSGi world, and it defines and persists entities, as well as it tests the persistence mechanism. The code util

Re: OSGi and Persistence

2013-11-27 Thread Geoffry Roberts
("total cda=" + coll.count()); } catch (Exception e) { log.error("", e); } } On Monday, 25 November 2013 07:41:15 UTC-5, Peter Kriens wrote: > > I am doing some research on OSGi and persistence and I find the whole Java > persistence story quite confusing and

Re: OSGi and Persistence

2013-11-25 Thread Raymond Auge
participate dynamically in the same persistence "context" if you will. Ray On Nov 25, 2013 7:41 AM, "Peter Kriens" wrote: > I am doing some research on OSGi and persistence and I find the whole Java > persistence story quite confusing and complex. Part of my problem is that

Re: OSGi and Persistence

2013-11-25 Thread Raymond Auge
On Nov 25, 2013 7:41 AM, "Peter Kriens" wrote: > >> I am doing some research on OSGi and persistence and I find the whole >> Java persistence story quite confusing and complex. Part of my problem is >> that I see lots of frameworks but it is quite hard to see code that

OSGi and Persistence

2013-11-25 Thread Peter Kriens
I am doing some research on OSGi and persistence and I find the whole Java persistence story quite confusing and complex. Part of my problem is that I see lots of frameworks but it is quite hard to see code that really uses those frameworks. Virtually all tutorials and examples look highly