You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Raymond Feng <en...@gmail.com> on 2009/05/12 23:37:08 UTC

Re: databinding-jaxb-axiom: org.apache.tuscany.sca.databinding.jaxb.axiom.ext.* classes

Hi,

These classes had been commented out before the Axiom 1.2.7 was released. I 
just re-enabled the path to allow the JAXB to be serialized into the output 
stream.

Thanks,
Raymond
--------------------------------------------------
From: "Scott Kurz" <sc...@gmail.com>
Sent: Monday, May 11, 2009 2:07 PM
To: <de...@tuscany.apache.org>
Subject: databinding-jaxb-axiom: 
org.apache.tuscany.sca.databinding.jaxb.axiom.ext.* classes

> 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