Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 24179200C79 for ; Fri, 5 May 2017 01:16:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 20E92160BC4; Thu, 4 May 2017 23:16:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 66F45160BB0 for ; Fri, 5 May 2017 01:16:07 +0200 (CEST) Received: (qmail 35279 invoked by uid 500); 4 May 2017 23:16:06 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 35269 invoked by uid 99); 4 May 2017 23:16:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2017 23:16:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 1FBBFC28F9 for ; Thu, 4 May 2017 23:16:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id iriWFgu-NHQN for ; Thu, 4 May 2017 23:16:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id CF9F95F4AA for ; Thu, 4 May 2017 23:16:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 4ACACE008E for ; Thu, 4 May 2017 23:16:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0B06421DEA for ; Thu, 4 May 2017 23:16:04 +0000 (UTC) Date: Thu, 4 May 2017 23:16:04 +0000 (UTC) From: "Andreas Veithen (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (AXIS2-4947) [patch] OSGi imports inappropriate for common environments MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 04 May 2017 23:16:08 -0000 [ https://issues.apache.org/jira/browse/AXIS2-4947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15997484#comment-15997484 ] Andreas Veithen edited comment on AXIS2-4947 at 5/4/17 11:15 PM: ----------------------------------------------------------------- I agree for javax.activation and javax.xml.stream because these packages are provided by the JRE. javax.ws.rs on the other hand would always be provided by a bundle and have a proper version number. Anyway, that import is effectively optional and I added resolution:=optional. was (Author: veithen): I agreed for javax.activation and javax.xml.stream because these packages are provided by the JRE. javax.ws.rs on the other hand would always be provided by a bundle and have a proper version number. Anyway, that import is effectively optional and I added resolution:=optional. > [patch] OSGi imports inappropriate for common environments > ---------------------------------------------------------- > > Key: AXIS2-4947 > URL: https://issues.apache.org/jira/browse/AXIS2-4947 > Project: Axis2 > Issue Type: Bug > Affects Versions: nightly > Environment: E.g. GlassFish 3.1 / Felix 3.x / Java 6 > Reporter: Ancoron Luciferis > Labels: osgi > Fix For: 1.7.5 > > Attachments: osgi-pom.xml.patch > > > Most common environments define all package exports issued by the framework with the system version "0.0.0". > Because Axis2 OSGi specifies the following imports with higher versions it is not possible to use the provided OSGi bundle as is and has to be modified: > javax.ws.rs; version=1.0, > javax.activation;version="1.1", > javax.xml.stream;resolution:=optional;version="1.0" > I'll attach a patch to fix this problem. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org