RE: cvs commit: incubator-altrmi/lib/optionalexcalibur-lifecycle-1.0.jar

2003-03-15 Thread Scott Cantor
> Anyway, I'm curious: since I develop only java and I don't use other > languages since the universtity (so take this question with the same > grain of salt ;-) , what would have you thought could have been done > instead of putting the jar in CVS? You document your dependencies, use autoconf

Re: [altrmi] Bug in AbstractCompleteSocketStreamServer

2003-03-15 Thread Peter Royal
On Saturday, March 15, 2003, at 05:53 PM, Nicola Ken Barozzi wrote: Peter Royal wrote, On 15/03/2003 23.46: I found a bug in the AbstractCompleteSocketStreamServer. Peter, we should move these development mails to [EMAIL PROTECTED] It's not your fault, the documentation is lacking. Didn't know t

Re: [altrmi] Bug in AbstractCompleteSocketStreamServer

2003-03-15 Thread Peter Royal
On Saturday, March 15, 2003, at 05:55 PM, Paul Hammant wrote: Ooooh, been looking for something like that. Marathon ( http://marathonman.sourceforge.net/ ) is being bugged by an issue that sounds like it be caused by that. Lets go for START & STOP. The intermediate states were just just over-d

Re: [altrmi] Bug in AbstractCompleteSocketStreamServer

2003-03-15 Thread Paul Hammant
Peter, Ooooh, been looking for something like that. Marathon ( http://marathonman.sourceforge.net/ ) is being bugged by an issue that sounds like it be caused by that. Lets go for START & STOP. The intermediate states were just just over-design anyway. Clearly a case of a missing or malfuncti

Re: [altrmi] Bug in AbstractCompleteSocketStreamServer

2003-03-15 Thread Nicola Ken Barozzi
Peter Royal wrote, On 15/03/2003 23.46: I found a bug in the AbstractCompleteSocketStreamServer. Peter, we should move these development mails to [EMAIL PROTECTED] It's not your fault, the documentation is lacking. -- Nicola Ken Barozzi [EMAIL PROTECTED] - verba vol

Re: cvs commit: incubator-altrmi/lib/optional excalibur-lifecycle-1.0.jar

2003-03-15 Thread Nicola Ken Barozzi
Aaron Bannert wrote, On 15/03/2003 22.37: I don't claim to be a Java expert, so take what I say with a grain of salt, but why are jars being checked into CVS? *sigh* this is a thing that is haunting java for quite some time now. The fact is that for compilation we need these libraries to be presen

[altrmi] Bug in AbstractCompleteSocketStreamServer

2003-03-15 Thread Peter Royal
I found a bug in the AbstractCompleteSocketStreamServer. The code sets the internal state to STARTING, then fires off the thread to monitor the socket, then sets the state to STARTED. The thread that monitors the socket does its thing as long as the state is STARTED. I'm seeing the monitor thre

Re: cvs commit: incubator-altrmi/lib/optional excalibur-lifecycle-1.0.jar

2003-03-15 Thread Aaron Bannert
I don't claim to be a Java expert, so take what I say with a grain of salt, but why are jars being checked into CVS? -aaron On Friday, March 14, 2003, at 06:36 PM, [EMAIL PROTECTED] wrote: leif2003/03/14 18:36:31 Added: lib/optional excalibur-lifecycle-1.0.jar Log: Updated t