Re: User of WebParam.Mode.INOUT with Document Style Header

2011-09-02 Thread jaybytez
So it was definitely my fault. I forgot to wrap the header parameter with a Holder<>. Once I did this, the WebParam.Mode.INOUT worked. Thanks a ton! jay -- View this message in context: http://cxf.547215.n5.nabble.com/User-of-WebParam-Mode-INOUT-with-Document-Style-Header-tp4756426p4764622.ht

Problems with initializing context in integration test of CXF app

2011-09-02 Thread KARR, DAVID
I'm having trouble with an integration test (I hate calling them "unit tests" if they really aren't) of my CXF app. My problem is probably only with Spring, but perhaps people here have run into this. I define some JNDI references in my Spring context to datasources. This will work fine when

Re: NTLM security between WCF and CXF

2011-09-02 Thread samyem
Also to add more info, I'm on IBM JDK 1.5 as it is hosted on websphere 6.1. -- View this message in context: http://cxf.547215.n5.nabble.com/NTLM-security-between-WCF-and-CXF-tp4763671p4763691.html Sent from the cxf-user mailing list archive at Nabble.com.

NTLM security between WCF and CXF

2011-09-02 Thread samyem
I'm trying to use NTLM to secure WCF web service that is to be called from CXF. I'm using .NET 4 and CXF 2.4.2. On an earlier version of CXF, I had been successful in using NTLM authentication using the jcifs library as described in http://cxf.apache.org/docs/client-http-transport-including-ssl-su

Re: identifying client type

2011-09-02 Thread Daniel Kulp
On Friday, September 02, 2011 9:04:30 AM Santosh Kulkarni wrote: > I'm sorry I am not clear on where do I inject the WebServiceContext?, my web > service impl class or somewhere else? If you do: @Resource WebServiceContext context; in your impl, it should get injected. That said, it's likely ea

Re: CXF : JAX-RS: support multiple request method designators to one method?

2011-09-02 Thread Sergey Beryozkin
On 02/09/11 08:03, CXF user1109 wrote: Something is unrelated 1. about 'Parameter beans': @QueryParam("") Tree tree, Question: if Tree has/contains a collection of Tree, it will work? What is a Tree ? How does a query string look like ? Currently I have to unmarshaling xml String of the tre

Re: identifying client type

2011-09-02 Thread Santosh Kulkarni
I'm sorry I am not clear on where do I inject the WebServiceContext?, my web service impl class or somewhere else? Santosh -- View this message in context: http://cxf.547215.n5.nabble.com/identifying-client-type-tp4750991p4762898.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: CXF : JAX-RS: support multiple request method designators to one method?

2011-09-02 Thread CXF user1109
Something is unrelated 1. about 'Parameter beans': @QueryParam("") Tree tree, Question: if Tree has/contains a collection of Tree, it will work? Currently I have to unmarshaling xml String of the tree myself through Tree(String tree). It seems not right. I need these both for JAX-WS and JAX-RS

Re: CXF : JAX-RS: support multiple request method designators to one method?

2011-09-02 Thread CXF user1109
I got the case from other developers so the description maybe not precised. I did test myself. The second designator is ignored by CXF. CXF gives WARNING in this case will be helpful. -- View this message in context: http://cxf.547215.n5.nabble.com/CXF-JAX-RS-support-multiple-request-method-des

DOSGi debugging...

2011-09-02 Thread Tomas Olsson
Hi, I have just started learning DOSGi. Yesterday I managed to create a service that was exposed as a web service which I developed and launched in Eclipse. However, after I restarted Eclipse, the same launch-configuration I used before suddenly stopped working. The service and its component a