Re: [hibernate-dev] [OGM] Transaction-aware

2012-05-02 Thread Emmanuel Bernard
On 18 avr. 2012, at 17:39, Pawel Kozlowski wrote: > BTW: I wonder what would be the best way of going forward in terms of > github repositories: should I create a separate github repo (as I've > done) for the jgit storage + XAResource or fork the OGM repo and start > hacking in there... Sorry fo

Re: [hibernate-dev] [OGM] Transaction-aware

2012-04-18 Thread Pawel Kozlowski
hi! On Wed, Apr 18, 2012 at 8:59 AM, Strong Liu wrote: > yeah, using Git as back end storage is very interesting, is there already > code i can follow? I've created a github repository (at: https://github.com/pkozlowski-opensource/jgitstore) but can't push code yet (need to have OK from my workp

Re: [hibernate-dev] [OGM] Transaction-aware

2012-04-18 Thread Strong Liu
yeah, using Git as back end storage is very interesting, is there already code i can follow? - Best Regards, Strong Liu http://about.me/stliu/bio On Apr 2, 2012, at 11:14 PM, Sanne Grinovero wrote: >> >> (2) Git (used as a versioned key-value store, based on jgit). I k

Re: [hibernate-dev] [OGM] Transaction-aware

2012-04-02 Thread Sanne Grinovero
Hi Pawel, On 2 April 2012 15:27, Pawel Kozlowski wrote: > Hi Sanne, All, > > On Mon, Mar 26, 2012 at 3:38 PM, Sanne Grinovero wrote: > >> Are you interested in implementing JTA for a specific NoSQL store, or >> on the general problem? > > Both actually. Just to give you more context I'm looking

Re: [hibernate-dev] [OGM] Transaction-aware

2012-04-02 Thread Pawel Kozlowski
hi Emmanuel, All! I've provided some more context regarding the data store I'm looking into in response to Sanne's post. I know it sounds crazy but I'm exploring git as a key-value store (that gives me versioning as a "bonus"). On Mon, Mar 26, 2012 at 6:37 PM, Emmanuel Bernard wrote: > I am not

Re: [hibernate-dev] [OGM] Transaction-aware

2012-04-02 Thread Pawel Kozlowski
Hi Sanne, All, On Mon, Mar 26, 2012 at 3:38 PM, Sanne Grinovero wrote: > Are you interested in implementing JTA for a specific NoSQL store, or > on the general problem? Both actually. Just to give you more context I'm looking into OGM as a JPA interface for 2 NoSQL data stores: (1) Neo4j - fro

Re: [hibernate-dev] [OGM] Transaction-aware

2012-03-26 Thread Emmanuel Bernard
I am not entirely sure how this will be shaped but I would like at least the following: - a way to hook a fake JTA resource for backends that do not expose themselves as JTA resources - a way to support things like entityManager.getTransaction().begin() / .commit() / .rollback(); for systems

Re: [hibernate-dev] [OGM] Transaction-aware

2012-03-26 Thread Sanne Grinovero
Hi Pawel, welcome to the brainstorming ! Are you interested in implementing JTA for a specific NoSQL store, or on the general problem? Some NoSQL databases support JTA, for example both EHCache and Infinispan do participate in JTA transactions; for this reason the currently supported databases by