Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 656CA18495 for ; Wed, 8 Jul 2015 14:30:06 +0000 (UTC) Received: (qmail 11719 invoked by uid 500); 8 Jul 2015 14:30:06 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 11690 invoked by uid 500); 8 Jul 2015 14:30:06 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 11673 invoked by uid 99); 8 Jul 2015 14:30:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jul 2015 14:30:06 +0000 Date: Wed, 8 Jul 2015 14:30:06 +0000 (UTC) From: "Berto Murillo (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-6489) Cannot set ClientSecretVerifier in AbstractTokenService MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-6489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14618688#comment-14618688 ] Berto Murillo commented on CXF-6489: ------------------------------------ [~sergey_beryozkin] > Cannot set ClientSecretVerifier in AbstractTokenService > ------------------------------------------------------- > > Key: CXF-6489 > URL: https://issues.apache.org/jira/browse/CXF-6489 > Project: CXF > Issue Type: Bug > Affects Versions: 3.1.1 > Reporter: Berto Murillo > Labels: oauth2, security > > A field was added to org.apache.cxf.rs.security.oauth2.services.AbstractTokenService: > {code} > private ClientSecretVerifier clientSecretVerifier; > {code} > But no setter was added with it. When I tried to set it via the context XML like such: > {code} > > > ... > > ... > > {code} > I get a failure when the application attempts to start. Removing it resolves the issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)