[hibernate-dev] 3.3 and maven-eclipse-plugin

2008-08-18 Thread Chris Bredesen
All, I just brought down a fresh copy of Branch_3_3, compiled and then ran mvn eclipse:eclipse. The Eclipse projects were created mostly fine and they all imported into Ganymede. However, there's an issue with each module's dependency on hibernate-core and hibernate-testing. The maven-ecli

Re: [hibernate-dev] Hibernate 3.3.0.GA released

2008-08-18 Thread Tomislav Stojcevich
> 2) As you mentioned, this is in fact a dumb linear search. But luckily > it is a consistently dumb linear search :) It will always follow the > order in which the repos are specified in your settings.xml. No issue > of non-reproducibility. > Except the case where you are working on multiple pr

Re: [hibernate-dev] Hibernate 3.3.0.GA released

2008-08-18 Thread Tomislav Stojcevich
related thread: http://www.mail-archive.com/hibernate-dev@lists.jboss.org/msg02737.html ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Hibernate 3.3.0.GA released

2008-08-18 Thread Steve Ebersole
There are two aspects to this question: 1) In fact, in my discussions with Maven developers, they seem to fully intended that users not rely on the central repo despite any short-comings you mention. 2) The JBoss folks (who will actually take care of this synching) are being asked to jump through

[hibernate-dev] Detached Query causes stale query cache entries

2008-08-18 Thread Lei Gu
Hibernate version: 3.2.6 We ran into an issue where detached query causes stale query cache entries. Our example is to retrieve a list of our favorite dogs. We use a separate table called favorite_animal to store our favorite animals, including dogs. For example, our main query is the followin

[hibernate-dev] Detached Query causes stale query cache entries

2008-08-18 Thread Lei Gu
Hibernate version: 3.2.6 We ran into an issue where detached query causes stale query cache entries. Our example is to retrieve a list of our favorite dogs. We use a separate table called favorite_animal to store our favorite animals, including dogs. For example, our main query is the followin

Re: [hibernate-dev] Hibernate 3.3.0.GA released

2008-08-18 Thread Max Bowsher
Max Rydahl Andersen wrote: > On Mon, 18 Aug 2008 12:36:23 +0200, Max Bowsher wrote: > >> Steve Ebersole wrote: >>> http://in.relation.to/Bloggers/HibernateCore330GoesGA >> >> Very nice! >> >> Will new arrangements for syncing artifacts to Maven2 central now be >> going active, or it is still up to

Re: [hibernate-dev] Hibernate 3.3.0.GA released

2008-08-18 Thread Max Rydahl Andersen
On Mon, 18 Aug 2008 12:36:23 +0200, Max Bowsher <[EMAIL PROTECTED]> wrote: Steve Ebersole wrote: http://in.relation.to/Bloggers/HibernateCore330GoesGA Very nice! Will new arrangements for syncing artifacts to Maven2 central now be going active, or it is still up to interested third parties t

Re: [hibernate-dev] Hibernate 3.3.0.GA released

2008-08-18 Thread Max Bowsher
Steve Ebersole wrote: > http://in.relation.to/Bloggers/HibernateCore330GoesGA Very nice! Will new arrangements for syncing artifacts to Maven2 central now be going active, or it is still up to interested third parties to file requests for a manual copy of specific artifact versions in codehaus JI