[infinispan-dev] Infinispan 5.2.Alpha4 is out

2012-09-19 Thread Mircea Markus
More about it here: http://infinispan.blogspot.ro/2012/09/520alpha4-bring-cross-site-replication.html Cheers, -- Mircea Markus Infinispan lead (www.infinispan.org) ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.o

Re: [infinispan-dev] ISPN-2314 fix looks fishy

2012-09-19 Thread Dan Berindei
On Wed, Sep 19, 2012 at 2:02 PM, Mircea Markus wrote: > > On 19 Sep 2012, at 12:57, Manik Surtani wrote: > > > Hi guys, > > Having briefly investigated https://issues.jboss.org/browse/ISPN-2314, I > consider the fix (https://github.com/infinispan/infinispan/pull/1318) to > be rather fishy. > > Sur

Re: [infinispan-dev] ISPN-2314 fix looks fishy

2012-09-19 Thread Mircea Markus
On 19 Sep 2012, at 12:57, Manik Surtani wrote: >> >> Hi guys, >> >> Having briefly investigated https://issues.jboss.org/browse/ISPN-2314, I >> consider the fix (https://github.com/infinispan/infinispan/pull/1318) to be >> rather fishy. >> >> Sure it works, but it masks the fact that the ord

Re: [infinispan-dev] IllegalArgumentException running CDI tests from IDE (IntelliJ)

2012-09-19 Thread Galder Zamarreño
Sorted. On Sep 19, 2012, at 12:21 PM, Galder Zamarreño wrote: > Ah, seems like the issue is that when running from the IDE, the pom is not > loaded correctly and hence the version cannot be resolved: > >.loadMetadataFromPom("pom.xml") >.artifact(

Re: [infinispan-dev] IllegalArgumentException running CDI tests from IDE (IntelliJ)

2012-09-19 Thread Galder Zamarreño
Ah, seems like the issue is that when running from the IDE, the pom is not loaded correctly and hence the version cannot be resolved: .loadMetadataFromPom("pom.xml") .artifact("org.jboss.solder:solder-impl") Something more friendly with both comman

[infinispan-dev] IllegalArgumentException running CDI tests from IDE (IntelliJ)

2012-09-19 Thread Galder Zamarreño
Hi, I'm trying to run org.infinispan.cdi.test.cachemanager.embedded.external.ExternalCacheContainerTest from the IDE and it says that the coordinates of "org.jboss.solder:solder-impl," are not passed properly: Caused by: java.lang.IllegalArgumentException: Bad artifact coordinates, expected f

Re: [infinispan-dev] ISPN-2314 fix looks fishy

2012-09-19 Thread Manik Surtani
On 19 Sep 2012, at 10:20, Galder Zamarreño wrote: > Hi guys, > > Having briefly investigated https://issues.jboss.org/browse/ISPN-2314, I > consider the fix (https://github.com/infinispan/infinispan/pull/1318) to be > rather fishy. > > Sure it works, but it masks the fact that the order in w

[infinispan-dev] ISPN-2314 fix looks fishy

2012-09-19 Thread Galder Zamarreño
Hi guys, Having briefly investigated https://issues.jboss.org/browse/ISPN-2314, I consider the fix (https://github.com/infinispan/infinispan/pull/1318) to be rather fishy. Sure it works, but it masks the fact that the order in which things are started has changed (This IMO seems to be the resu

Re: [infinispan-dev] BUILD FAILURE

2012-09-19 Thread Dan Berindei
Maybe you built JGroups locally once? Bela doesn't use SNAPSHOT versions in his pom.xml, so if you build/install JGroups on your machine using maven you'll be stuck with your version. Cheers Dan On Tue, Sep 18, 2012 at 4:10 PM, Sanne Grinovero wrote: > Ok so it seems Erik had some shady tricks

Re: [infinispan-dev] Issue with cache blocks for local read-only cache

2012-09-19 Thread Galder Zamarreño
This is code written in JBoss Cache days to deal with situations where putFromLoad might try to store stale data (if data is deleted in between a database read and putFromLoad being called). Indeed this can happen with read only data, and has nothing to do with clustering. The original issue i