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:42:19 UTC

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

     [ https://issues.apache.org/jira/browse/CXF-5578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrei Shakirin resolved CXF-5578.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.0-milestone2

> 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
>            Assignee: Andrei Shakirin
>            Priority: Minor
>             Fix For: 3.0.0-milestone2
>
>
> 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)