[
https://issues.apache.org/jira/browse/CXF-5283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13769487#comment-13769487
]
Christian Schneider commented on CXF-5283:
------------------------------------------
Fix is committed but on the wrong issue number CXF-5284
> sts: NoClassDefFoundError in LoggerListener
> -------------------------------------------
>
> Key: CXF-5283
> URL: https://issues.apache.org/jira/browse/CXF-5283
> Project: CXF
> Issue Type: Bug
> Components: STS
> Affects Versions: 2.7.7
> Reporter: Christian Schneider
> Fix For: 3.0.0, 2.7.8
>
>
> LoggerListener has an optional dependency to the servlet spec 3.0.
> This spec defines javax.servlet.http in version 2.6.
> So the import in sts-core uses version [2.6,3).
> Karaf 2.3.x only offers the servlet spec 2.5 jar which exports the package as
> 2.5.
> So the optional import is not found and so we get the error.
> Inside LoggerListener we only check for NPE and for Exception. As this is an
> Error it completely breaks the execution.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira