You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by MeBigFatGuy <db...@apache.org> on 2008/06/09 23:39:27 UTC

Question about generated UnknownPersonFault (cxf)

org.apache.camel.wsdl_first.UnknownPersonFault is serializable, 

and holds onto a generated

org.apache.camel.wsdl_first.types.UnknownPersonFault

which is not serializable.

I would think the second class should be generated as serializable as well.

-- 
View this message in context: http://www.nabble.com/Question-about-generated-UnknownPersonFault-%28cxf%29-tp17742736s22882p17742736.html
Sent from the Camel - Development mailing list archive at Nabble.com.


Re: Question about generated UnknownPersonFault (cxf)

Posted by Willem Jiang <wi...@gmail.com>.
Hi Dave,

org.apache.camel.wsdl_first.types.UnknownPersonFault is annotated with the JAXB annotation, 
and the JAXB will take care of the serialization of the it :)

Willem


MeBigFatGuy wrote:
> org.apache.camel.wsdl_first.UnknownPersonFault is serializable, 
>
> and holds onto a generated
>
> org.apache.camel.wsdl_first.types.UnknownPersonFault
>
> which is not serializable.
>
> I would think the second class should be generated as serializable as well.
>
>