Re: [betwixt] two bugs

2002-06-13 Thread James Strachan
From: "robert burrell donkin" <[EMAIL PROTECTED]> > i'd personally say that really betwixt should probably find addModule even > without a matching getModules but jason or james are the ones who should > be able to give a definitely answer. I think I agree. Someone may only want to parse XML and

Re: [betwixt] two bugs

2002-06-12 Thread Martin van den Bemt
> > there are many johns but only one jon :) I cannot even remember my own name sometimes and if I say both variations, they still sound the same ;) > > jon's so famous he even has his own page ;) it's hard not to notice him (at least on jakarta). > > http://jakarta.apache.org/site/jon.htm

Re: [betwixt] two bugs

2002-06-12 Thread Martin van den Bemt
> > Using the tescase of scarab in the betwixt tree, this is working for me > > (just removed the implement serializable in ScarabSettings). Can you > > give me the non working example (or can I get it from scarab cvs > > anywhere?). > > Arg. I can't duplicate this one now either. ;-( Cool.. may

Re: [betwixt] two bugs

2002-06-12 Thread robert burrell donkin
On Wednesday, June 12, 2002, at 08:29 PM, Martin van den Bemt wrote: > On Wed, 2002-06-12 at 20:47, Jon Scott Stevens wrote: >> on 6/12/02 12:42 AM, "Martin van den Bemt" <[EMAIL PROTECTED]> wrote: >> >>> Hi John, >> >> My name is 'Jon'. > > Sorry, just know to many Johns I guess ;) there are m

Re: [betwixt] two bugs

2002-06-12 Thread Jon Scott Stevens
on 6/12/02 12:42 AM, "Martin van den Bemt" <[EMAIL PROTECTED]> wrote: >> >> Bug #2: >> >> If the Module class referenced above does not implement Serializable, then >> it is also not called and no error is reported. > > Using the tescase of scarab in the betwixt tree, this is working for me >

Re: [betwixt] two bugs

2002-06-12 Thread Jon Scott Stevens
on 6/12/02 12:29 PM, "Martin van den Bemt" <[EMAIL PROTECTED]> wrote: > I'll dig into that and await your testcase.. Btw can I add scarab to the > list of Powered By ? Yes... -jon -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [betwixt] two bugs

2002-06-12 Thread Martin van den Bemt
On Wed, 2002-06-12 at 20:47, Jon Scott Stevens wrote: > on 6/12/02 12:42 AM, "Martin van den Bemt" <[EMAIL PROTECTED]> wrote: > > > Hi John, > > My name is 'Jon'. Sorry, just know to many Johns I guess ;) > > >> If I remove the getModules() method from the code below, then the > >> addModule()

Re: [betwixt] two bugs

2002-06-12 Thread Jon Scott Stevens
on 6/12/02 12:42 AM, "Martin van den Bemt" <[EMAIL PROTECTED]> wrote: > Hi John, My name is 'Jon'. > On Wed, 2002-06-12 at 02:58, Jon Scott Stevens wrote: >> Bug #1: >> >> If I remove the getModules() method from the code below, then the >> addModule() method is never called and no error is re

Re: [betwixt] two bugs

2002-06-12 Thread Martin van den Bemt
Hi John, On Wed, 2002-06-12 at 02:58, Jon Scott Stevens wrote: > Bug #1: > > If I remove the getModules() method from the code below, then the > addModule() method is never called and no error is reported. AFAIK this behaviour is intended in the code. Do you want just an error or warning or do

[betwixt] two bugs

2002-06-11 Thread Jon Scott Stevens
Bug #1: If I remove the getModules() method from the code below, then the addModule() method is never called and no error is reported. import java.util.List; import java.util.ArrayList; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.tigris.scara