Large data stream caching - Causing Truncated Response

2014-04-30 Thread Graeme Dougal
*getDefaultTempDir()* The thread itself just hangs and the client receives a truncated response from the REST service. With logging switched off or the *org.apache.cxf.io.CachedOutputStream.OutputDirectory* property overridden then everything works fine.. -- Regards Graeme Dougal Tiderian Consulting Office

Re: Clarification of CXF client handling of expired cached tokens

2014-04-24 Thread Graeme Dougal
Can I be removed from tins mailing list please Sent from my iPhone On 25 Apr 2014, at 00:19, jeffc jeff_carbe...@bcbsil.com wrote: Thanks, good to know, is this documented anywhere or in a blog post? I created for my own purpose this little cheat sheet: property

Re: class AccountDTO nor any of its super class is known to this context

2014-02-08 Thread Graeme Dougal
CXF Version is 2.7.8 On Fri, Feb 7, 2014 at 9:38 PM, Sergey Beryozkin sberyoz...@gmail.comwrote: Which CXF version is it ? Thanks, Sergey On 07/02/14 17:28, Graeme Dougal wrote: Thanks Have configured jaxbprovider as follows bean id=jaxbProvider class

Re: class AccountDTO nor any of its super class is known to this context

2014-02-08 Thread Graeme Dougal
-4359 Cheers Graeme On Fri, Feb 7, 2014 at 9:38 PM, Sergey Beryozkin sberyoz...@gmail.comwrote: Which CXF version is it ? Thanks, Sergey On 07/02/14 17:28, Graeme Dougal wrote: Thanks Have configured jaxbprovider as follows bean id=jaxbProvider class

class AccountDTO nor any of its super class is known to this context

2014-02-07 Thread Graeme Dougal
this from a cxf rest end point I get the error message class AccountDTO nor any of its super class is known to this context Any ideas ? -- Regards Graeme Dougal Tiderian Consulting Office :+44(191) 215 16 50 Mobile : +44(0) 7860 950 815 Email : gra...@tiderian.com Web: www.tiderian.com

Re: class AccountDTO nor any of its super class is known to this context

2014-02-07 Thread Graeme Dougal
Cheers Graeme On Fri, Feb 7, 2014 at 5:02 PM, Sergey Beryozkin sberyoz...@gmail.comwrote: Hi On 07/02/14 16:11, Graeme Dougal wrote: Hi Getting the following exception when trying to return an object structure as follows.. I have a PageT object that is constructed as PageAccountDTO

Passing Enum in JSON Body

2014-01-08 Thread Graeme Dougal
Hi I have a rest service with the following path /element/{id}/elementStatus I'm calling PUT on this URI in order to change the elementStatus of the element with the supplied {id} I have a java Enum ElementStatus that I want to pass in the request body as JSON, {elementStatus:ACTIVE} But cant