Re: [hibernate-dev] Envers set up

2010-09-10 Thread Steve Ebersole
Well there is also a possibility in this case that we whack a users set of custom listeners. Or if they define listeners that short-circuit event processing before envers listeners are processed (assuming we append the envers listeners to the end of the listeners list). On Fri, 2010-09-10 at 15:4

Re: [hibernate-dev] Envers set up

2010-09-10 Thread Hernán Chanfreau
Hello! I think it´s a good idea. There would be fewer user errors setting up envers. Regards. Hernán. 2010/9/10 Steve Ebersole > What do you think of an option that says "enable envers", rather than > explicitly needing to set up each listener? > > -- > Steve Ebersole > http://hibernate.org

[hibernate-dev] Envers set up

2010-09-10 Thread Steve Ebersole
What do you think of an option that says "enable envers", rather than explicitly needing to set up each listener? -- Steve Ebersole http://hibernate.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listi

Re: [hibernate-dev] entity modes

2010-09-10 Thread Steve Ebersole
Correct, provided that entity had only one mode on the SessionFactory On Fri, 2010-09-10 at 17:46 +0200, Adam Warski wrote: > On Sep 10, 2010, at 4:16 PM, Steve Ebersole wrote: > > > I'd have to look closer at the envers code to know for sure, but the > > option I can see here is to say that the

Re: [hibernate-dev] Hibernate Search and Bobo Browse

2010-09-10 Thread Marc Schipperheyn
Yeah, I found the Provider. Bobo really likes to eat indexReaders though, so I think I need a decorated indexReader that basically calls openReader when Bobo asks for an indexReader or something like that. Unfortunately, it doesn't turn out to be all that easy. Bobo is definitely built like a Formu

Re: [hibernate-dev] entity modes

2010-09-10 Thread Adam Warski
On Sep 10, 2010, at 4:16 PM, Steve Ebersole wrote: > I'd have to look closer at the envers code to know for sure, but the > option I can see here is to say that the entity mode specified for a > session factory is the entity mode we use when building the metamodel > from hbm.xml or annotations.

Re: [hibernate-dev] Hibernate Search and Bobo Browse

2010-09-10 Thread Hardy Ferentschik
Hi, sounds interesting. I think I came across bobo-browse when investigating possible solutions for faceting implementations. If you are just after the underlying Lucene resources, like the IndexReader, you can get hold of it via SearchFactory.getReaderProvider(). In order to open the reader

Re: [hibernate-dev] entity modes

2010-09-10 Thread Steve Ebersole
I'd have to look closer at the envers code to know for sure, but the option I can see here is to say that the entity mode specified for a session factory is the entity mode we use when building the metamodel from hbm.xml or annotations. Envers would then build its metamodel structures as it needs

[hibernate-dev] Hibernate Search and Bobo Browse

2010-09-10 Thread Marc Schipperheyn
Hi, I would like to suggest an integration of Hibernate Search with Bobo Browse (http://code.google.com/p/bobo-browse/). Bobo Browse is the open source faceting engine developed by LinkedIn and AFAIC it's amazing. Even though the documentation is sparse, the results are easy to achieve, flexible a

Re: [hibernate-dev] [HSearch] Upgrade to Lucene 3.0

2010-09-10 Thread Hardy Ferentschik
Maybe not directly related, but on the Lucene development list a discussion started about doing more frequent releases: http://www.lucidimagination.com/search/document/695d24905051fdbd/discussion_about_release_frequency#474564645f673fbb People are in favor of the idea and hopefully the outcome

Re: [hibernate-dev] entity modes

2010-09-10 Thread Adam Warski
Hello, > Of course all this situations only occur where apps are using multiple > entity modes simultaneously, which we are not even sure is widely used; > I, at least, am not really sure exactly how entity modes are commonly > used. I know people use the dynamic map mode for integration with > s