[infinispan-dev] infinispan-server-core build fails

2011-06-08 Thread 이희승 (Trustin Lee)
I'm getting the following compilation error: http://pastebin.com/n14N3Jig It seems like the property has gone completely? -- Trustin Lee, http://gleamynode.net/ ___ infinispan-dev mailing list infinispan-dev@lists.jboss.org

Re: [infinispan-dev] does anyone else get scala build errors on master?

2011-06-08 Thread 이희승 (Trustin Lee)
Builds OK to me. There was some compilation errors due to the changes in LogFactory yesterday, but no problem since it's fixed. I just wish Scala had a faster compiler .. On 06/09/2011 11:56 AM, Scott Marlow wrote: Can anyone suggest a workaround for the scala build errors I'm seeing

[infinispan-dev] Failure looking up the river marshaller under AS 7 environment

2011-05-31 Thread 이희승 (Trustin Lee)
Hi folks, I'm trying to run Infinispan under AS 7 (i.e. JBoss Modules). I succeeded to run an EmbeddedCacheManager, HotRodServer, and MemcachedServer. However, it fails when a new node joins the cluser: http://pastebin.com/pGfxSWJP The root cause of the failure is that

Re: [infinispan-dev] Failure looking up the river marshaller under AS 7 environment

2011-05-31 Thread 이희승 (Trustin Lee)
and the RiverMarshallerFactory classes are in different modules? Dan On Tue, May 31, 2011 at 10:14 AM, 이희승 (Trustin Lee)trus...@gmail.com wrote: Hi folks, I'm trying to run Infinispan under AS 7 (i.e. JBoss Modules). I succeeded to run an EmbeddedCacheManager, HotRodServer

Re: [infinispan-dev] Failure looking up the river marshaller under AS 7 environment

2011-05-31 Thread 이희승 (Trustin Lee)
class loader. On 05/31/2011 10:13 AM, Galder Zamarreño wrote: The marshaller is a global component, so it'd have to be at the GlobalConfiguration. Let's bounce some ideas tomorrow on IRC. On May 31, 2011, at 5:07 PM, 이희승 (Trustin Lee) wrote: The problem is that the marshaller lookup code

Re: [infinispan-dev] Failure looking up the river marshaller under AS 7 environment

2011-05-31 Thread 이희승 (Trustin Lee)
Actually, services=import was not necessary. Adding proper dependencies were just enough. On 06/01/2011 01:29 PM, 이희승 (Trustin Lee) wrote: Thanks for a hint. TopologyView has its own Externalizer, but it was not picked up by Infinispan and thus fell back to Serializable. Adding more

Re: [infinispan-dev] chunking ability on the JDBC cacheloader

2011-05-22 Thread 이희승 (Trustin Lee)
On 05/20/2011 05:01 PM, Sanne Grinovero wrote: 2011/5/20 Manik Surtanima...@jboss.org: Is spanning rows the only real solution? As you say it would mandate using transactions to keep multiple rows coherent, and 'm not sure if everyone would want to enable transactions for this. I think

Re: [infinispan-dev] chunking ability on the JDBC cacheloader

2011-05-22 Thread 이희승 (Trustin Lee)
On 05/20/2011 03:54 PM, Manik Surtani wrote: Is spanning rows the only real solution? As you say it would mandate using transactions to keep multiple rows coherent, and 'm not sure if everyone would want to enable transactions for this. There are more hidden overheads. To update a value,

Re: [infinispan-dev] Adaptive marshaller buffer sizes - ISPN-1102

2011-05-19 Thread 이희승 (Trustin Lee)
Assuming escape analysis does its job, Bela's idea makes sense. But, I'm not sure it's always enabled in Java 6 or non-Oracle VMs. What about using adaptive prediction, and copy the buffer to the array of right size when prediction is way off? On 05/19/2011 10:35 PM, Bela Ban wrote: Have we

Re: [infinispan-dev] chunking ability on the JDBC cacheloader

