You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2016/12/02 11:59:58 UTC

[jira] [Assigned] (SM-3078) Import package range for Apache Tiles Request wrong in spring-webmvc

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

Jean-Baptiste Onofré reassigned SM-3078:
----------------------------------------

    Assignee: Jean-Baptiste Onofré

> Import package range for Apache Tiles Request wrong in spring-webmvc
> --------------------------------------------------------------------
>
>                 Key: SM-3078
>                 URL: https://issues.apache.org/jira/browse/SM-3078
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: bundles
>    Affects Versions: bundles-2016.07
>            Reporter: Matt Magoffin
>            Assignee: Jean-Baptiste Onofré
>
> The Apache Tiles Request projects are versioned differently than other Apache Tiles projects, and are currently at version *1.0.6*. The *spring-webmvc* bundle has an {{org.apache.tiles.request}} import range of {{[3,4)}}. I think it should be something like {{[1,2)}}.
> I have manually updated the {{MANIFEST.MF}} of *org.apache.servicemix.bundles.spring-webmvc-4.2.6.RELEASE_1.jar* and the problem I had from this issue was fixed.
> Maybe the `<servicemix.osgi.import.pkg>` element of *pom.xml* needs another line like
> {noformat}
> org.apache.tiles.request.*;version="[1,2)";resolution:=optional,
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)