Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 13858 invoked from network); 11 Jun 2008 19:35:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jun 2008 19:35:36 -0000 Received: (qmail 32736 invoked by uid 500); 11 Jun 2008 19:35:39 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 32724 invoked by uid 500); 11 Jun 2008 19:35:39 -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 32709 invoked by uid 99); 11 Jun 2008 19:35:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2008 12:35:39 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2008 19:34:58 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1267A234C139 for ; Wed, 11 Jun 2008 12:34:46 -0700 (PDT) Message-ID: <432047321.1213212886074.JavaMail.jira@brutus> Date: Wed, 11 Jun 2008 12:34:46 -0700 (PDT) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Subject: [jira] Updated: (CXF-1643) Move runtime resources found in META-INF to META-INF/cxf so that they can be found in an OSGi runtime environment In-Reply-To: <2055512997.1213132065010.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-1643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp updated CXF-1643: ----------------------------- Affects Version/s: 2.1 Assignee: Daniel Kulp Summary: Move runtime resources found in META-INF to META-INF/cxf so that they can be found in an OSGi runtime environment (was: cxf-bundle does not find extensions.xml in an OSGi environment, so WSDL extensors like jms:AddressType are not available) > Move runtime resources found in META-INF to META-INF/cxf so that they can be found in an OSGi runtime environment > ----------------------------------------------------------------------------------------------------------------- > > Key: CXF-1643 > URL: https://issues.apache.org/jira/browse/CXF-1643 > Project: CXF > Issue Type: Bug > Affects Versions: 2.1, 2.0.6 > Reporter: Mike Ramnarine > Assignee: Daniel Kulp > Fix For: 2.1.1, 2.0.7 > > > The mechanisms in cxf-bundle that load WSDL extensors by finding and processing META-INF/extensions.xml needs to be updated to work in an OSGi environment. Although it would seem like this issue could be resolved by adding META-INF to the Export-Package list in distribution/bundle/pom.xml, that would use too general a package name, and would not work if there were other bundles that exported META-INF. One proposed solution is to move CXF stuff in META-INF to META-INF/cxf, possibly with a lookup in both the old and new places for backward compatibility. Relavent code is in WSDLManagerImpl. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.