2011-05-19 Thread 이희승 (Trustin Lee)
On 05/20/2011 03:06 AM, Sanne Grinovero wrote: As mentioned on the user forum [1], people setting up a JDBC cacheloader need to be able to define the size of columns to be used. The Lucene Directory has a feature to autonomously chunk the segment contents at a configurable specified byte

Re: [infinispan-dev] [ISPN-78] RFC: Finalizing API

2011-05-18 Thread 이희승 (Trustin Lee)
On 05/18/2011 07:56 PM, Manik Surtani wrote: Sorry I haven't responded on this thread for so long - I'm finally here though! :) On 26 Apr 2011, at 21:17, Olaf Bergner wrote: Continuing to work on large object support I'm now at a point where I would like to finalize the API so that I'm

Re: [infinispan-dev] [Pull Request] Modular Classloading Compatibility

2011-05-03 Thread 이희승 (Trustin Lee)
On 05/03/2011 05:08 AM, Sanne Grinovero wrote: 2011/5/2 Manik Surtani ma...@jboss.org: On 1 May 2011, at 13:38, Pete Muir wrote: As in, user API? That's a little intrusive... e.g., put(K, V, cl) ? Not for put, since you have the class, just get, and I was thinking something more like:

Re: [infinispan-dev] [Pull Request] Modular Classloading Compatibility

2011-05-03 Thread 이희승 (Trustin Lee)
On 05/03/2011 09:33 PM, Sanne Grinovero wrote: 2011/5/3 이희승 (Trustin Lee) trus...@gmail.com: On 05/03/2011 05:08 AM, Sanne Grinovero wrote: 2011/5/2 Manik Surtani ma...@jboss.org: On 1 May 2011, at 13:38, Pete Muir wrote: As in, user API? That's a little intrusive... e.g., put(K, V, cl

[infinispan-dev] Build failing - Configuration.fluent() missing?

2011-04-27 Thread 이희승 (Trustin Lee)
Getting the following compilation error in 'infinispan-core': [ERROR] /home/trustin/Workspace/infinispan/4.2/core/src/test/java/org/infinispan/config/ProgrammaticNameSetConfig.java:[48,27] cannot find symbol symbol : method fluent() location: class org.infinispan.config.Configuration The

Re: [infinispan-dev] 5.0.0.CR1 this Thursday? (28th April)

2011-04-27 Thread 이희승 (Trustin Lee)
Working on it. Let's see how much I can do today. If fails, maybe 5.1? :-/ On 04/26/2011 05:38 PM, Manik Surtani wrote: Do you think this can make this CR? Sent from my mobile phone On 26 Apr 2011, at 08:36, 이희승 (Trustin Lee) trus...@gmail.com wrote: There is JDBC cache store

Re: [infinispan-dev] Please update your IDE's template / copyright settings

2011-04-26 Thread 이희승 (Trustin Lee)
Sure. :-) On 04/26/2011 05:39 PM, Manik Surtani wrote: Cool. Feel like taking this on, Trustin? Low prio (post CR1, of course) :) Sent from my mobile phone On 26 Apr 2011, at 02:10, 이희승 (Trustin Lee) trus...@gmail.com wrote: Quick lazy question: can it be configured to fail the build

Re: [infinispan-dev] Please update your IDE's template / copyright settings

2011-04-25 Thread 이희승 (Trustin Lee)
of the build? When moving Spring Infinispan to Infinispan proper I used it to change all license headers from Apache License to LGPL. Works like a charm. Am 22.04.11 03:44, schrieb 이희승 (Trustin Lee): Hi, It seems like some of you have out-of-date template / copyright settings. Please update

[infinispan-dev] Please update your IDE's template / copyright settings

2011-04-21 Thread 이희승 (Trustin Lee)
Hi, It seems like some of you have out-of-date template / copyright settings. Please update it as described in: http://community.jboss.org/wiki/CopyrightOwnershipAndLicenses I'm using IDEA's copyright plugin and here's what mine looks like: JBoss, Home of Professional Open Source