[
https://issues.apache.org/jira/browse/CAMEL-4777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13169543#comment-13169543
]
Jean-Baptiste Onofré commented on CAMEL-4777:
---------------------------------------------
We have another potential issue with
org.apache.geronimo.specs/geronimo-servlet_2.5_spec.
Some camel features (like camel-ibatis, camel-mybatis, camel-velocity,
camel-http*, camel-servlet) refer and install geronimo-servlet spec.
On the other hand, Karaf jetty feature also refers geronimo-servlet.
So, we have to be sure that the geronimo-servlet versions used in Karaf and
Camel are exactly the same.
Camel should use a Karaf feature (jetty for now) in place of referencing
directly geronimo-servlet spec bundle.
I will update like this, but very soon, in order to avoid to fully install
Jetty, Karaf should provide a set of spec features (for servlet/jsp,
activation, jaxb, woodstox, etc).
> Camel features should refer the http feature in place of using geronimo-jsp
> or geronimo-serlvet directly
> --------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-4777
> URL: https://issues.apache.org/jira/browse/CAMEL-4777
> Project: Camel
> Issue Type: Improvement
> Components: karaf
> Affects Versions: 2.8.3
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Fix For: 2.8.4, 2.9.0
>
>
> pax-web-jsp exports package jsp package.
> So it means that Camel features that don't refer the http feature, explicitly
> install geronimo-jsp bundle.
> We can have the situation where two bundles (pax-web-jsp and geronimo-jsp)
> provide the same package.
> To avoid this, the Camel features should refer the http feature in place of
> installing geronimo-jsp bundle for instance.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira