Re: HTTPS web service client not working with cxf version 2.6.x and 2.7.x but working fine with version 2.5.x

2013-09-03 Thread cxf_webservice
has any one come across a similar issue? Do inform me as i am unable to upgrade my clients to the latest cxf version of 2.7.6 because of this.. -- View this message in context: http://cxf.547215.n5.nabble.com/HTTPS-web-service-client-not-working-with-cxf-version-2-6-x-and-2-7-x-but-working-fine

FIQL error unterminated quoted string at or near "'\')"

2013-09-03 Thread gsilverman
Can anyone help. I'm using CXF v. 2.7.2 and have the following restful API call which uses a FIQL expression to query for patients: .../patients/search/firstname==James In my handler method, I have the following code: SearchCondition sc = searchContext.getCondition(expression, Patient.class);

Strange CXF error: java.lang.IllegalAccessError: tried to access method net.sf.ehcache.CacheManager.getConfiguration()...

2013-09-03 Thread Sam
Hi all, After I integrate the doubleit webservice example having WS-Policy example from https://github.com/gmazza/blog-samples on a ZK web app using maven, CXF 2.7.6, when I call the web service, I got a strange error message below. Quick google shows that others have came across same error

Re: HTTPS web service client not working with cxf version 2.6.x and 2.7.x but working fine with version 2.5.x

2013-09-03 Thread cxf_webservice
I am not sure as what is needed, do you require the payload that i send during web service invocation? The scenario is that SSL channel is not getting initialized whenever i use 2.6.x or 2.7.x cxf runtimes since SSL handshake is failing as described in my question. But the same code works perfec

cxf-codegen-plugin:2.5.1:wsdl2java error

2013-09-03 Thread jasminadesai
I am using cxf-codegen-plugin:2.5.1:wsdl2java. I keep getting the following error: [ERROR] "file:/C:/Users/jasmina.desai/MyServiceConnector/src/main/resources/wsdl/MyService.xsd" is not a part of this compilation. Is this a mistake for "file:/C:/Users/jasmina.desai/MyServiceConnector/src/main/res

Two way ssl using cxf-client in weblogic9.2

2013-09-03 Thread smallarv
Hi, I have deployed my apache-cxf client in weblogic-9.2, My webservices are deployed in another server with two way ssl enabled. now i am creating https connection with server using weblogic server's(on which client is deployed) certificate as client identity. i have used below conduit configurat

Re: CXF with OSGi

2013-09-03 Thread Sergey Beryozkin
Hi FYI, I've fixed the demo, both on the trunk and CXF 2.7.x, Cheers, Sergey [1] http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jax_rs/minimal_osgi/ On 13/08/13 09:57, Sergey Beryozkin wrote: Hi On 13/08/13 11:32, Bjorn Almen wrote: I am trying to build a JAX-

cxf NTLM authentication

2013-09-03 Thread Sumit Pathak
I am working on calling a NTLM secure web service, I am using cxf 2.3.2 and java 1.6. I wrote a standalone client and it just work fine, when I am running that code in Jboss, I am only able to call the web service one, all subsequent calls just fail. When I did wireshark I can see that during first

Re: HTTPS web service client not working with cxf version 2.6.x and 2.7.x but working fine with version 2.5.x

2013-09-03 Thread Colm O hEigeartaigh
Could you supply a test-case to reproduce the problem + I'll take a look? Colm. On Tue, Sep 3, 2013 at 5:26 AM, cxf_webservice wrote: > I have been struggling with this scenario where i have a web service > client > that i developed using cxf version 2.5.x to connect to the web service > host