Yes, thanks for the clarification.

I meant 1.x if it's not so disruptive. Of course, we need to do that for 2.x too.

Thanks,
Raymond
--------------------------------------------------
From: "Simon Laws" <[email protected]>
Sent: Thursday, March 19, 2009 9:34 AM
To: <[email protected]>
Subject: Re: [1.x] AXIOM dependency on core-databinding module

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

Reply via email to