Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@www.apache.org Received: (qmail 22965 invoked from network); 10 Nov 2003 15:04:53 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 10 Nov 2003 15:04:53 -0000 Received: (qmail 51773 invoked by uid 500); 10 Nov 2003 15:04:35 -0000 Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 51613 invoked by uid 500); 10 Nov 2003 15:04:34 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 51578 invoked from network); 10 Nov 2003 15:04:33 -0000 Received: from unknown (HELO www.princetongames.org) (66.250.40.202) by daedalus.apache.org with SMTP; 10 Nov 2003 15:04:33 -0000 Received: from localhost (ammulder@localhost) by www.princetongames.org (8.11.6/8.11.6) with ESMTP id hAAF8mB17443 for ; Mon, 10 Nov 2003 10:08:48 -0500 X-Authentication-Warning: www.princetongames.org: ammulder owned process doing -bs Date: Mon, 10 Nov 2003 10:08:48 -0500 (EST) From: Aaron Mulder X-X-Sender: ammulder@www.princetongames.org To: geronimo-dev@incubator.apache.org Subject: Re: Which Java binding tool to use across Geronimo In-Reply-To: <3FAF312D.8BEAE041@intalio.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Keith, I'll give the CVS version a shot and let you know how it goes. Can you guys look into getting a SNAPSHOT build posted to maven every day? Otherwise, we can't include the new code in Geronimo until you cut a new release. Thanks, Aaron On Mon, 10 Nov 2003, Keith Visco wrote: > Hi Aaron, > > Arnaud sent me your schema (j2ee_1.4.xsd) that was exhibiting an NPE > during source generation. He is currently on vacation, so I took a look > at it. I have fixed the issue in the Castor CVS. The source now > generates and compiles. > > Hopefully that helps. > > --Keith > > > Aaron Mulder wrote: > > > > XMLBeans does not support our schemas. I tried to follow up with > > them on the XMLBeans mailing list, but it was dropped. There's a similar > > story with Castor, though at least in that case I was asked to expect a > > delay. Haven't tried JAXB, though I haven't heard great things about it > > either. > > > > Aaron > > > > On Sat, 8 Nov 2003, Koller, Shmuel wrote: > > > Does this community use common tools for core processes ? > > > > > > I would imagine many Component developers process XML-schema based inputs. > > > That desires a tool of choice to bridge beween XML types and Java > > > types/abstractions. > > > > > > FYI -latest submission to Apache - XMLbeans which was used in developing BEA > > > products. > > > > > > It does not build a objects tree, unless Object is required. So its > > > efficient. > > > It does maintain the original info set for Cursor based traversal. > > > It does use Schema as metadata to generate Java classes mapped from XML > > > types, full schema support. > > > So Cursor and XML types as Java - are two facades for efficient and Java > > > oriented XML instance traversal. > > > > > > The need for XML-Java binding is everywhere, inckuding support for JAXB, > > > suggest one common tool used by BEA in own products. > > > > > > Shmuel > > > >