You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andrei Shakirin (JIRA)" <ji...@apache.org> on 2014/02/25 16:40:19 UTC

[jira] [Commented] (CXF-5578) oauth sample: requires commons-logging dependency

    [ 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)