Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 40987 invoked from network); 18 Oct 2005 13:29:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Oct 2005 13:29:49 -0000 Received: (qmail 32163 invoked by uid 500); 18 Oct 2005 13:29:24 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 32011 invoked by uid 500); 18 Oct 2005 13:29:23 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 31969 invoked by uid 99); 18 Oct 2005 13:29:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2005 06:29:23 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sam504u@gmail.com designates 64.233.184.206 as permitted sender) Received: from [64.233.184.206] (HELO wproxy.gmail.com) (64.233.184.206) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2005 06:29:23 -0700 Received: by wproxy.gmail.com with SMTP id i31so507771wra for ; Tue, 18 Oct 2005 06:29:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=hjK4ilaKHlh51ACJvJzfJ86B4eIt3b/mgd2AN1CnbheaO3Y9LeMlCWk/T9GWo7iKzh35D+BBV9JppQBQY7VUstEvoj7RoXlSTCaYs0RvFtsSBkXB0z6FSbG4MekKcCZjt0t0AaU+jOZAa8J9Wkg0YG46hstYUNm0PdgNuy0i2HI= Received: by 10.54.106.12 with SMTP id e12mr2134960wrc; Tue, 18 Oct 2005 06:29:01 -0700 (PDT) Received: by 10.54.68.4 with HTTP; Tue, 18 Oct 2005 06:29:01 -0700 (PDT) Message-ID: Date: Tue, 18 Oct 2005 09:29:01 -0400 From: Sameer Nanda To: Jakarta Commons Users List Subject: Re: [betwixt] Problem loading a Bean in Betwixt In-Reply-To: <20051018073337.41268.qmail@web54301.mail.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3994_12654424.1129642141396" References: <20051018073337.41268.qmail@web54301.mail.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_3994_12654424.1129642141396 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Konstantin, Just looked at XStream, looks pretty kool, may be something I might start looking into for my purpose. Thanks for directing me there. In the mean tim= e I was stilll wondering why dont I get a element in the XML o/p eve= n though I have it declared in my mapping.xml but when I use mapping file for configuring my BeanWriter, it certainly doesnt include the element in the XML document: 5667 Kelly Witham Customer And this is how I register "mapping.xml" to the BeanWriter. beanWriter.getXMLIntrospector().register(new InputSource("src/com/mms/mapping.xml")); -Regards Sameer On 10/18/05, Konstantin Priblouda wrote: > > > > --- Sameer Nanda wrote: > > Hey Sameer, > > Just come into my mind. If you are not really > interested in nice formatted XML ( and only in > read/write ) you may give xstream > ( http://xstream.codehaus.org ) a try. > > It's good for quick results. > > And try to disable proxies ( lazy loading ) in > hibernate while you are writing stuf out. > > regards, > > ----[ Konstantin Pribluda http://www.pribluda.de ]---------------- > Still using XDoclet 1.x? XDoclet 2 is released and of production quality. > check it out: http://xdoclet.codehaus.org > > > > __________________________________ > Yahoo! Music Unlimited > Access over 1 million songs. Try it free. > http://music.yahoo.com/unlimited/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-user-help@jakarta.apache.org > > ------=_Part_3994_12654424.1129642141396--