[hibernate-dev] (no subject)

2012-02-24 Thread skawashima
Hi, I wrote sample implementations for Voldemort,Redis and Riak on Hibernate OGM a couple of weeks ago. Based on them, I created a Voldemort maven module and put it on my github repository at https://github.com/seiyak/hibernate-ogm. The project was forked from the original one and the modificat

[hibernate-dev] Voldemort maven module for Hibernate OGM

2012-02-24 Thread skawashima
Hi, I wrote sample implementations for Voldemort,Redis and Riak on Hibernate OGM a couple of weeks ago. Based on them, I created a Voldemort maven module and put it on my github repository at https://github.com/seiyak/hibernate-ogm. The project was forked from the original one and the modificat

Re: [hibernate-dev] Experiments with hibernate-ogm on Riak, Redis and Voldemort

2012-02-13 Thread skawashima
Thank you for your quick response. Yes, I can follow what you were suggesting in the previous email. It should be done shortly. As you mentioned, I had some issue to use your logger and simply used Log4J instead as a result. I'll take a closer look at my issue and ask you about it with some det

[hibernate-dev] Experiments with hibernate-ogm on Riak, Redis and Voldemort

2012-02-10 Thread skawashima
I apologize that I've just sent an empty email by accident. I've been experimenting hibernate-ogm for several weeks using three NoSQL key-value databases such as Riak,Redis and Voldemort and got something that might be helpful to start extending hibernate-ogm. The implementation is at https://g

[hibernate-dev] Experiments with hibernate-ogm on Riak, Redis and Voldemort

2012-02-10 Thread skawashima
___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] All the tests in hibernate-ogm pass with Voldemort but PerfTest didn't even run

2012-02-03 Thread skawashima
Hi, I'm not sure if there is already an implementation for Voldemort and also not sure if anyone even wants to use Voldemort with hibernate ogm but that's where I started experimenting hibernate ogm and now my implementation passes all the supplied test cases except one test class called PerfTe