Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 70706 invoked from network); 31 Mar 2007 20:42:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Mar 2007 20:42:46 -0000 Received: (qmail 96550 invoked by uid 500); 31 Mar 2007 20:42:53 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 96533 invoked by uid 500); 31 Mar 2007 20:42:53 -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 96515 invoked by uid 99); 31 Mar 2007 20:42:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Mar 2007 13:42:53 -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; Sat, 31 Mar 2007 13:42:45 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6EC2E714069 for ; Sat, 31 Mar 2007 13:42:25 -0700 (PDT) Message-ID: <22562007.1175373745447.JavaMail.jira@brutus> Date: Sat, 31 Mar 2007 13:42:25 -0700 (PDT) From: "Dan Diephouse (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Closed: (CXF-145) Dynamic discovery of binding creators In-Reply-To: <18422024.1159901899584.JavaMail.root@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-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Diephouse closed CXF-145. ----------------------------- Resolution: Fixed Dan Kulp just fixed this in SVN. > Dynamic discovery of binding creators > ------------------------------------- > > Key: CXF-145 > URL: https://issues.apache.org/jira/browse/CXF-145 > Project: CXF > Issue Type: Bug > Components: JAX-WS Runtime > Affects Versions: 2.0-M1 > Reporter: Balaji Ravi > Assigned To: Dan Diephouse > Fix For: 2.0-RC > > > It would be nice if in ServerFactoryBean, ServiceImpl, etc, we could dynamically discover which BindingInfoFactoryBean we want to use. > I am reluctant to have a BindingInfoFactoryBeanFactory as this seems a bit odd. It is nice to be able to just create your own factory bean: > factory = new SoapBindingInfoFactoryBean() > factory.setStyle("document"); > ...etc. > I am not sure what the potential resolution might be. Feel free to add some ideas in the comments. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.