Re: JSON in CXF

2009-04-07 Thread Sergey Beryozkin
Hi Gary If you give me until next week I should be able to package something together and send it to you. it would be super, take your time please... Rewriting Sun libraries? Working with JSON? Hells yeah. that's the right attitude :-). cheers, Sergey - Original Message -

RE: JSON in CXF

2009-04-07 Thread Tong, Gary (IDEAS)
Would you want to give this to someone from GSoC? This could actually be a pretty sweet project. -Original Message- From: Sergey Beryozkin [mailto:sbery...@progress.com] Sent: 07 April 2009 12:14 To: dev@cxf.apache.org Subject: Re: JSON in CXF Hi Gary If you give me until next week

Re: JSON in CXF

2009-04-07 Thread Sergey Beryozkin
Hi I'm not actually sure. What would be the scope of such a project ? My understanding is that at the moment we'd like to enhance the existing JSON provider for it to become aware of JSON annotations (which will be specific to CXF), such that JSONObject/etc code bundled into Jettison gets

Soap12FaultOutInterceptorInternal.handleMessage produces invalid SOAP 1.2 fault

2009-04-07 Thread rkiesler
Not sure if this is the appropriate forum for this (the issues forum is read-only?)... Specifically, the following code: if (fault.getRole() != null) { writer.writeStartElement(faultactor); writer.writeCharacters(fault.getRole()); writer.writeEndElement(); } The lt;faultactorgt;