Re: [hibernate-dev] Envers set up

2010-09-15 Thread Andersen Max
eering side. /max > > On Wed, 2010-09-15 at 10:44 +0200, Andersen Max wrote: >> note, this is not just all about osgi but more about it not making sense (or >> causes conflicts) to run with hibernate search and envers enabled >> when the only thing you want to do is to

Re: [hibernate-dev] Envers set up

2010-09-15 Thread Andersen Max
or > these lookups in JEE deployments, namely the one given to use by the > container via PUI. > > In the JPA use-case this is not so difficult because we are physically > handed the ClassLoader we are supposed to use. My (mis)understanding of > osgi is quite the opposite. >

Re: [hibernate-dev] Envers set up

2010-09-15 Thread Andersen Max
> osgi is quite the opposite. If there is an API to pass in the classloader it can be passed in by whatever code that is used to bootstrap the persistence manager. /max > > On Tue, 2010-09-14 at 11:02 +0200, Andersen Max wrote: >> If this is done please make it super easy

[hibernate-dev] missing some content...

2010-09-14 Thread Andersen Max
Hi, Anyone know where http://www.hibernate.org/hib_docs/tools/* went after the merge ? /max ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Envers set up

2010-09-14 Thread Andersen Max
If this is done please make it super easy to disable that behavior - i.e. I don't want envers, search nor validator to be enabled by default when I run queries or reverse engineering from within tooling. i.e. I believe Search has a property to disable the behavior which we use to avoid classloa

[hibernate-dev] hibernate tools core now has its own trunk

2010-07-12 Thread Andersen Max
Hi, If you develop/contribute to hibernate tools core then you should update your svn checkouts to use https://svn.jboss.org/repos/hibernate/tools/trunk hibernate tools core (i.e. *not* the eclipse plugins) is now in the same structure as all the other hibernate modules. I've moved trunk and t

Re: [hibernate-dev] copying branch to trunk without loosing revisions ?

2010-07-12 Thread Andersen Max
boss.org/repos/hibernate/tools/branches/Branch_3_2 ended up going with this, but had to realized the hard way that svn mv behaves differently when the target directory exists ;) /max > > > On Fri, 2010-07-09 at 14:28 +0200, Andersen Max wrote: >> Hi, >> >> I know thi

Re: [hibernate-dev] Blogs

2010-07-12 Thread Andersen Max
http://www.feedmyinbox.com/ crazy! /max On Jul 12, 2010, at 10:46, Hardy Ferentschik wrote: > On Fri, 09 Jul 2010 16:34:15 +0200, Steve Ebersole > wrote: > >> So if someone knows how to make entries only commentable by *registered* >> users, that would be great. If not, I think its time I

[hibernate-dev] copying branch to trunk without loosing revisions ?

2010-07-09 Thread Andersen Max
Hi, I know this is a long overdue, but i'm now creating https://svn.jboss.org/repos/hibernate/tools/ and is trying to figure out how to make what were done in https://svn.jboss.org/repos/hibernate/branches/Branch_3_2/HibernateExt/tools/ the new trunk (maintaing history etc.) Is svn mv the onl

[hibernate-dev] database testing

2010-07-09 Thread Andersen Max
Hi, I assume that if I were to run the hibernate tools tests against the same database settings in hibernate core there is a risk of midair collision on the database :) So i'm interested in hearing who maintains/setup those databases so I could get one setup to run the hibernate tools test sui

Re: [hibernate-dev] Project layout

2010-07-09 Thread Andersen Max
>> >> In terms of these other concerns, how about someone actually try >> importing it and see if there are real, actual issues rather than us >> discussing esoteric possibilities that there could maybe be some >> more-or-less catastrophic problem importing them into eclipse ;) > > I'll see if I

Re: [hibernate-dev] Default entity's data access

2010-07-01 Thread Andersen Max
On Jul 1, 2010, at 22:48, Emmanuel Bernard wrote: > > On 1 juil. 2010, at 18:28, Andersen Max wrote: > >> >>> Give me the spec paragraph that says that field has priority over getter. >> >> Where is the spec that says getter has priority over field ? :

