On Thu, Mar 19, 2009 at 4:04 PM, Raymond Feng <[email protected]> wrote: > Hi, > > When I debug the code yesterday, I found we now have AXIOM dependency in > core-databinding module to register the OM adapter for JAXB. The > core-databinding module is not the right place, we should refactor it into > another module. We already have an XMLAdapterExtensionPoint and we could add > some code to load the XmlAdapters using the tuscany-extensibility. > > Thanks, > Raymond >
Hi Raymond So what you mean is to replace the line... xmlAdapterExtensionPoint.addAdapter(OMElement.class, OMElementXMLAdapter.class); with a lookup against META-INF/services inside of the XMLAdapterExtensionPoint? Sounds OK to me but did you really mean 1.x? Simon
