You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/06/27 15:24:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17370237#comment-17370237 ] 

ASF subversion and git services commented on ARIES-2053:
--------------------------------------------------------

Commit fb09f3ff11f28a011d8cb610476a03d5fb2efdab in aries-cdi's branch refs/heads/master from Raymond Augé
[ https://gitbox.apache.org/repos/asf?p=aries-cdi.git;h=fb09f3f ]

ARIES-2053 aries-cdi-extension-el-jsp has unresolved property in JavaJSP contract

Signed-off-by: Raymond Augé <ro...@apache.org>


> 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)