Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 16773 invoked from network); 25 Mar 2010 03:44:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Mar 2010 03:44:33 -0000 Received: (qmail 99024 invoked by uid 500); 25 Mar 2010 03:44:33 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 98850 invoked by uid 500); 25 Mar 2010 03:44:33 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 98843 invoked by uid 99); 25 Mar 2010 03:44:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Mar 2010 03:44:32 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=10.0 tests=AWL,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [66.207.171.113] (HELO server.dankulp.com) (66.207.171.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Mar 2010 03:44:26 +0000 Received: by server.dankulp.com (Postfix, from userid 5000) id 8510A2079ACC; Wed, 24 Mar 2010 23:44:05 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.2.1-gr2 (2007-05-02) on server.dankulp.com X-Spam-Level: X-Msg-File: /tmp/mailfilter.2PYcGLRtOR Received: from dilbert.localnet (c-24-91-141-225.hsd1.ma.comcast.net [24.91.141.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.dankulp.com (Postfix) with ESMTPSA id B536A2079490; Wed, 24 Mar 2010 23:44:04 -0400 (EDT) From: Daniel Kulp To: dev@geronimo.apache.org Subject: Re: Remove Stax API or wstx-asl ? Date: Wed, 24 Mar 2010 23:44:50 -0400 User-Agent: KMail/1.13.1 (Linux/2.6.33-gentoo; KDE/4.4.1; x86_64; ; ) Cc: Ivan References: <45f744e41003241844t40578152u63731804f5958c25@mail.gmail.com> In-Reply-To: <45f744e41003241844t40578152u63731804f5958c25@mail.gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201003242344.51088.dkulp@apache.org> X-Old-Spam-Status: No, score=-3.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DNS_FROM_OPENWHOIS autolearn=no version=3.2.1-gr2 On Wednesday 24 March 2010 9:44:12 pm Ivan wrote: > Hi, > Just trying the latest Geronimo 3.0 build, get a CNF exception for the > XMLInputFactory, seems that wstx-asl shipped is not a bundle. > I am thinking that since JRE 1.6 contains the API and the default > implementation, do we still need to ship another one ? Well, I would say get rid of stax-api, but keep wstx. I think the 4.x versions of woodstox are bundles. If not, ServiceMix has bundles for them. The parser in the JDK sucks from a performance standpoint. We recently tried to use the JDK parser in CXF and the complete test run took nearly 25% longer. Adding woodstox back in brought it right back down to the normal times. Testing on "real" web services backed that up. Basically, the in JDK Stax parser will work, but woodstox is so much faster. If you aren't doing anything performance critical with XML, not using woodstox might be OK. -- Daniel Kulp dkulp@apache.org http://dankulp.com/blog