This is mainly a question for Raymond: I was noticing in the databinding-jaxb-axiom module, we've dragged in some potentially more optimized code doing the JAXB->AXIOM serialization, e.g. the org.apache.tuscany.sca.databinding.jaxb.axiom.ext.* classes
In class, JAXBDataSourceExt, I see this comment: //FIXME: [rfeng] Re-enable it after we move to AXIOM 1.2.7 // extends OMDataSourceExtBase Would it seem then, that now might be a good time to try to make this move? I'm asking to pick your brain first, knowing that, since this code is based on very similar code in Axis2, and since Axis2 is more tightly integrated with AXIOM than Tuscany is with our pluggable databinding, there might be more troubles ahead. Was wondering what your thoughts were. Thanks, Scott
