[hibernate-dev] HSEARCH virtual fields (WAS Re: About mapping of @IndexedEmbedded and @DocumentId)

2011-03-16 Thread Emmanuel Bernard
It's an interesting idea but I am not sure it works in that many practical cases. It's definitely worth exploring though. Here are a few comments: - does not work for embedded collections - => does not work in a bidirectional @ManyToOne ot @*ToMany environment (quite common) - work in a unidi

[hibernate-dev] building core from master

2011-03-16 Thread Sanne Grinovero
Hello, I really wanted to merge my super-trivial patch using the new JUnit4 capabilities, but I'm having some issues in building core. 1)IntelliJ (after solving the OOM issues with the annotation processor) It doesn't find the ANTLR generated files, hence I can't run my test as it has a compile fa

Re: [hibernate-dev] building core from master

2011-03-16 Thread Steve Ebersole
On Wednesday, March 16, 2011, at 10:15 am, Sanne Grinovero wrote: > Hello, > I really wanted to merge my super-trivial patch using the new JUnit4 > capabilities, but I'm having some issues in building core. > > 1)IntelliJ > (after solving the OOM issues with the annotation processor) > It doesn't

Re: [hibernate-dev] building core from master

2011-03-16 Thread Sanne Grinovero
> On Wednesday, March 16, 2011, at 10:15 am, Sanne Grinovero wrote: >> Hello, >> I really wanted to merge my super-trivial patch using the new JUnit4 >> capabilities, but I'm having some issues in building core. >> >> 1)IntelliJ >> (after solving the OOM issues with the annotation processor) >> It

Re: [hibernate-dev] building core from master

2011-03-16 Thread Steve Ebersole
On Wednesday, March 16, 2011, at 11:09 am, Sanne Grinovero wrote: > > On Wednesday, March 16, 2011, at 10:15 am, Sanne Grinovero wrote: > >> Hello, > >> I really wanted to merge my super-trivial patch using the new JUnit4 > >> capabilities, but I'm having some issues in building core. > >> > >> 1)

Re: [hibernate-dev] HSEARCH virtual fields (WAS Re: About mapping of @IndexedEmbedded and @DocumentId)

2011-03-16 Thread Sanne Grinovero
2011/3/16 Emmanuel Bernard : > It's an interesting idea but I am not sure it works in that many practical > cases. It's definitely worth exploring though. > > Here are a few comments: >  - does not work for embedded collections no, but we don't support them yet ;) Also embedded collections wouldn

Re: [hibernate-dev] Intellij javac running out of memory compiling master??

2011-03-16 Thread Steve Ebersole
Btw, I also put both of the jars containing annotation processors in special gralde "configurations" which means that they should no longer be getting added to the classpaths of the "exported" IDE projects. Which in turn means that the annotation processors should no longer be getting run. On