Re: [configuration] Digester failures without Commons Collections

2008-02-20 Thread Oliver Heger
Emmanuel Bourg schrieb: Emmanuel Bourg a écrit : I haven't seen this error, could this be a conflict with your JDK and a Xerces lib somewhere in your classpath ? Actually I reproduced the same error by switching to JDK 1.6, it works fine with JDK 1.5. Emmanuel Bourg Yes, I can confirm thi

Re: [configuration] Digester failures without Commons Collections

2008-02-20 Thread Emmanuel Bourg
Emmanuel Bourg a écrit : I haven't seen this error, could this be a conflict with your JDK and a Xerces lib somewhere in your classpath ? Actually I reproduced the same error by switching to JDK 1.6, it works fine with JDK 1.5. Emmanuel Bourg ---

Re: [configuration] Digester failures without Commons Collections

2008-02-19 Thread Emmanuel Bourg
Oliver Heger a écrit : Currently I get 39 test errors. I also get exceptions of the following type: testParentReloadNotSupported(org.apache.commons.configuration2.TestSubnodeConfiguration) Time elapsed: 0.016 sec <<< ERROR! java.lang.AbstractMethodError: org.apache.xerces.dom.DocumentImpl.

Re: [configuration] Digester failures without Commons Collections

2008-02-19 Thread Oliver Heger
Emmanuel Bourg schrieb: Hi, I noticed that several tests fail on the 2.x branch since the removal of the commons collections dependency. We now have digester 1.8 and beanutils 1.7 which should work fine without commons collections, but I keep getting a NoSuchMethodError on running the tests w

[configuration] Digester failures without Commons Collections

2008-02-16 Thread Emmanuel Bourg
Hi, I noticed that several tests fail on the 2.x branch since the removal of the commons collections dependency. We now have digester 1.8 and beanutils 1.7 which should work fine without commons collections, but I keep getting a NoSuchMethodError on running the tests with maven 2 : java.lang