Re: [infinispan-dev] (additional use case for WF8) Removing Infinispan dependency on the Hibernate-Infinispan module in 4.x

2013-06-04 Thread Sanne Grinovero
On 4 June 2013 04:04, Scott Marlow smar...@redhat.com wrote: On 06/03/2013 07:20 PM, Sanne Grinovero wrote: My very personal opinion is that if the user requires to bring his own Hibernate jars it is fair enough to require in turn that he should bring his own cache implementations as well.

Re: [infinispan-dev] (additional use case for WF8) Removing Infinispan dependency on the Hibernate-Infinispan module in 4.x

2013-06-04 Thread Bela Ban
On 6/4/13 10:44 AM, Sanne Grinovero wrote: I think we would hit problems where the JPA EE container/subsystem side interacts with the Infinispan (system) module (probably EJB3 code as well.) Right, I realize that, but there might be a solution coming we call grafting JGRP-1613 Good you

Re: [infinispan-dev] (additional use case for WF8) Removing Infinispan dependency on the Hibernate-Infinispan module in 4.x

2013-06-04 Thread Sanne Grinovero
On 4 June 2013 09:52, Bela Ban b...@redhat.com wrote: On 6/4/13 10:44 AM, Sanne Grinovero wrote: I think we would hit problems where the JPA EE container/subsystem side interacts with the Infinispan (system) module (probably EJB3 code as well.) Right, I realize that, but there might be a

Re: [infinispan-dev] mongodb cache store added in Infinispan 5.3 - curtesy of Guillaume Scheibel

2013-06-04 Thread Mircea Markus
restarting the mongodb instance solved the problem. I think the root cause of the problems is that we deleted the mongodb database files externally after running the suite, as the test doesn't cleanup properly yet: https://issues.jboss.org/browse/ISPN-3135 As Randal suggested, I think the

Re: [infinispan-dev] Retrieval operations with the IGNORE_RETURN_VALUES flag

2013-06-04 Thread Mircea Markus
On 3 Jun 2013, at 19:01, Dan Berindei dan.berin...@gmail.com wrote: Fair point... ok, let's leave it as it is now. On Mon, Jun 3, 2013 at 5:23 PM, Galder ZamarreƱo gal...@redhat.com wrote: On Jun 3, 2013, at 11:52 AM, Dan Berindei dan.berin...@gmail.com wrote: Hi guys

Re: [infinispan-dev] mongodb cache store added in Infinispan 5.3 - curtesy of Guillaume Scheibel

2013-06-04 Thread Mircea Markus
Thanks! On 31 May 2013, at 10:27, Guillaume SCHEIBEL guillaume.schei...@gmail.com wrote: I have updated the main page but I haven't found how to delete the child page. I've deleted the child page The blog post has been updated you can publish whenever you want to. The blog post still

Re: [infinispan-dev] mongodb cache store added in Infinispan 5.3 - curtesy of Guillaume Scheibel

2013-06-04 Thread Mircea Markus
On 4 Jun 2013, at 00:02, Randall Hauch rha...@redhat.com wrote: Did you see my earlier email on the use of Flapdoodle's embedded MongoDB library? It's a great way for a test case to start up (and then shut down) an embedded MongoDB instance.

Re: [infinispan-dev] mongodb cache store added in Infinispan 5.3 - curtesy of Guillaume Scheibel

2013-06-04 Thread Mircea Markus
On 4 Jun 2013, at 00:02, Randall Hauch rha...@redhat.com wrote: Did you see my earlier email on the use of Flapdoodle's embedded MongoDB library? It's a great way for a test case to start up (and then shut down) an embedded MongoDB instance.

Re: [infinispan-dev] mongodb cache store added in Infinispan 5.3 - curtesy of Guillaume Scheibel

2013-06-04 Thread Guillaume SCHEIBEL
Done for the blogpost. I'll have a look for the embedding mongo part. Guillaume 2013/6/4 Mircea Markus mmar...@redhat.com On 4 Jun 2013, at 00:02, Randall Hauch rha...@redhat.com wrote: Did you see my earlier email on the use of Flapdoodle's embedded MongoDB library? It's a great way for

Re: [infinispan-dev] Suppressing state transfer via JMX

2013-06-04 Thread Mircea Markus
Manik, what's wrong with Dan's suggestion with clearing the cache before shutdown? On 31 May 2013, at 14:20, Manik Surtani msurt...@redhat.com wrote: If we only want to deal with full cluster shutdown, then I think stopping all application requests, calling Cache.clear() on one node, and

Re: [infinispan-dev] mongodb cache store added in Infinispan 5.3 - curtesy of Guillaume Scheibel

2013-06-04 Thread Mircea Markus
On 4 Jun 2013, at 10:42, Guillaume SCHEIBEL guillaume.schei...@gmail.com wrote: I'll have a look for the embedding mongo part. Thank you Guillaume. Cheers, -- Mircea Markus Infinispan lead (www.infinispan.org) ___ infinispan-dev mailing list

Re: [infinispan-dev] (additional use case for WF8) Removing Infinispan dependency on the Hibernate-Infinispan module in 4.x

2013-06-04 Thread Scott Marlow
On 06/04/2013 04:44 AM, Sanne Grinovero wrote: On 4 June 2013 04:04, Scott Marlow smar...@redhat.com wrote: On 06/03/2013 07:20 PM, Sanne Grinovero wrote: My very personal opinion is that if the user requires to bring his own Hibernate jars it is fair enough to require in turn that he should

Re: [infinispan-dev] Retrieval operations with the IGNORE_RETURN_VALUES flag

2013-06-04 Thread Dan Berindei
On Tue, Jun 4, 2013 at 12:27 PM, Mircea Markus mmar...@redhat.com wrote: On 3 Jun 2013, at 19:01, Dan Berindei dan.berin...@gmail.com wrote: Fair point... ok, let's leave it as it is now. On Mon, Jun 3, 2013 at 5:23 PM, Galder ZamarreƱo gal...@redhat.com wrote: On Jun 3, 2013,

[infinispan-dev] Infinispan 5.3 and the new JGroups bundler

2013-06-04 Thread Pedro Ruivo
Hi all, In Infinispan 5.3 we are allowing message bundling due to recent improvements made in JGroups' bundler. The new bundler is the default in JGroups 3.3 but if you are using the old bundler (UDP.bundler_type=old), please may consider to change it to use the new bundler

[infinispan-dev] ISPN-3135 Cleanup mongodb databases created by tests

2013-06-04 Thread Guillaume SCHEIBEL
Hello, I have just submited a pull request about this issue: https://github.com/infinispan/infinispan/pull/1871 Let me know you what you think about it. Cheers, Guillaume ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org

[infinispan-dev] ISPN-3165 Adding a programmatic configuration test for the MongoDB cache store

2013-06-04 Thread Guillaume SCHEIBEL
Hello, I have submited a new pull request about ISPN-3165. WDYT ? Cheers, Guillaume ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/infinispan-dev