Re: [infinispan-dev] build failures on jenkins

2011-08-03 Thread Galder Zamarreño
On Aug 2, 2011, at 6:33 PM, Sanne Grinovero wrote: 2011/8/2 Galder Zamarreño gal...@redhat.com: Here's the JIRA: https://issues.jboss.org/browse/ISPN-1298 Fine for me, but I don't understand why you had me remove the log4j.xml file from the test resources in the module, aren't we

Re: [infinispan-dev] build failures on jenkins

2011-08-03 Thread Sanne Grinovero
2011/8/3 Galder Zamarreño gal...@redhat.com: On Aug 2, 2011, at 6:33 PM, Sanne Grinovero wrote: 2011/8/2 Galder Zamarreño gal...@redhat.com: Here's the JIRA: https://issues.jboss.org/browse/ISPN-1298 Fine for me, but I don't understand why you had me remove the log4j.xml file from the test

[infinispan-dev] First (rough) draft of Getting Started Guide

2011-08-03 Thread Pete Muir
I have drafted this out at https://docs.jboss.org/author/display/ISPN/Getting+Started+Guide. We start with a couple of introductory chapters - a brief overview of what Infinispan offers, instructions for how to download and install infinispan, and instructions on the GUIDemo (as it helps

[infinispan-dev] BeanUtils.getterMethod

2011-08-03 Thread Sanne Grinovero
Hello all, could anybody explain why the ComponentRegistry is performing the following operation ? The method AbstractComponentRegistry#getFromConfiguration(ClassT) which invokes: org.infinispan.util.BeanUtils.getterMethod(Class, Class) and this one throws thousands of NoSuchMethodException if

Re: [infinispan-dev] BeanUtils.getterMethod

2011-08-03 Thread Mircea Markus
On 3 Aug 2011, at 19:39, Sanne Grinovero wrote: Hello all, could anybody explain why the ComponentRegistry is performing the following operation ? The method AbstractComponentRegistry#getFromConfiguration(ClassT) which invokes: org.infinispan.util.BeanUtils.getterMethod(Class, Class)

Re: [infinispan-dev] BeanUtils.getterMethod

2011-08-03 Thread Sanne Grinovero
2011/8/3 Dan Berindei dan.berin...@gmail.com: I think it's supposed to be an automatic version of https://github.com/infinispan/infinispan/blob/master/core/src/main/java/org/infinispan/config/GlobalConfiguration.java#L326 I prefer the manual version in GlobalConfiguration, although I don't