This is a side effect of a workaround that was added in the databinding based on the following discussion thread [1], and I'm also seeing issues as described in [2]. Maybe Raymond could give us other choices here.
[1] http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg28222.html [2] http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg28241.html On Mon, Feb 25, 2008 at 8:36 AM, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > With the latest trunk code, PassByValueInterceptor seems to always copy > data returned by my Java component to my service (with a feed binding). > > I don't think it's right (and it's actually breaking me now as the > JAXBDataBinding fails to copy my objects). > > Or is the feed binding not doing what it should do to tell the > databinding framework not to copy? > > BTW it's again another example of some databinding magic happening on > the invocation chain and making things complicated to follow. Where are > we with the discussion about not having so much databinding magic happen > at invocation time? > > How can I, in my binding, disable the automatic databinding processing? > -- > Jean-Sebastien > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Luciano Resende Apache Tuscany Committer http://people.apache.org/~lresende http://lresende.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
