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
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
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
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
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
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
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
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