Re: [hibernate-dev] OGM: MongoDB integration

2012-03-20 Thread Guillaume SCHEIBEL
Sure I'll keep you up to date during the next days. Guillaume 2012/3/20 Sanne Grinovero > Thanks Guillaume, > regarding data cleaning, I was thinking of having the tests drop the > database by adding a method to > org.hibernate.ogm.test.utils.TestableGridDialect. > > If you could focus on makin

Re: [hibernate-dev] OGM: MongoDB integration

2012-03-20 Thread Sanne Grinovero
Thanks Guillaume, regarding data cleaning, I was thinking of having the tests drop the database by adding a method to org.hibernate.ogm.test.utils.TestableGridDialect. If you could focus on making the tests pass / disable them in the short term, I'll look into fixing the testsuite. Cheers, Sanne

Re: [hibernate-dev] OGM: MongoDB integration

2012-03-20 Thread Guillaume SCHEIBEL
Hi all, Ok Sanne, thanks for the code review. I'll work in those point. As we said, I will configure surefire to skip all tests that use associations. About the other points, MongoHQ is a paas provider (Cloudbees is actually working whith it) but working with a PAAS provider will probably requieri

[hibernate-dev] OGM: MongoDB integration

2012-03-20 Thread Sanne Grinovero
Hello all, I'm satisfied with this structure as a good starting point; let's know hack together from this reference; please discard the previous branches. g...@github.com:hibernate/hibernate-ogm.git branch: mongodb There are some limitations, so I wasn't happy to integrate it in master yet. The