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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
21 matches
Mail list logo