Re: why path_info is contextPath + req.getPathInfo()

2011-07-25 Thread Sergey Beryozkin
Hi hi,every body when i extends CXFServlet to dispacth request by http header Content-Type,i found that in AbstractHTTPDestination#setupMessage inMessage.put(Message.REQUEST_URI, req.getRequestURI()); inMessage.put(Message.PATH_INFO, contextPath + req.getPathInfo()); the two statements above ,t

Re: Question regarding SOAPBody and precreated XML payload

2011-07-25 Thread Daniel Kulp
Is this something that you can possibly create a test case for? That's a very strange test case. The only thing I can think of is if CXF thinks it's in MESSAGE mode, but the data is coming in PAYLOAD. Not really sure though. Dan On Friday, July 22, 2011 12:29:43 PM Dev wrote: > Any ide

Re: How to interrupt Web Service?

2011-07-25 Thread Daniel Kulp
On Friday, July 22, 2011 5:00:46 PM Tanveer ul Islam wrote: > Greetings All, > > In my web application when user clicks a button to load data, a call is > given to remote web service. That web service takes very long as it has to > do a heavy DB related task. In the mean time user can navigate awa

Re: Question regarding SOAPBody and precreated XML payload

2011-07-25 Thread Dev
I managed to get over that problem. Next issue I have run into is signing the message. Since we are using JDK1.5 and the keytool doesn't provide commands to import private keys, I had to use OpenSSL and extract the private key from .pfx file and convert the key into .DER extension and add it to the

Simple restful_dispatch question about unused code

2011-07-25 Thread cxf
Any idea why this code is unused in the resful_dispatch sample project (Client.java)? String path = null; if (endpointURI != null) { path = endpointURI.getPath(); } Should the code be removed, commented out or used somehow? Thanks!

Re: why path_info is contextPath + req.getPathInfo()

2011-07-25 Thread bohr qiu
thanks your reply.i will create a patch. 在 2011-7-26 上午1:08,"Sergey Beryozkin" 写道: > > Hi > >> hi,every body when i extends CXFServlet to dispacth request by http header Content-Type,i found that in AbstractHTTPDestination#setupMessage >> inMessage.put(Message.REQUEST_URI, req.getRequestURI()); >>

XSLTJaxbProvider and json

2011-07-25 Thread rbinion
I'm looking for suggestions on how best to approach a problem. I'm currently working on a project where we are using CXF to expose REST services which will be consumed both by direct service consumers as well as a co-developed spring MVC/javascript based application. I suspect that we are doing

Re: [DISCUSSION] Introducing a new Reliable JMS CXF Transport

2011-07-25 Thread Daniel Kulp
I haven't really had time to look at this at all, but a couple comments. On Friday, July 08, 2011 9:23:05 PM Guillaume Sauthier wrote: > If you look at the global picture: > http://wiki.jonas.ow2.org/xwiki/bin/download/Main/ReliableJMS_Transport_CXF/ > cxf-reliablejms-execution-flow-simple-e

Re: XSLTJaxbProvider and json

2011-07-25 Thread Sergey Beryozkin
Hi On Tue, Jul 26, 2011 at 12:57 AM, rbinion wrote: > I'm looking for suggestions on how best to approach a problem. > > I'm currently working on a project where we are using CXF to expose REST > services which will be consumed both by direct service consumers as well as > a co-developed spring M

Re: XSLTJaxbProvider and json

2011-07-25 Thread rbinion
> I think it would be nice to get a similar XSLTJsonProvider which would > create a > writer sitting between JAXB and Jettison and that would basically > enable reusing the same single template for producing XML & JSON > transformed output. Please feel free to create an enhancement request > - an