Re: [hibernate-dev] want to join hibernate development community

2009-04-14 Thread Emmanuel Bernard
This was a mistake. fixed now. funny it stayed all these months :) On Apr 14, 2009, at 19:54, Sanne Grinovero wrote: JavaReflectionManagerTest is importing "import com.sun.org.apache.xpath.internal.operations.Number;" which is not legal in eclipse, as it's not in the standard JavaSE. It's act

Re: [hibernate-dev] want to join hibernate development community

2009-04-14 Thread Sanne Grinovero
JavaReflectionManagerTest is importing "import com.sun.org.apache.xpath.internal.operations.Number;" which is not legal in eclipse, as it's not in the standard JavaSE. It's actually quite bad, because in Ganymede I'm not allowed to disable this behaviour, I had to comment out the code to be able t

Re: [hibernate-dev] want to join hibernate development community

2009-04-14 Thread joy deep
Hi Emmanuel ,   Shall I take up the issue , but I will need some time to set my the project up in eclipse and build the project with maven which I am not used to (I use ant for my office project, pretty old stuff  ). Thanks and Regards Joydeep Bhattacharjee --- On Tue, 14/4/09, Emmanuel

Re: [hibernate-dev] want to join hibernate development community

2009-04-14 Thread Emmanuel Bernard
On Apr 14, 2009, at 15:08, Elhanan Maayan wrote: 3. on hibernate-common-annotations project change the compiler error/ warnings , turn the forbidden reference (access rules) to warning instead of error. Hey Elhanan, What issue did you have in this area? Might be a problem I am not seeing

Re: [hibernate-dev] want to join hibernate development community

2009-04-14 Thread Max Rydahl Andersen
i never thought hibernate was simple, my problem is that i don't see how anyone outside jboss personal can actually create fixes (patches or commits) without internal overview of hibernate. and jumping head first is actually what a new developer in jboss would need to do, even if he did had p

[hibernate-dev] Re: HSEARCH-178

2009-04-14 Thread Emmanuel Bernard
On Apr 14, 2009, at 16:22, Sanne Grinovero wrote: I'm going for the Map approach, to favor cleaner code and because you appear to be more comfortable with it. Even so there are two more points to consider: 1)If in the future a code change of the Synchronization (stored in the WeakMap as a val

[hibernate-dev] shouldn't there be a where clause for joined subclass?

2009-04-14 Thread Elhanan Maayan
hi.. i was trying to figure how to solve this : http://opensource.atlassian.com/projects/hibernate/browse/HHH-3856 as it occurred to me that a user can put any column the want in the where clause, a column which may exists only in the sub class join table (not the case here). i don't know how ex

Re: [hibernate-dev] want to join hibernate development community

2009-04-14 Thread Elhanan Maayan
i meant to say you need m2eclipse if you want to shorten the procedure as much as possible, instead of using command line windows. personally i like consolidating all my tools as much as possible into one single IDE, so if i'll use maven, i'd wanna use it inside eclipse without much hassle. i neve

[hibernate-dev] Re: issue EJB-374

2009-04-14 Thread Emmanuel Bernard
Hi I can't apply your patch to a micro release as it would break things. I have planned it for 3.5 but I think you are overly optimistic in your way to use File and navigate the path. This is something that will typically break in some app servers and needs more thorough testing. Emmanue

[hibernate-dev] Re: HSEARCH-178

2009-04-14 Thread Sanne Grinovero
I'm going for the Map approach, to favor cleaner code and because you appear to be more comfortable with it. Even so there are two more points to consider: 1)If in the future a code change of the Synchronization (stored in the WeakMap as a value) would be changed in any way to get a (hard) referen

Re: [hibernate-dev] want to join hibernate development community

2009-04-14 Thread Chris Bredesen
Some observations on this thread: 1. You do not need m2eclipse. /trunk and /Branch_3_3 both use Maven 2 and will build straight away with "mvn compile". 2. You can generate Eclipse or IDEA project files from the command line in the standard Maven way (mvn eclipse:eclipse or mvn idea:idea) an

