Href attribute support in soap envelope body

2008-02-18 Thread pierre post
Hi all, I have a problem when calling an Apache CXF Web service (CXF version is 2.0.4) running under Apache Tomcat 6 from a Delphi client program. The third parameter JobParamBean that I receive in my Web service on Tomcat is always null but there is no exception or any other hint in the

Href attribute support in soap envelope body

2008-02-18 Thread pierre post
Hi all, I have a problem when calling an Apache CXF Web service (CXF version is 2.0.4) running under Apache Tomcat 6 from a Delphi client program. The third parameter JobParamBean that I receive in my Web service on Tomcat is always null but there is no exception or any other hint in the

Dynamically change interceptors in an interceptor chain?

2008-02-18 Thread Glen Mazza
Hello, Can I program an interceptor in a web service's incoming interceptor chain to dynamically route to another interceptor other than the one predefined in its chain (and ignore all subsequent interceptors in the predefined chain)? In other words, for an interceptor chain A-B-C-D, can I add

Re: Dynamically change interceptors in an interceptor chain?

2008-02-18 Thread Daniel Kulp
Glen, On Monday 18 February 2008, Glen Mazza wrote: Can I program an interceptor in a web service's incoming interceptor chain to dynamically route to another interceptor other than the one predefined in its chain (and ignore all subsequent interceptors in the predefined chain)? Kind of

Re: Servlet.service() for servlet CXFServlet exception

2008-02-18 Thread rm-ramos
Hi, Thanks for your reply Sergey. I managed to solve the problem, it actually was a JBoss config issue... Now, however, I'm facing new problems deploying my JAX-RS based web service. On accessing /services/, I already find it listed as it should be, but when I try to call the service I get a

Re: Servlet.service() for servlet CXFServlet exception

2008-02-18 Thread Sergey Beryozkin
Hi It seems to be a lower-level CXF issue, ChainInitiationObserver.java:93 shows this code in my snapshot : exchange.put(Bus.class, bus); which is harmlessPerhaps the fact that a content type is set to null causes the problem. Still it's likely that Endpoint which

Re: Dynamically change interceptors in an interceptor chain?

2008-02-18 Thread Daniel Kulp
Glen, No. A fresh interceptor chain is used for each invocation. Thus, during the processing of the message, you can muck with is all you want and would have no impact on future invocations. Dan On Monday 18 February 2008, Glen Mazza wrote: Dan, We're looking at the second option

Re: Return a SOAP response from the service's incoming interceptor chain?

2008-02-18 Thread Daniel Kulp
On Monday 18 February 2008, [EMAIL PROTECTED] wrote: Never mind on this question...thankfully I don't have to do this. It's an interesting question, so I'm going to answer it anyway. :-) If you look at the IN interceptor chain, at the very end of the chain is the OutgoingChainInterceptor.

Re: Return a SOAP response from the service's incoming interceptor chain?

2008-02-18 Thread kaeru05
Never mind on this question...thankfully I don't have to do this. Glen From: Glen Mazza [EMAIL PROTECTED] Date: 2008/02/18 Mon AM 11:57:20 CST To: cxf-user@incubator.apache.org Subject: Return a SOAP response from the service's incoming interceptor chain? Hello, I have another interceptor

Re: JAX-RS API version change

2008-02-18 Thread Sergey Beryozkin
I've got it mostly finished, but I'm going to add few more tests before supplying a patch Cheers, Sergey - Original Message - From: Sergey Beryozkin [EMAIL PROTECTED] To: cxf-user@incubator.apache.org Sent: Friday, February 15, 2008 4:55 PM Subject: JAX-RS API version change Hi

RE: Empty string namespace mapping with JSON and HTTP Post

2008-02-18 Thread hohteri
As did I. Sent a patch: http://jira.codehaus.org/browse/JETTISON-34 Harri mgibble wrote: Actually, I believe the link you sent illustrates what I am expecting to see, but am not: -- View this message in context: