Re: [OT] Serialization issue - stream has problems flushing?

2002-10-25 Thread Eddie Bush
Thanks. I understand now. Craig R. McClanahan wrote: On Fri, 25 Oct 2002, Eddie Bush wrote: Digester says it needs "An xml parser conforming to SAX 2.0" and "optionally" you may have JAXP 1.1+. Am I reading that correctly that, if you have JAXP 1.1+ you don't need an additional parser? Any

Re: [OT] Serialization issue - stream has problems flushing?

2002-10-25 Thread Craig R. McClanahan
On Fri, 25 Oct 2002, Eddie Bush wrote: > Digester says it needs "An xml parser conforming to SAX 2.0" and > "optionally" you may have JAXP 1.1+. Am I reading that correctly that, > if you have JAXP 1.1+ you don't need an additional parser? Any > recommendations on which way to go here? I use

Re: [OT] Serialization issue - stream has problems flushing?

2002-10-25 Thread Eddie Bush
Craig R. McClanahan wrote: On Fri, 25 Oct 2002, Eddie Bush wrote: Date: Fri, 25 Oct 2002 11:45:46 -0500 From: Eddie Bush <[EMAIL PROTECTED]> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: [OT] Serializat

Re: [OT] Serialization issue - stream has problems flushing?

2002-10-25 Thread Brian Hickey
t to do? Brian - Original Message - From: "Eddie Bush" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, October 25, 2002 12:45 PM Subject: Re: [OT] Serialization issue - stream has problems flushing? > That is exac

Re: [OT] Serialization issue - stream has problems flushing?

2002-10-25 Thread Craig R. McClanahan
On Fri, 25 Oct 2002, Eddie Bush wrote: > Date: Fri, 25 Oct 2002 11:45:46 -0500 > From: Eddie Bush <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: [OT] Serializ

Re: [OT] Serialization issue - stream has problems flushing?

2002-10-25 Thread Eddie Bush
That is exactly what I suggested to him, but he suggests he is doing this. I do recall him having asked me about the flush because close is supposed to flush, but he assured me he *is* calling flush before close. So far as I was aware, that was the one thing you had to be careful of - but beyo

Re: [OT] Serialization issue - stream has problems flushing?

2002-10-25 Thread Brian Hickey
s Users List" <[EMAIL PROTECTED]> Sent: Friday, October 25, 2002 12:00 PM Subject: [OT] Serialization issue - stream has problems flushing? > I've got a friend asking me questions I don't have the answers to. I > was in hopes one of you may. > > My buddy uses s

RE: [OT] Serialization issue - stream has problems flushing?

2002-10-25 Thread Gavin Terrill
] Serialization issue - stream has problems flushing? I've got a friend asking me questions I don't have the answers to. I was in hopes one of you may. My buddy uses serialization (ie. ObjectOutput/InputStream wrapping FileOutput/InputStream for writing/reading objects to/from disk)

[OT] Serialization issue - stream has problems flushing?

2002-10-25 Thread Eddie Bush
I've got a friend asking me questions I don't have the answers to. I was in hopes one of you may. My buddy uses serialization (ie. ObjectOutput/InputStream wrapping FileOutput/InputStream for writing/reading objects to/from disk) as per a suggestion I made when asked for a non-database approac