[hibernate-dev] Infinispan DirectoryProvider for Hibernate Search

2010-09-16 Thread Sanne Grinovero
Hi all, this was planned long time ago and is now being requested often, especially on the Infinispan forum and irc. As Search might have to manage several indexes, these can all be stored in the same cache, or in different caches; In both cases the cache or CacheManager should be reused, and so t

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

2010-09-16 Thread Steve Ebersole
On Thu, 2010-09-16 at 10:19 +0200, Emmanuel Bernard wrote: > I have a spot spot for (1). If I load an Hib class library, I use > hibernate-cl, if I load an app class, I use application-cl etc. > BTW what would be environment-cl? The ClassLoader we'd use for JDBC classes. Thats the only use case

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

2010-09-16 Thread Emmanuel Bernard
I have a spot spot for (1). If I load an Hib class library, I use hibernate-cl, if I load an app class, I use application-cl etc. BTW what would be environment-cl? On 15 sept. 2010, at 15:47, Steve Ebersole wrote: > > We will need access to multiple ClassLoader references though to always > be