Re: [hibernate-dev] want to join hibernate development community

2009-04-14 Thread joy deep
Thanks soo much , I was by the side of the ocean no idea about depth . Are only JBoss people allowed to make changes !!! Thanks and Regards Joydeep Bhattacharjee --- On Tue, 14/4/09, Elhanan Maayan wrote: From: Elhanan Maayan Subject: Re: [hibernate-dev] want to join hibernate development c

Re: [hibernate-dev] want to join hibernate development community

2009-04-14 Thread Elhanan Maayan
i've started a small blog http://osventure.wordpress.com/ about my experiences with open source, documenting my attempts. please note that you will need m2eclipse plugin to download the code, as the svn repo is not in eclipse project. you will then need to change your .settings.xml file for maven

Re: [hibernate-dev] want to join hibernate development community

2009-04-14 Thread joy deep
Hi , I was able to download from http://anonsvn.jboss.org/repos/hibernate . Its in process I will try to build the code as I am done with the check out.Thanks for a quick reply. Thanks and Regards Joydeep Bhattacharjee --- On Tue, 14/4/09, Donnchadh Ó Donnabháin wrote: From: Do

Re: [hibernate-dev] want to join hibernate development community

2009-04-14 Thread Emmanuel Bernard
I have added the link to the anonymous SVN which is enough to create patches http://hibernate.org/436.html On Apr 14, 2009, at 14:26, joy deep wrote: Hi The SVN repo for the hibernate requires a user name and password. I was unable to check out the code can you please give me a user

Re: [hibernate-dev] want to join hibernate development community

2009-04-14 Thread Donnchadh Ó Donnabháin
Try http://anonsvn.jboss.org/repos/hibernate . Donnchadh 2009/4/14 joy deep : > Hi >     The SVN repo for the hibernate requires a user name and password. I was > unable to check out the code can you please give me a user name and > password. > > > https://svn.jboss.org/repos/hibernate > > Than

Re: [hibernate-dev] want to join hibernate development community

2009-04-14 Thread joy deep
Hi     The SVN repo for the hibernate requires a user name and password. I was unable to check out the code can you please give me a user name and password.   https://svn.jboss.org/repos/hibernate Thanks and Regards Joydeep Bhattacharjee --- On Tue, 14/4/09, Steve Ebersole wrote:

[hibernate-dev] Re: HSEARCH-178

2009-04-14 Thread Emmanuel Bernard
On Apr 14, 2009, at 13:03, Sanne Grinovero wrote: I've 2 inline answers: 2009/4/14 Emmanuel Bernard : Read inline On Apr 13, 2009, at 17:22, Sanne Grinovero wrote: After our chat about the topic I thought that I only needed some minor changes, was quite wrong. I moved the flush listen

[hibernate-dev] Re: HSEARCH-178

2009-04-14 Thread Sanne Grinovero
I've 2 inline answers: 2009/4/14 Emmanuel Bernard : > Read inline > > On  Apr 13, 2009, at 17:22, Sanne Grinovero wrote: > >> After our chat about the topic I thought that I only needed some minor >> changes, >> was quite wrong. >> >> I moved the flush listener to the usual FullTextIndexEventListe

Re: [hibernate-dev] want to join hibernate development community

2009-04-14 Thread Steve Ebersole
http://hibernate.org/436.html On Tue, 2009-04-14 at 09:35 +0530, joy deep wrote: > Hi, > Is there any SVN repository from where I can download the source > codes, and set up my project in eclipse .Can you also give the > Bugzilla link for hibernate.I want to get my feet wet with the code > soo

[hibernate-dev] Re: HSEARCH-178

2009-04-14 Thread Emmanuel Bernard
Read inline On Apr 13, 2009, at 17:22, Sanne Grinovero wrote: After our chat about the topic I thought that I only needed some minor changes, was quite wrong. I moved the flush listener to the usual FullTextIndexEventListener, using delegation at first as we had agreed. This got me into