Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 54632 invoked from network); 12 Nov 2003 14:38:39 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 12 Nov 2003 14:38:39 -0000 Received: (qmail 28308 invoked by uid 500); 12 Nov 2003 14:38:33 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 28070 invoked by uid 500); 12 Nov 2003 14:38:32 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 28056 invoked from network); 12 Nov 2003 14:38:31 -0000 Received: from unknown (HELO osmtp1.electric.net) (216.129.90.28) by daedalus.apache.org with SMTP; 12 Nov 2003 14:38:31 -0000 Received: from root by osmtp1.electric.net with emc1-ok (Exim 4.10) id 1AJw8f-000HwG-0W for commons-dev@jakarta.apache.org; Wed, 12 Nov 2003 06:38:33 -0800 Received: by emcmailer; Wed, Nov 12 2003 06:38:33 -0800 Received: from [12.103.192.125] (helo=GODEL) by osmtp1.electric.net with smtp (Exim 4.10) id 1AJw8d-000Hv4-0W for commons-dev@jakarta.apache.org; Wed, 12 Nov 2003 06:38:31 -0800 From: "Mike Stanley" To: "Jakarta Commons Developers List" Subject: RE: [betwixt] Betwixt troubles... Date: Wed, 12 Nov 2003 09:37:57 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <1068646870.9873.45.camel@guru.home.mvdb.net> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Status: Scanned by norton 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 ok. and yes you have permission to use it in any way that matters. I just looked it over though, and I accidentally included copyright disclaimers at the top of some of the files. I will resend them without the disclaimers. It was written from scratch, no real world code used, completely fictitious -- my class templates include the disclaimer and I just forgot to remove it in some places. I can either resend it with this stuff removed - or - give you permission to remove it and add the APL to it. Whatever satisfies the legal requirement. Your call. Thanks, and like I said before I'd be more than happy to look into / patch the issue(s). Just waiting for confirmation. - Mike > -----Original Message----- > From: Martin van den Bemt [mailto:mllist@mvdb.net] > Sent: Wednesday, November 12, 2003 9:21 AM > To: Jakarta Commons Developers List > Subject: RE: [betwixt] Betwixt troubles... > > > I'll try to find some time to confirm it tonight, but since a lot of > family matters atm, that time can be consumed by that.. > Do we have permission (when needed) to add your scenario to the betwixt > CVS tree ? (and therefor give it an apache license?) > > Mvgr, > Martin > > On Wed, 2003-11-12 at 15:12, Mike Stanley wrote: > > Please confirm this is a bug, or please offer some advice on > what I'm doing > > wrong. If this isn't sufficient to confirm the bug please let > me know, and > > I will modify the example. > > > > - Mike > > > > > -----Original Message----- > > > From: Mike Stanley [mailto:mstanley@cauldronsolutions.com] > > > Sent: Monday, November 10, 2003 2:07 PM > > > To: Jakarta Commons Developers List > > > Subject: RE: [betwixt] Betwixt troubles... > > > > > > > > > here is a zipped up eclipse project (minus the jar dependencies). > > > There is > > > a unit test that demonstrates the bug that I'm talking about. > > > The unit test > > > has to test methods, testGetAsXml which passes, and testParseMsg which > > > fails. > > > > > > Aside from the betwixt dependencies, this project is also dependent on > > > log4j, and commons-lang. Hope this provides a decent enough > demo of the > > > bugs. > > > > > > Note: I've tried this with the alpha release of betwixt, as > well as the > > > snapshot from 2/11/2003. When using the snapshot, the > testGetAsXml fails > > > with a null pointer exception. The alpha release shows the > > > marshalling/unmarshalling behavior noted in this thread. I also tried > > > variations on the parser configurations. > > > > > > Thanks for the help. > > > - Mike > > > > > > > -----Original Message----- > > > > From: Martin van den Bemt [mailto:mllist@mvdb.net] > > > > Sent: Sunday, November 09, 2003 12:14 PM > > > > To: Jakarta Commons Developers List > > > > Subject: RE: Betwixt troubles... > > > > > > > > > > > > Can you supply us with a tescase that shows us the > bahaviour (esp that > > > > you believe it is a bug), since there is too little info in > the mail to > > > > test this (we needs the beans / bean. One thing I know is that eg > > > > Bean.betwixt files only supplies beaninfo for Bean.java and > not for any > > > > classes embedded in Bean.java. > > > > > > > > Mvgr, > > > > Martin > > > > > > > > On Fri, 2003-11-07 at 19:51, Mike Stanley wrote: > > > > > Please note: I sent this to the developers list and not the > > > users list, > > > > > because I believe it to be a bug, and if confirmed - I > may patch it. > > > > > > > > > > - Mike > > > > > > > > > > > -----Original Message----- > > > > > > From: Mike Stanley [mailto:mstanley@cauldronsolutions.com] > > > > > > Sent: Friday, November 07, 2003 1:26 PM > > > > > > To: Jakarta Commons Dev > > > > > > Subject: Betwixt troubles... > > > > > > > > > > > > > > > > > > Hey everyone, > > > > > > > > > > > > I'm running into an issue with some Betwixt code. I'm trying to > > > > > > Write/Read > > > > > > a bean associated with .betwixt file. > > > > > > > > > > > > I can't seem to get attributes to be set when reading in the > > > > xml. writing > > > > > > works fine. I've tried several ways (including defaulting to > > > > > > primitiveTypes > > > > > > and specificing an updater method). Here is the content of > > > the file: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > property="agentId"/> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ---- > > > > > > Results form a write: > > > > > > > > > > > > > > > > > > requestor="install_app"> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --- > > > > > > Results from read: > > > > > > > > > > > > > > > > > > requestor="install_app"> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --- > > > > > > What is going wrong? What can I do to fix this problem? > > > > modifying the > > > > > > format of the XML is not an option. Also note - using the > > > > Commented out > > > > > > element in the betwixt file instead of specifically > specifying the > > > > > > attribute, results in 01 which isn't > > > > correct either. > > > > > > > > > > > > Thanks for your help. > > > > > > - Mike > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > > > > > For additional commands, e-mail: > commons-dev-help@jakarta.apache.org > > > > -- > > > > Martin van den Bemt > > > > mvdb.com > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > > > > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > -- > Martin van den Bemt > mvdb.com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org