Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 41666 invoked from network); 31 Jul 2008 17:08:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jul 2008 17:08:53 -0000 Received: (qmail 79374 invoked by uid 500); 31 Jul 2008 17:08:52 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 79360 invoked by uid 500); 31 Jul 2008 17:08:52 -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 79346 invoked by uid 99); 31 Jul 2008 17:08:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2008 10:08:52 -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; Thu, 31 Jul 2008 17:08:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6F72F234C181 for ; Thu, 31 Jul 2008 10:08:32 -0700 (PDT) Message-ID: <1609362471.1217524112455.JavaMail.jira@brutus> Date: Thu, 31 Jul 2008 10:08:32 -0700 (PDT) From: "Benson Margulies (JIRA)" To: issues@cxf.apache.org Subject: [jira] Created: (CXF-1729) Aegis service customizations don't work MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Aegis service customizations don't work --------------------------------------- Key: CXF-1729 URL: https://issues.apache.org/jira/browse/CXF-1729 Project: CXF Issue Type: Bug Components: Aegis Databinding Affects Versions: 2.0.8, 2.0.7, 2.1.1, 2.0.6, 2.1, 2.0.5, 2.0.4, 2.0.3, 2.0.2, 2.0.1, 2.0 Reporter: Benson Margulies In XFire, Aegis supported the use of .aegis.xml files to configure the SEI. This allowed for parameter names, nillability, etc. The port to CXF lost this, since the service factory system does not ask the data binding for advice on this subject. Users want it back. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.