trying to unsubscribe

2016-03-22 Thread Tim Clotworthy
Hello, I am trying to unsubscribe to : users@cxf.apache.org any help is greatly appreciated. Thank you

JAXB Unmarshalling Exception when Encountering < and >

2011-02-24 Thread Tim Clotworthy
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

RE: Serialize Custom Class with CXF via Reflection (or similar)

2011-02-10 Thread Tim Clotworthy
: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

RE: Serialize Custom Class with CXF via Reflection (or similar)

2011-02-08 Thread Tim Clotworthy
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)

RE: Serialize Custom Class with CXF via Reflection (or similar)

2011-02-08 Thread Tim Clotworthy
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

Serialize Custom Class with CXF via Reflection (or similar)

2011-02-07 Thread Tim Clotworthy
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