Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 19183 invoked from network); 12 Dec 2005 06:11:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Dec 2005 06:11:16 -0000 Received: (qmail 94247 invoked by uid 500); 12 Dec 2005 06:11:15 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 94226 invoked by uid 500); 12 Dec 2005 06:11:15 -0000 Mailing-List: contact dev-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list dev@beehive.apache.org Received: (qmail 94215 invoked by uid 99); 12 Dec 2005 06:11:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Dec 2005 22:11:15 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ekoneil@gmail.com designates 66.249.82.195 as permitted sender) Received: from [66.249.82.195] (HELO xproxy.gmail.com) (66.249.82.195) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Dec 2005 22:11:14 -0800 Received: by xproxy.gmail.com with SMTP id h28so1696877wxd for ; Sun, 11 Dec 2005 22:10:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fnB1u/QEDbj/tG6BIbh8aadhumJGVY1vD91Ifsez70c1JQ2UtF5ooVSlFEhGbYOFxqGp13PUisNq7AsFY6aSugia1R45Y3VwvjTld0Mc+sEtvzCwnbzTZz5JDJtyV6PrG5sRvhDhcAjU3bRgpZN6Ak6fikcxqji2aJE8VHlOuT0= Received: by 10.70.21.18 with SMTP id 18mr1629907wxu; Sun, 11 Dec 2005 22:10:53 -0800 (PST) Received: by 10.70.38.8 with HTTP; Sun, 11 Dec 2005 22:10:53 -0800 (PST) Message-ID: Date: Sun, 11 Dec 2005 23:10:53 -0700 From: Eddie O'Neil To: Beehive Developers Subject: [wsm] java class <> qname mapping MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N All-- I'm (finally) digging in on fixing the Java Class <-> QName mapping code in WSM. My general plan is to have a few type registries: - default (XSD built-in types) - Axis - XMLBean and have these be chainable depending on the environment. Today, the chain used to map class names to qnames would be XMLBean and then Axis. The default mapping is handled seprately. This is going to be a bit of work. :) And, I'll be moving some code between WSM and the service control, so bear with me as this starts up. Thoughts / comments / flames welcome. Eddie