You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Raymond Augé (Jira)" <ji...@apache.org> on 2021/06/26 15:47:00 UTC

[jira] [Assigned] (ARIES-2053) aries-cdi-extension-el-jsp has unresolved property in JavaJSP contract

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

Raymond Augé reassigned ARIES-2053:
-----------------------------------

    Assignee: Raymond Augé

> aries-cdi-extension-el-jsp has unresolved property in JavaJSP contract
> ----------------------------------------------------------------------
>
>                 Key: ARIES-2053
>                 URL: https://issues.apache.org/jira/browse/ARIES-2053
>             Project: Aries
>          Issue Type: Bug
>          Components: CDI
>    Affects Versions: cdi-1.1.3
>            Reporter: Grzegorz Grzybek
>            Assignee: Raymond Augé
>            Priority: Major
>
> If you check https://github.com/apache/aries-cdi/blob/org.apache.aries.cdi-1.1.3/cdi-extension-el-jsp/src/main/java/org/apache/aries/cdi/extension/el/jsp/package-info.java#L40 there's {{jsp.version}} property, but it's unresolved during build time and the resulting META-INF/MANIFEST.MF requirement is:
> {noformat}
> Require-Capability: osgi.contract;filter:="(&(osgi.contract=JavaJSP)(v
>  ersion=${jsp.version}))";osgi.contract=JavaJSP,...
> {noformat}
> at runtime, I'm getting:
> {noformat}
> org.osgi.framework.BundleException: Unable to resolve org.apache.aries.cdi.extension.el.jsp [61](R 61.0): \
>     missing requirement [org.apache.aries.cdi.extension.el.jsp [61](R 61.0)] \
>     osgi.contract; (&(osgi.contract=JavaJSP)(version=${jsp.version}))
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)