Re: [hibernate-dev] Hibernate and Eclipse

2011-10-10 Thread Strong Liu
my code is really not ready for review yet :) i was asked many times of how to use hibernate-tools with hibernate4 , that's why i started this, but it is really great you have been working on this, thanks a lot --- Strong Liu http://hibernate.org http://github.com/stliu On Oct 10, 201

Re: [hibernate-dev] Hibernate and Eclipse

2011-10-10 Thread Dmitry Geraskov
Strong Liu, thanks for sharing the code. I have implemented first 2 points too, but looking at your code I have changed ServiceRegistry management in JDBCMetaDataConfiguration today. If you are interested my code is here: https://github.com/dgeraskov/hibernate-tools/commits/move_to_hibernate4 I

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

Re: [hibernate-dev] Hibernate and Eclipse

2011-10-06 Thread Max Rydahl Andersen
On Oct 6, 2011, at 19:05, Strong Liu wrote: > I'm in the middle of moving hibernate tools to use hibernate4 > but there are too many codes need to be changed (well, almost all) hibernate tools core you mean right. > I guess you won't like my pull request :( I seriously hope you are talking wi

Re: [hibernate-dev] Hibernate and Eclipse

2011-10-06 Thread Max Rydahl Andersen
> > I guess you won't like my pull request :( just to be clear - I would love to see a pull request that uses the full new Hibernate 4 API. Been very hard to keep track on what changes we need to do so i'm looking forward to see it. But yes, Dima (dgeraskov) been doing a basic migration which

Re: [hibernate-dev] Hibernate and Eclipse

2011-10-06 Thread Max Rydahl Andersen
On Oct 6, 2011, at 19:16, Christian Bauer wrote: > While you guys are at it, I think you should add the Maven or rather > non-Eclipse tools for Hibernate to your TODO list. All of that needs cleanup > and unification. Contributors welcome :) right now we (aka. me) have no bandwidth to do it.

Re: [hibernate-dev] Hibernate and Eclipse

2011-10-06 Thread Christian Bauer
While you guys are at it, I think you should add the Maven or rather non-Eclipse tools for Hibernate to your TODO list. All of that needs cleanup and unification. On Oct 6, 2011, at 19:05 , Strong Liu wrote: > I'm in the middle of moving hibernate tools to use hibernate4 > but there are too man

Re: [hibernate-dev] Hibernate and Eclipse

2011-10-06 Thread Strong Liu
I'm in the middle of moving hibernate tools to use hibernate4 but there are too many codes need to be changed (well, almost all) I guess you won't like my pull request :( --- Strong Liu http://hibernate.org http://github.com/stliu On Oct 6, 2011, at 11:37 PM, Max Rydahl Andersen wrote:

Re: [hibernate-dev] Hibernate and Eclipse

2011-10-06 Thread Max Rydahl Andersen
On Sep 30, 2011, at 20:01, Gail Badner wrote: > There have been a couple of comments about problems with eclipse integration > with Hibernate 3.6.7: > - http://in.relation.to/Bloggers/HibernateCore367FinalRelease#comment21925 > - http://in.relation.to/Bloggers/HibernateCore367FinalRelease#commen

[hibernate-dev] Hibernate and Eclipse

2011-09-30 Thread Gail Badner
There have been a couple of comments about problems with eclipse integration with Hibernate 3.6.7: - http://in.relation.to/Bloggers/HibernateCore367FinalRelease#comment21925 - http://in.relation.to/Bloggers/HibernateCore367FinalRelease#comment22031 I don't use Eclipse myself. Does anyone have an