Re: [hibernate-dev] Pleas help with GITHub, how to get new branches into personal fork?

2013-04-09 Thread Demetz, Guenther
Hi Steve, thank you very much for the prompt answer, got it. I just created 2 pull-requests for branch 4.2, maybe next week's someone of you developers can take a look into... https://github.com/hibernate/hibernate-orm/pull/501 testcase and patch proposal for HHH-8154 https://github.com/hibe

[hibernate-dev] Correct way to build a session factory?

2013-04-09 Thread Galder ZamarreƱo
Hi, Re: http://docs.jboss.org/hibernate/orm/4.2/quickstart/en-US/html_single/#hibernate-gsg-tutorial-basic-test The code there to build a session factory is deprecated, in particular the parameter-less buildSessionFactory(), what's the correct way to build a session factory? I'm doing this f

Re: [hibernate-dev] unique constraint changes

2013-04-09 Thread Brett Meyer
The unique constraint changes are reverted in 4.1.12-SNAPSHOT. I'm following this discussion up with https://hibernate.atlassian.net/browse/HHH-8162. Any further comments, please leave them there. Thanks! Brett Meyer Red Hat Software Engineer, Hibernate - Original Message - From: "Br

Re: [hibernate-dev] Correct way to build a session factory?

2013-04-09 Thread Strong Liu
StandardServiceRegistryBuilder builder = new StandardServiceRegistryBuilder(); StandardServiceRegistry serviceRegistry = builder.build(); cfg.buildSessionFactory(serviceRegistry); On Apr 9, 2013, at 8:28 PM, Galder ZamarreƱo wrote: > Hi, > > Re: > http://docs.jboss.org/hibernate/orm/4.2/quicks