[hibernate-dev] Today's awesome Git discovery

2012-05-02 Thread Steve Ebersole
I was working a pull request where the contributor had done multiple merges of master into its topic branch during development. So we had many merge commits nestled in his pull request. The awesome thing I learned about Git today (courtesy of the folks on #github) is that rebasing that will we

Re: [hibernate-dev] Failed to load Class

2012-05-02 Thread Steve Ebersole
1) This is a list to discuss development of HIbernate. Not a user list. 2) As the message even tells you, "See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details." On Wed 02 May 2012 01:06:51 PM CDT, Praveen Jain wrote: > Dear mailing users, > > > I am new learner for hiberna

[hibernate-dev] Failed to load Class

2012-05-02 Thread Praveen Jain
Dear mailing users, I am new learner for hibernate and I have write a simple program to persist the data in the Database Mysql. I have done all the required  to run the program I have prepared a POJO and hibernate.cfg.xml . But when I am going to run the program I am facing the following er

Re: [hibernate-dev] OGM-157 copyright year

2012-05-02 Thread Emmanuel Bernard
The enw should be 2011-2012 BTW. On 18 avr. 2012, at 15:29, Guillaume SCHEIBEL wrote: > Hi guys, > > I'm starting the translation of the documentation in french and I've seen > the "copyright year" into the ogm.ent file is set to 2011. > Should I change it ? If yes should I take it into OGM-157 (

Re: [hibernate-dev] OGM-157 copyright year

2012-05-02 Thread Emmanuel Bernard
When in doubt, leave it out => separate topic branch and jira issue. On 18 avr. 2012, at 15:29, Guillaume SCHEIBEL wrote: > Hi guys, > > I'm starting the translation of the documentation in french and I've seen > the "copyright year" into the ogm.ent file is set to 2011. > Should I change it ? I

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] mongodb branch is dead, long live MongoDb in master

2012-05-02 Thread Guillaume SCHEIBEL
Great news ! 2012/5/2 Emmanuel Bernard > After many weeks of work we finally have integrated the work done by > Guillaume, Alan and Oliver back to master. > > To run the mongodb module, make sure to activate the mongodb profile > >mvn clean install -Pmongodb > > If like me you have installed

Re: [hibernate-dev] [OGM] [MongoDB] Extended connection options support

2012-05-02 Thread Emmanuel Bernard
It looks like there is about a dozen properties. Note that Hibernate OGM already knows some of them like timeout. But still there are a bunch of properties. We could go the classical way and offer one Hibernate OGM property per MongoDB property or we could simply let the user pass the JSON struc

[hibernate-dev] [OGM] mongodb branch is dead, long live MongoDb in master

2012-05-02 Thread Emmanuel Bernard
After many weeks of work we finally have integrated the work done by Guillaume, Alan and Oliver back to master. To run the mongodb module, make sure to activate the mongodb profile mvn clean install -Pmongodb If like me you have installed MongoDB in a different host / port, you can use the