Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C146DF14 for ; Fri, 24 May 2013 14:36:45 +0000 (UTC) Received: (qmail 57984 invoked by uid 500); 24 May 2013 14:36:45 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 57923 invoked by uid 500); 24 May 2013 14:36:44 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 57765 invoked by uid 99); 24 May 2013 14:36:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 May 2013 14:36:43 +0000 Date: Fri, 24 May 2013 14:36:43 +0000 (UTC) From: "Christian Schneider (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (DOSGI-93) CXF DOSGi single bundle distribution does not work with servlets 3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DOSGI-93?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Schneider closed DOSGI-93. ------------------------------------ =20 > CXF DOSGi single bundle distribution does not work with servlets 3.0 > -------------------------------------------------------------------- > > Key: DOSGI-93 > URL: https://issues.apache.org/jira/browse/DOSGI-93 > Project: CXF Distributed OSGi > Issue Type: Bug > Components: Product > Affects Versions: 1.2 > Environment: JDK 1.6 / JOnAS 5 / OSGi 4.2.0 (felix 3.2.0) > Reporter: Fran=C3=A7ois Waeselynck > Fix For: 1.3 > > > I try to run DOSGi (single bundle distribution) on the JOnAS OSGi / JavaE= E server. > It works if I don't activate servlets 3.0 . > But if I activate the (Java EE 6) Servlet 3.0 in JOnAS, There is a confli= ct that prevents the bundle to be resolved: > - CXF-DOSGi imports and exports javax.servlet in the [2.3.0;2.6.0) range.= it provides javax.servlet through the inner pax-webservice-0.5.jar bundle. > - But it also import org.osgi.service.http (1>=3D2) that is served by the= compendium. The compendium exports javax.servlet.http that uses javax.serv= let, the latter being exported in version 3.0 by a JOnAS bundle. > This results in a conflict that prevents the bundle to be resolved. > Would it be possible to release the constraint of javax.servlet < 2.6 ? > If I'd switched to the multiple bundle distribution, would it solve the p= roblem ? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira