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