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

2012-12-06 Thread Lewis John Mcgibbney
No hassle. There is still work to be done here Henry. It is certainly something on the radar and we can work on GORA-89 over this week/weekend hopefully. On Thu, Dec 6, 2012 at 11:23 PM, Henry Saputra henry.sapu...@gmail.com wrote: Ah mea culpa, I was replying the wrong thread. I was trying to

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