Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 52982 invoked from network); 12 Sep 2007 22:41:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Sep 2007 22:41:52 -0000 Received: (qmail 44154 invoked by uid 500); 12 Sep 2007 22:41:46 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 44146 invoked by uid 500); 12 Sep 2007 22:41:46 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 44137 invoked by uid 99); 12 Sep 2007 22:41:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2007 15:41:46 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2007 22:41:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 23F5B714159 for ; Wed, 12 Sep 2007 15:41:32 -0700 (PDT) Message-ID: <26176668.1189636892121.JavaMail.jira@brutus> Date: Wed, 12 Sep 2007 15:41:32 -0700 (PDT) From: "benson margulies (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (CXF-984) Allow user control of namespace prefixes in Aegis In-Reply-To: <10783643.1189392389706.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-984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] benson margulies updated CXF-984: --------------------------------- Attachment: (was: aegisdiffs.txt) > Allow user control of namespace prefixes in Aegis > ------------------------------------------------- > > Key: CXF-984 > URL: https://issues.apache.org/jira/browse/CXF-984 > Project: CXF > Issue Type: New Feature > Components: Core > Affects Versions: 2.0.1 > Reporter: benson margulies > Fix For: 2.1 > > Attachments: aegisdiffs.txt > > > For 'primitive' clients, it can be helpful to be able to predict in advance what prefixes will be used for at least some interesting namespaces. This is a service-level issue, since trying to assign prefixes at the level of types (or packages) can lead to conflicts and confusion. > The patch I will attach here allows the user to pass a map from namespace->prefix to the AegisDatabinding bean as a way of grabbing control of prefix assignment. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.