Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 10247 invoked from network); 20 Oct 2008 13:30:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Oct 2008 13:30:08 -0000 Received: (qmail 40262 invoked by uid 500); 20 Oct 2008 13:30:10 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 40234 invoked by uid 500); 20 Oct 2008 13:30:10 -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 40131 invoked by uid 99); 20 Oct 2008 13:30:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2008 06:30:09 -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; Mon, 20 Oct 2008 13:29:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2B989234C235 for ; Mon, 20 Oct 2008 06:29:46 -0700 (PDT) Message-ID: <931934404.1224509386177.JavaMail.jira@brutus> Date: Mon, 20 Oct 2008 06:29:46 -0700 (PDT) From: "David Bosschaert (JIRA)" To: issues@cxf.apache.org Subject: [jira] Closed: (CXF-1813) osgi.remote.publish.interfaces needs to take interface names instead of a boolean flag In-Reply-To: <1139207099.1222163146283.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-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Bosschaert closed CXF-1813. --------------------------------- Resolution: Fixed > osgi.remote.publish.interfaces needs to take interface names instead of a boolean flag > -------------------------------------------------------------------------------------- > > Key: CXF-1813 > URL: https://issues.apache.org/jira/browse/CXF-1813 > Project: CXF > Issue Type: Improvement > Components: OSGi > Affects Versions: 2.2 > Reporter: David Bosschaert > Fix For: 2.2 > > > Since the osgi.remote.publish.interfaces stems from the org.osgi.publish property, it's current value set is a boolean. However, this needs to be changed to a comma-separated list of interface names or * as a special value meaning all registered interfaces. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.