Re: [hibernate-dev] Hibernate and Eclipse

2011-10-07 Thread Max Rydahl Andersen
On Oct 7, 2011, at 16:14, Strong Liu wrote: > > On Oct 7, 2011, at 10:04 PM, Max Rydahl Andersen wrote: > >>> 3. Junit 4 >> >> How does that affect Hibernate tools ? > > I changed hibernate tools tests to use hibernate-testing, there are some > features I think make things easier, like BaseC

Re: [hibernate-dev] Hibernate and Eclipse

2011-10-07 Thread Strong Liu
On Oct 7, 2011, at 10:04 PM, Max Rydahl Andersen wrote: >> 3. Junit 4 > > How does that affect Hibernate tools ? I changed hibernate tools tests to use hibernate-testing, there are some features I think make things easier, like BaseCoreFunctionalTestCase, which provides ServiceRegistry, SF an

Re: [hibernate-dev] Hibernate and Eclipse

2011-10-07 Thread Max Rydahl Andersen
> 3. Junit 4 How does that affect Hibernate tools ? /max > > --- > Strong Liu > http://hibernate.org > http://github.com/stliu > > On Oct 7, 2011, at 8:05 PM, Dmitry Geraskov wrote: > >> Hi, Strong Liu, >> >> can I somehow look at you "draft" hibernate tools for hibernate core 4 >>

Re: [hibernate-dev] Hibernate and Eclipse

2011-10-07 Thread Strong Liu
okay, i pushed it to my fork https://github.com/stliu/hibernate-tools master branch I didn't try to get rid of Configuration, since it's still the only way to get to SF (new metamodel is not in place yet) but there are others: 1. package change 2. ServiceRegistry 3. Junit 4 --- Strong L

Re: [hibernate-dev] Hibernate and Eclipse

2011-10-07 Thread Dmitry Geraskov
Hi, Strong Liu, can I somehow look at you "draft" hibernate tools for hibernate core 4 implementation? You said there are a lot of code should be rewritten, I guess you try to get rid of Configuration class. My approach was: minimal changes and still use the Configuration class. Dmitry Geraskov