[
https://issues.apache.org/jira/browse/KARAF-7392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17523296#comment-17523296
]
ASF GitHub Bot commented on KARAF-7392:
---------------------------------------
grgrzybek commented on PR #1490:
URL: https://github.com/apache/karaf/pull/1490#issuecomment-1100827019
The problem is that there's one bundle - pax-web-tomcat-common that packages
some basic Tomcat stuff - including Digester and `web.xml`/`web-fragment.xml`
parsers.
In Pax Web 8.0.1, this bundle was only installed with pax-web-jsp feature
and now it's installed together with pax-web-runtime (so we can alter the
contexts using `web-fragment.xml` - see ops4j/org.ops4j.pax.web/issues/1656).
In ServletExampleTest, features are installed with
`org.apache.karaf.itests.KarafTestSupport#NO_AUTO_REFRESH` flag, so there's no
chance that pax-web-tomcat-common is rewired to include packages from
pax-web-jsp (these are optional).
> Upgrade to Pax Web 8 with its own Karaf commands
> ------------------------------------------------
>
> Key: KARAF-7392
> URL: https://issues.apache.org/jira/browse/KARAF-7392
> Project: Karaf
> Issue Type: Dependency upgrade
> Reporter: Grzegorz Grzybek
> Assignee: Grzegorz Grzybek
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)