[infinispan-dev] Where is the LegacyLoaderAdapter interface ?

2013-09-04 Thread Guillaume SCHEIBEL
Hello guys, I'm updating myself since the cache store have been split into different projects. I have forked the infinispan-cachestore-monogdb and I can't find an interface org.infinispan.configuration.cache.LegacyLoaderAdapter Does it have been deleted ? Replace (by what) ? Must / should th

Re: [infinispan-dev] Where is the LegacyLoaderAdapter interface ?

2013-09-04 Thread Guillaume SCHEIBEL
ter wait > for those to settle before tackling this. > > Tristan > > > On 09/04/2013 03:19 PM, Guillaume SCHEIBEL wrote: > >> Hello guys, >> >> I'm updating myself since the cache store have been split into different >> projects. I have

Re: [infinispan-dev] Migrating the HBase cache store to 6.0.0 API

2013-09-06 Thread Guillaume SCHEIBEL
Hello, No problem I'll switch the MongoDB ASAP. And in the same time I'll directly write the new Redis cachestore with the new API. Cheers Guillaume Le 6 sept. 2013 18:47, "Mircea Markus" a écrit : > Hi guys, > > Part of Infinispan 6.0 we revamped the CacheStore API and the existing > stores n

[infinispan-dev] Synchronous write on cachestore

2013-12-26 Thread Guillaume SCHEIBEL
Hello everyone, I'm fixing some issues on the MongoDB cachestore configuration (v5.3). I've written a test [1] to check that the value I've added in the cache is correctly persisted into my MongoDB collection. The problem is that when comes at the "assert" time, the value put in the cache has sti

[infinispan-dev] [ISPN1797] Cannot find ispn core metadata file

2013-01-02 Thread Guillaume SCHEIBEL
Hi guys, I'm finishing the last version of the MongoDB cache store module and I'm facing to a problem when the core module try to load "infinispan-core-component-metadata.dat" but I know nothing about it. Weird thing, last time I ran the test (XML parsing) the problem didn't showed up. Any idea o

[infinispan-dev] [ISPN-1797]MongoDB CacheStore

2013-01-08 Thread Guillaume SCHEIBEL
Hi everyone, Finally, I made the last (for the moment actually :) ) touch to the mongoDB cache store, the pull request #1473 has been updated. Hope it's better now, let know what do you think about it. Cheers, Guillaume ___ infinispan-dev mailing list i

Re: [infinispan-dev] [ISPN-1797]MongoDB CacheStore

2013-04-08 Thread Guillaume SCHEIBEL
Hello, Don't know if someone saw it (in doubt, I'm sending this email). I have updated (few weeks ago) the pull request about the MongoDB cachestore. Let me know hat you think about it. Have a nice day Guillaume 2013/1/9 Guillaume SCHEIBEL > Hi everyone, > > Finally, I mad

[infinispan-dev] ISPN-1797 MongoDB cachestore - pending question

2013-05-20 Thread Guillaume SCHEIBEL
Hi Sanne, You probably missed the notification but there is still one pending question I asked you for the pull request: *@Sanne, I would like the MongoDBCacheStoreConfig constructor to return an exception if the port is not properly set (between 1 and 65535) but how to handle it in the caller ?

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

2013-05-22 Thread Guillaume SCHEIBEL
: > > > https://github.com/ModeShape/modeshape/blob/master/modeshape-jcr/pom.xml#L147 > > https://github.com/ModeShape/modeshape/blob/master/modeshape-jcr/src/test/java/org/modeshape/jcr/value/binary/MongodbBinaryStoreTest.java > > > > On May 21, 2013, at 1:04 PM, Mircea Markus

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

2013-05-30 Thread Guillaume SCHEIBEL
3, at 11:01, Guillaume SCHEIBEL > wrote: > > > Mircea, > > > > I have just created a quick blog post titled "Using MongoDB as a cache > store". May you have a look at it ? If it suits you, the documentation will > follow soon. > > Thank you Guillaume. Looks g

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

2013-05-31 Thread Guillaume SCHEIBEL
uring the > store using the fluent API as well. > > And release the blog :-) > > > > On 30 May 2013, at 17:05, Guillaume SCHEIBEL < > guillaume.schei...@gmail.com> wrote: > > > >> Hello, > >> > >> I have wrote a small documentation page he

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

2013-06-03 Thread Guillaume SCHEIBEL
gt; Looks great, thanks Guillaume! > > > > On 31 May 2013 10:27, Guillaume SCHEIBEL > wrote: > >> I have updated the main page but I haven't found how to delete the child > >> page. > >> The blog post has been updated you can publish whenever y

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

2013-06-03 Thread Guillaume SCHEIBEL
n you please look into this? > > Cheers, > > [1] > http://ci.infinispan.org/viewLog.html?buildId=1650&tab=buildResultsDiv&buildTypeId=bt2 > > On Jun 3, 2013, at 4:02 PM, Guillaume SCHEIBEL < > guillaume.schei...@gmail.com> wrote: > > > Thanks guys,

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

2013-06-03 Thread Guillaume SCHEIBEL
span.org, you can use that and you'll see all the builds. You > can also create a user for yourself. > > > On Mon, Jun 3, 2013 at 6:01 PM, Guillaume SCHEIBEL < > guillaume.schei...@gmail.com> wrote: > >> I don't think I have access to the CI platform. If I

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

2013-06-03 Thread Guillaume SCHEIBEL
The first impression I had was right. Because any MONGO_HOST environment variable is defined, the cache store configuration uses the default value which is "localhost"; And because there is any MongoDB running instance on the CI server we've got: 2013/6/3 Guillaume S

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

2013-06-03 Thread Guillaume SCHEIBEL
Caused by: com.mongodb.MongoException$Network: can't call something : /127.0.0.1:27017/admin 2013/6/3 Guillaume SCHEIBEL > The first impression I had was right. > Because any MONGO_HOST environment variable is defined, the cache store > configuration uses the default value which

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 > On 4 Jun 2013, at 00:02, Randall Hauch 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 th

[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 https://lists.jbos

[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

[infinispan-dev] New CacheStore: CouchBase

2013-06-18 Thread Guillaume SCHEIBEL
Hello, What do you think about using Couchbase as a cache store ? Now I know how it works, I don't think it will be really hard to develop it. WDYT ? Guillaume ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org https://lists.jboss.org/mailm