Yes, probably the problem is that I used a remotable interface... I've already created my own databinding, which contains transformation to and from Java Objects, so the problem is that is executed Output2Output trasformation which tries to serialize the Object, and not copy the reference, even if is set "allows pass with reference".
Fabio 2011/1/2 Giorgio Zoppi <[email protected]> > Ciao Fabio, > You might create your own databinding. > > > 2010/12/31 Fabio Albani <[email protected]>: > > Hi to all, > > I've developed some extension tu Tuscany for my master degree, expecially > a > > new interface and implementation. > > I've developed transformators creating a new data-binding for converting > > ASM Value to Java Object and viceversa. > > My problem is, even if I've set my ASMImplementationInvoker as a > > DataTypesomething, so having to override the method > > isAllowsPassByReference() (cause in my implementation I've not defined an > > annotation for doing this), the Java objects passed between different > > components implemented in the technology I've added, Tuscany runtime > tries > > to serialized the with JAXB, causing an error. > > My question is: how can I force that passing by reference and not value? > > What I've to set? Or, how can I override this JAXB problem and convert > them > > with other types, for example SDO? > > Thanks in advance. > > Fabio > > > > -- > Quiero ser el rayo de sol que cada día te despierta > para hacerte respirar y vivir en me. > "Favola -Moda". >
