Re: [infinispan-dev] JBoss Modules: Unable to upgrade Hibernate Search to Infinispan 7.0.0.Beta2

2014-09-18 Thread Gustavo Fernandes
Using 5.0 will likely solve the issue for now, but what happens if search starts using slot 6.0 because of a version change? The test would suddenly fail again, because ispn would still drag 5.0 into the classpath Gustavo On Wed, Sep 17, 2014 at 12:44 AM, Sanne Grinovero sa...@infinispan.org

Re: [infinispan-dev] Hot Rod Remote Events #3: Customizing events

2014-09-18 Thread Galder ZamarreƱo
Radim, adding -dev list since others might have the same qs: @Will, some important information below: On 18 Sep 2014, at 08:16, Radim Vansa rva...@redhat.com wrote: Hi Galder, re: to your last blogpost $SUBJ: I miss two information there: 1) You say that the filter/converter factories

Re: [infinispan-dev] JBoss Modules: Unable to upgrade Hibernate Search to Infinispan 7.0.0.Beta2

2014-09-18 Thread Sanne Grinovero
On 18 September 2014 09:00, Gustavo Fernandes gustavona...@gmail.com wrote: Using 5.0 will likely solve the issue for now, but what happens if search starts using slot 6.0 because of a version change? The test would suddenly fail again, because ispn would still drag 5.0 into the classpath I

Re: [infinispan-dev] New algorithm to handle remote commands

2014-09-18 Thread Dan Berindei
Thanks Pedro, this looks great. However, I don't think it's ok to treat CommitCommands/Pessimistic PrepareCommands as RemoteLockCommands just because they may send L1 invalidation commands. It's true that those commands will block, but there's no need to wait for any other command before doing

[infinispan-dev] Feedback and requests on clustered and remote listeners

2014-09-18 Thread Emmanuel Bernard
Hi all, I have had a good exchange on how someone would use clustered / remote listeners to do custom continuous query features. I have a few questions and requests to make this fully and easily doable ## Value as bytes or as objects Assuming a Hot Rod based usage and protobuf as the

Re: [infinispan-dev] New algorithm to handle remote commands

2014-09-18 Thread Dan Berindei
On Thu, Sep 18, 2014 at 3:29 PM, Pedro Ruivo pe...@infinispan.org wrote: On 09/18/2014 12:03 PM, Dan Berindei wrote: Thanks Pedro, this looks great. However, I don't think it's ok to treat CommitCommands/Pessimistic PrepareCommands as RemoteLockCommands just because they may send L1