Re: [hibernate-dev] Hibernate Search: Infinispan DirectoryProvider

2010-03-09 Thread Hardy Ferentschik
On Tue, 09 Mar 2010 10:42:13 -0300, Emmanuel Bernard wrote: >> In Infinispan dependencies like jbossjta are in test scope while the >> jboss-transaction-api is in compile scope; >> fine for me, I'm just warning that without modularizing Search this is >> going to introduce many additional jars.

Re: [hibernate-dev] Hibernate Search: Infinispan DirectoryProvider

2010-03-09 Thread Sanne Grinovero
Inline: 2010/3/9 Emmanuel Bernard : > > On 9 mars 2010, at 12:47, Sanne Grinovero wrote: > >> Hi all, >> I'd like to merge the Infinispan DirectoryProvider soon: >> >> The code is trivial as it was designed primarily for Search, but some >> points need to be discussed: >> >> 1) Dependencies >> 1A)

Re: [hibernate-dev] Hibernate Search: Infinispan DirectoryProvider

2010-03-09 Thread Emmanuel Bernard
On 9 mars 2010, at 14:37, Sanne Grinovero wrote: > Inline: > > 2010/3/9 Emmanuel Bernard : >> >> On 9 mars 2010, at 12:47, Sanne Grinovero wrote: >> >>> Hi all, >>> I'd like to merge the Infinispan DirectoryProvider soon: >>> >>> The code is trivial as it was designed primarily for Search, bu

Re: [hibernate-dev] Hibernate Search: Infinispan DirectoryProvider

2010-03-09 Thread Emmanuel Bernard
On 9 mars 2010, at 12:47, Sanne Grinovero wrote: > Hi all, > I'd like to merge the Infinispan DirectoryProvider soon: > > The code is trivial as it was designed primarily for Search, but some > points need to be discussed: > > 1) Dependencies > 1A) Transaction implementation: > It does require

[hibernate-dev] Hibernate Search: Infinispan DirectoryProvider

2010-03-09 Thread Sanne Grinovero
Hi all, I'd like to merge the Infinispan DirectoryProvider soon: The code is trivial as it was designed primarily for Search, but some points need to be discussed: 1) Dependencies 1A) Transaction implementation: It does require Infinispan modules, most are transitive dependencies of org.infini