Re: [hibernate-dev] Integrator locator

2011-03-31 Thread Adam Warski
On Mar 30, 2011, at 8:46 PM, Steve Ebersole wrote: > To be honest not sure what this really buys you. Basically you have to > follow > the META-INF/service/{intf-name} pattern for naming your locator file and > that > locator file, as far as I know, can only have a single entry naming the im

Re: [hibernate-dev] Integrator locator

2011-03-31 Thread Max Rydahl Andersen
Any thinking done on how CDI enabled applications could be using CDI to wire this up ? /max On Mar 27, 2011, at 19:27, Steve Ebersole wrote: > HHH-5562 is done, which introduces a locator/discovery means for integrating > with Hibernate. Specifically it introduces the (alternate name suggesti

Re: [hibernate-dev] Integrator locator

2011-03-31 Thread Max Rydahl Andersen
btw. any way to disable specific discovery items ? i.e. I would like to not have search and envers enabled when the tools are doing query plans/executions since it then suddenly requires much more configuration to have it setup and run. /max On Mar 31, 2011, at 12:00, Max Rydahl Andersen wrote

Re: [hibernate-dev] Shaded build for the HV annotation processor

2011-03-31 Thread Max Rydahl Andersen
On Mar 24, 2011, at 17:10, Hardy Ferentschik wrote: > On Wed, 23 Mar 2011 15:41:29 +0100, Max Rydahl Andersen > wrote: > >>> Speaking of shading, this could be an easy solution for METAGEN-53 as well. >>> >> >> For metagen-53 I recall that the only dependency is class name lookup which >> c

Re: [hibernate-dev] building core from master

2011-03-31 Thread Max Rydahl Andersen
>> 2)Eclipse >> the configuration files generated by gradle are totally wrong, but I >> could fix them by hand. >> Now Eclipse refuses to compile the project as there's a circular >> dependency: the testsuite from hibernate-core depends on the >> hibernate-testing module, which in turn depends on h

Re: [hibernate-dev] building core from master

2011-03-31 Thread Steve Ebersole
Just because eclipse might not like it does not make it broken ;) On Thursday, March 31, 2011, at 05:14 am, Max Rydahl Andersen wrote: > >> 2)Eclipse > >> the configuration files generated by gradle are totally wrong, but I > >> could fix them by hand. > >> Now Eclipse refuses to compile the proj

Re: [hibernate-dev] building core from master

2011-03-31 Thread Max Rydahl Andersen
On Mar 31, 2011, at 15:28, Steve Ebersole wrote: > Just because eclipse might not like it does not make it broken ;) It's your choice to make it hard to develop on Hibernate core in Eclipse. You can fix it on Hibernate side - I can't fix Eclipse core fundamentals. /max > On Thursday, March 31

Re: [hibernate-dev] building core from master

2011-03-31 Thread Steve Ebersole
On Thursday, March 31, 2011, at 11:52 am, Max Rydahl Andersen wrote: > On Mar 31, 2011, at 15:28, Steve Ebersole wrote: > > Just because eclipse might not like it does not make it broken ;) > > It's your choice to make it hard to develop on Hibernate core in Eclipse. Thats one way to look at it.

Re: [hibernate-dev] building core from master

2011-03-31 Thread Sanne Grinovero
2011/3/31 Steve Ebersole : > > On Thursday, March 31, 2011, at 11:52 am, Max Rydahl Andersen wrote: >> On Mar 31, 2011, at 15:28, Steve Ebersole wrote: >> > Just because eclipse might not like it does not make it broken ;) >> >> It's your choice to make it hard to develop on Hibernate core in Eclip

Re: [hibernate-dev] Integrator locator

2011-03-31 Thread Adam Warski
On Mar 31, 2011, at 12:05 PM, Max Rydahl Andersen wrote: > btw. any way to disable specific discovery items ? > i.e. I would like to not have search and envers enabled when the tools are > doing query plans/executions > since it then suddenly requires much more configuration to have it setup an

Re: [hibernate-dev] building core from master

2011-03-31 Thread John Verhaeg
It's not a configuration issue, rather a preference setting to turn off the warning about cyclic dependencies: Preferences > Java > Compilter > Building > Build Path Problems > Circular Dependencies > Warning On Mar 31, 2011, at 1:07 PM, Sanne Grinovero wrote: > 2011/3/31 Steve Ebersole : >> >

Re: [hibernate-dev] Integrator locator

2011-03-31 Thread Emmanuel Bernard
There is one for search too. But should we have a global flag to disable all integrations? Does it makes sense (what about Bean Validation for example? On 31 mars 2011, at 20:08, Adam Warski wrote: > > On Mar 31, 2011, at 12:05 PM, Max Rydahl Andersen wrote: > >> btw. any way to disable speci

Re: [hibernate-dev] building core from master

2011-03-31 Thread Max Rydahl Andersen
>> You can fix it on Hibernate side - I can't fix Eclipse core fundamentals. > > Well as John already said, he was able to verify that it does in fact work in > Eclipse. So obviously *they* don't think its a broken set up. Thats just > your opinion. Perhaps maybe the concern is that it possib

Re: [hibernate-dev] building core from master

2011-03-31 Thread Max Rydahl Andersen
> It's not a configuration issue, rather a preference setting to turn off the > warning about cyclic dependencies: Preferences > Java > Compilter > Building > > Build Path Problems > Circular Dependencies > Warning If thats enough thats greatbut there is a reason eclipse has that as an Err