Trying to get the Axis2 and e4x databindings working again in trunk but building the databinding framework module I get some test failures due to missing methods when running with mvn but they all work in eclipse. It looks like there's a conflict due to some of the classes being duplicated in the SPI databinding package and in the databinding-framework module which also includes that package. Should this be working right now? Could I remove the classes from the SPI module?
...ant