RE: Error during WebSocket handshake: Unexpected response code

2016-08-08 Thread Niten Aggarwal
It's working for me with Karaf 4.0.4 which I reported in same aries ticket. Issue is fixed with blueprint-core 1.6.2 but karaf 4.0.5 points to 1.6.1. It doesn’t fail for all blueprint bundles but not able to figure out root cause. Thanks, Niten Aggarwal -Original Message- From: Aki

Re: Error during WebSocket handshake: Unexpected response code

2016-08-08 Thread Aki Yoshida
Hi JP, regarding the firewall issue, I just saw people are talking about some issue with karaf-4.0.5 with cxf. http://cxf.547215.n5.nabble.com/Blueprint-NamespaceHandler-issue-with-karaf-4-0-5-td5770550.html You might want to use an older Karaf until the issue has been clarified and resolved.

Re: Error during WebSocket handshake: Unexpected response code

2016-08-08 Thread Aki Yoshida
Hi JP, If you are using Karaf behind a firewall, you will have to make sure all the referenced artifacts are either locally available or accessible over the http proxy (and this needs to be told to Karaf via etc/org.ops4j.pax.url.mvn.cfg). I can't tell what is happening in your setup. Which

RE: Blueprint NamespaceHandler issue with karaf 4.0.5

2016-08-08 Thread Niten Aggarwal
Hi Guillaume, I was trying to fix 1540 on my workspace but kind of stuck and related issue was resolved https://issues.apache.org/jira/browse/ARIES-1540 Could you please look into the updated comments on ticket as not sure if resolved ticket being looked again. Else let me know how to

RE: Error during WebSocket handshake: Unexpected response code

2016-08-08 Thread CLEMENT Jean-Philippe
I went a little further. I changed the demo pom.xml file and changed 3.1.7-SNAPSHOT to 3.1.7. The demo compiles and installs properly. So I went to the test part which is a javascript which depends on atmosphere.js... unfortunately once again I experience firewall issues. I opened the

Re: How to disable default jettison json provider in jaxrs:server?

2016-08-08 Thread Vjacheslav V. Borisov
2016-08-08 16:14 GMT+04:00 Sergey Beryozkin : > Hi > > How to disable / change priority of jettion provider on second url (v2), or >> may be other solution exists to make two providers work in same >> application >> using some switch in url or query string? >> >> Set a

RE: Error during WebSocket handshake: Unexpected response code

2016-08-08 Thread CLEMENT Jean-Philippe
Hello Aki, The CXF-3.1.7 was released and installs properly in Karaf. So I went to the demo but I failed to find the 3.1.7 version. The "3.1.x-fixes" branch contains the 3.1.8-SNAPSHOT and the "cxf-3.1.7" tag contains the 3.1.7-SNAPSHOT. We still do have issues with the snapshot repos

Re: non redirection based example of Oauth

2016-08-08 Thread Sergey Beryozkin
On 08/08/16 11:43, gaurang wrote: Hi, Is there any example which shows non-redirection based flow for implementing Oauth Service using cxf. AccessTokenService has a list property accepting the custom grants. Typically these grants pre-process a grant request somehow and delegate to the data

Re: How to disable default jettison json provider in jaxrs:server?

2016-08-08 Thread Sergey Beryozkin
Hi On 08/08/16 12:29, Vjacheslav V. Borisov wrote: Hi! I have web application, which serves json using two different json providers: jettison and moxy Jettison Moxy

How to disable default jettison json provider in jaxrs:server?

2016-08-08 Thread Vjacheslav V. Borisov
Hi! I have web application, which serves json using two different json providers: jettison and moxy Jettison Moxy JSON providers listening on different URLs using

non redirection based example of Oauth

2016-08-08 Thread gaurang
Hi, Is there any example which shows non-redirection based flow for implementing Oauth Service using cxf. -- View this message in context: http://cxf.547215.n5.nabble.com/non-redirection-based-example-of-Oauth-tp5771170.html Sent from the cxf-user mailing list archive at Nabble.com.