Re: [hibernate-dev] Default entity's data access

2010-07-01 Thread Andersen Max
gt; On 1 juil. 2010, at 11:06, Andersen Max wrote: > >>> The spec dedicates a whole paragraph about the default access type using >>> using annotations, but I could >>> not find anything regarding the default access type using orm.xml only. It >>> seems it

Re: [hibernate-dev] Default entity's data access

2010-07-01 Thread Andersen Max
> The spec dedicates a whole paragraph about the default access type using > using annotations, but I could > not find anything regarding the default access type using orm.xml only. It > seems it is up to > the implementor to decide on the the default. Why would you consider > 'property' acce

Re: [hibernate-dev] Project layout

2010-06-18 Thread Andersen Max
> >> If I want to enable lets say the FindBugs plugin or some Antlr plugin >> then it will overwritten by these shot-and-forget generation. > > In the IntelliJ plugin the idea is merging of information. IntelliJ > config files are all XML. So if the Gradle plugin does not understand a > certai

Re: [hibernate-dev] Project layout

2010-06-18 Thread Andersen Max
t is though a step backwards - but I agree its a smaller step backwards than the step forward you hope to go with using Gradle instead of mvn. /max > > On Fri, 2010-06-18 at 16:40 +0200, Andersen Max wrote: >> On Jun 18, 2010, at 16:26, Andersen Max wrote: >> >>> I'

Re: [hibernate-dev] Project layout

2010-06-18 Thread Andersen Max
On Jun 18, 2010, at 17:05, Steve Ebersole wrote: > On Fri, 2010-06-18 at 16:26 +0200, Andersen Max wrote: >> I'm still confused why these things are to be mixed together and not just >> separated out so the IDE's classpath/scopes >> matches the compile sco

Re: [hibernate-dev] Project layout

2010-06-18 Thread Andersen Max
On Jun 18, 2010, at 16:26, Andersen Max wrote: > I'm still confused why these things are to be mixed together and not just > separated out so the IDE's classpath/scopes > matches the compile scopes (seems like neither Eclipse, intellij nor netbeans > would be able to

Re: [hibernate-dev] Project layout

2010-06-18 Thread Andersen Max
aren't hibernate-testing artifact sensible in the sense of creating dialects externally from hibernate base ? /max On Jun 18, 2010, at 16:21, Steve Ebersole wrote: > hibernate-testing is a published artifact. It currently defines classes > in the org.hibernate.test package. Why is changing th

Re: [hibernate-dev] Project layout

2010-06-18 Thread Andersen Max
I'm still confused why these things are to be mixed together and not just separated out so the IDE's classpath/scopes matches the compile scopes (seems like neither Eclipse, intellij nor netbeans would be able to mimic what is being attempted in Gradle?) Anyway, eclipse can have multiple output

Re: [hibernate-dev] Weekly meeting (4/19)

2010-04-20 Thread Andersen Max
good set of pointers and "inspiration" :) /max On Apr 20, 2010, at 16:00, Steve Ebersole wrote: > On Tue, 2010-04-20 at 15:28 +0200, Andersen Max wrote: >> Hi, >> >> Noticed this part: >> >> [10:21] the problem with osgi is as soon as you ask anyone hat >

Re: [hibernate-dev] Weekly meeting (4/19)

2010-04-20 Thread Andersen Max
>> >> Noticed this part: >> >> [10:21] the problem with osgi is as soon as you ask anyone hat >> that means they have zero clue >> [10:22] "ok you want 'osgi support', how do i do that? what >> does that mean" >> [10:22] and then silence... >> [10:22] thats been my experience at any rate >

Re: [hibernate-dev] Weekly meeting (4/19)

2010-04-20 Thread Andersen Max
Hi, Noticed this part: [10:21] the problem with osgi is as soon as you ask anyone hat that means they have zero clue [10:22] "ok you want 'osgi support', how do i do that? what does that mean" [10:22] and then silence... [10:22] thats been my experience at any rate So my mails about the s