Secure CXF rsServer with Jaas authentication

2014-04-10 Thread Honey Goyal
Hi, I am newbie to CXF. I have configured CXF JAASAuthenticationFilter to authenticate by jaas realm to each rest call. But each time i had to pass Basic Authenticate header to authenticate it. Can i configure any token based login along with JAAS? So that only first time it authenticate with

JTA support for JMS Transport in CXF 3.0

2014-04-10 Thread Christian Schneider
Hi All, I am currently working on the transaction support (resource local and JTA) for the JMS transport in CXF 3. In a chat with Dan we found that it is not fully clear what we expect from the transaction support. So I will do a coarse design here on the list and hope to get some feedback

Re: JTA support for JMS Transport in CXF 3.0

2014-04-10 Thread Moritz Bechler
Hi Christian, a few thoughts inline (not having looked at any of the code yet). I am currently working on the transaction support (resource local and JTA) for the JMS transport in CXF 3. In a chat with Dan we found that it is not fully clear what we expect from the transaction support. So I

Re: [VOTE] CXF 2.6.14/2.7.11 - take 2

2014-04-10 Thread Willem Jiang
Ran some tests with camel-cxf, every thing looks good. Here is my +1. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On April 9, 2014 at 11:45:09 AM, Daniel Kulp

Re: [VOTE] CXF 2.6.14/2.7.11 - take 2

2014-04-10 Thread Alessio Soldano
+1 On 09/04/14 05:44, Daniel Kulp wrote: It’s been 2 months since the last releases… This is a vote to release 2.7.11 and 2.6.14. There are over 60 issues fixed for 2.7.11 and more than 20 ported back to 2.6.14. This second attempt fixes the blueprint parsing issues that Aki found as well

RE: Secure CXF rsServer with Jaas authentication

2014-04-10 Thread Andrei Shakirin
Hi, I am redirecting the question into user list, if you don't mind. I think OAuth 2.0 client credentials could be elegant solution for this case (https://cxf.apache.org/docs/jax-rs-oauth2.html). You will be able to authenticate client first time with HTTP basic credentials against OAuth

[GitHub] cxf pull request: Downgrade loglevel for regular requests

2014-04-10 Thread irsm
GitHub user irsm opened a pull request: https://github.com/apache/cxf/pull/2 Downgrade loglevel for regular requests Every request, even if successful, results in many warning entries, alerting developer unnecessarily. This modification downgrades log level to fine, like in