Re: Test errors java.lang.NoSuchMethodError: org.apache.gora.store.DataStore.setConf

2012-11-29 Thread Lewis John Mcgibbney
Hi Henry Others, We are close to sorting this one out, I promise. Basically, I pruned out all of the old SNAPSHOT jar and tests.jar dependencies from repository.apache.org and adapted the Jenkins build to clean ad deploy only successful SNAPSHOT's after every CI build. This now resolved the

Re: Test errors java.lang.NoSuchMethodError: org.apache.gora.store.DataStore.setConf

2012-11-29 Thread Lewis John Mcgibbney
Hi, It looks the the core DataStore class also needs tidied up a bit, some method still throw IOExceptions, whereas others simply don't as the functionality has been moved further upstream. The Javadoc annotations for each method also need to be right, this is essential as DataStore is one of the

Re: Test errors java.lang.NoSuchMethodError: org.apache.gora.store.DataStore.setConf

2012-11-29 Thread Henry Saputra
Cool, thanks for the update Lewis - Hernry On Thu, Nov 29, 2012 at 6:57 AM, Lewis John Mcgibbney lewis.mcgibb...@gmail.com wrote: Hi, It looks the the core DataStore class also needs tidied up a bit, some method still throw IOExceptions, whereas others simply don't as the functionality