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 A953F10F4E for ; Tue, 25 Feb 2014 15:40:25 +0000 (UTC) Received: (qmail 3905 invoked by uid 500); 25 Feb 2014 15:40:25 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 3603 invoked by uid 500); 25 Feb 2014 15:40:22 -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 3549 invoked by uid 99); 25 Feb 2014 15:40:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Feb 2014 15:40:19 +0000 Date: Tue, 25 Feb 2014 15:40:19 +0000 (UTC) From: "Andrei Shakirin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-5578) oauth sample: requires commons-logging dependency 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-5578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13911668#comment-13911668 ] Andrei Shakirin commented on CXF-5578: -------------------------------------- Updated Spring schema to 3.1 and changed "filter"=none to security="none" syntax > oauth sample: requires commons-logging dependency > ------------------------------------------------- > > Key: CXF-5578 > URL: https://issues.apache.org/jira/browse/CXF-5578 > Project: CXF > Issue Type: Bug > Components: Samples > Affects Versions: 3.0.0-milestone1 > Reporter: Andrei Shakirin > Priority: Minor > > Spring core 3.2.6 declares commons-logging as compile dependency, although it is required at runtime. Start oauth samples without commons-logging causes stack trace: > Caused by: java.lang.ClassNotFoundException: > org.apache.commons.logging.LogFactory > at java.net.URLClassLoader$1.run(URLClassLoader.java:366) > at java.net.URLClassLoader$1.run(URLClassLoader.java:355) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:354) > at > org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoade > r.java:404) > at > org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoade > r.java:366) -- This message was sent by Atlassian JIRA (v6.1.5#6160)