Hello,
I am trying to unsubscribe to :
users@cxf.apache.org
any help is greatly appreciated. Thank you
ello,
I am getting unmarshalling exceptions at any encounter of sequences < and
> in my xml. I tried wrappering the corresponding pieces with CDATA like
, but the exception still occurs.
I am using the following classes for performing the unmarshalling activities:
import javax.xml.bind.JAXBCon
:19 PM
To: users@cxf.apache.org
Subject: Re: Serialize Custom Class with CXF via Reflection (or similar)
Hi Tim
sorry for a delay...please see comments below
On Tue, Feb 8, 2011 at 3:57 PM, Tim Clotworthy <
tclotwor...@integratedsecure.com> wrote:
> Sorry for sending again, I thought t
Sorry for sending again, I thought the pseudo code was a little garbled in the
last message...
-Original Message-
From: Tim Clotworthy
Sent: Tuesday, February 08, 2011 10:50 AM
To: 'users@cxf.apache.org'
Subject: RE: Serialize Custom Class with CXF via Reflection (or similar)
users@cxf.apache.org
Subject: Re: Serialize Custom Class with CXF via Reflection (or similar)
Hi
On Tue, Feb 8, 2011 at 2:40 AM, Tim Clotworthy <
tclotwor...@integratedsecure.com> wrote:
> Hello,
> I am involved with a project now where we are trying to provide a (JAX-RS)
> web s
Hello,
I am involved with a project now where we are trying to provide a (JAX-RS) web
services library that allows implementers to write their own classes for
customizing the format of a web service response.
I am trying to do something like the following:
LibraryContainerClass
|
--- Con