Re: [hibernate-dev] Envers set up

2010-09-15 Thread Andersen Max
On Sep 14, 2010, at 16:47, Steve Ebersole wrote: > "osgi land" in general is a problem. > > But yeah, I had even added a comment in this code that really we need to > allow passing in the ClassLoader to use. In fact this is not osgi > specific. In general JPA says we should use a specific Cl

Re: [hibernate-dev] Envers set up

2010-09-15 Thread Andersen Max
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 run a query or introspect the Configuration/SessionFactory object. /max On Sep 14, 2010, at 16:47, Steve Ebers

Re: [hibernate-dev] Envers set up

2010-09-15 Thread Steve Ebersole
Here is my issue with that line of thought... Many of these listeners alter the things you want to query! 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 env

Re: [hibernate-dev] Envers set up

2010-09-15 Thread Andersen Max
On Sep 15, 2010, at 15:07, Steve Ebersole wrote: > Here is my issue with that line of thought... Many of these listeners > alter the things you want to query! yes, for envers querying could be different I guess but for Search it is not. And none of them should affect the reverse engineering si

[hibernate-dev] ClassLoaders [was Re: Envers set up]

2010-09-15 Thread Steve Ebersole
We will need access to multiple ClassLoader references though to always be able to DoTheRightThing. Just not sure the right "view" here. Do we: 1) categorize these based on the role of the ClassLoader (application-cl, hibernate-cl, environment-cl, etc) 2) categorize them based on our specific ne

[hibernate-dev] Simultaneous Hibernate Core 3.5.6 and 3.6.0.CR1 releases

2010-09-15 Thread Gail Badner
Details are at http://in.relation.to/Bloggers/SimultaneousHibernate356FinalAnd360CR1Releases . ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev