day, July 28, 2001 11:46 AM
Subject: Re: [JBoss-user] java.io.NotSerializableException need help
> Hi,
>
> An instance of a class implementing Serializable
> can still be non-serializable at runtime, if it
> holds a reference to another instance that is not
> serializable at runtime
ject: Re: [JBoss-user] java.io.NotSerializableException need help
|
>-|
Hi,
An instance of a class implementing Serializable
can still be non-serializable at runtime, if it
holds a r
Hi,
An instance of a class implementing Serializable
can still be non-serializable at runtime, if it
holds a reference to another instance that is not
serializable at runtime.
See: http://java.sun.com/products/jdk/1.2/docs/guide/serialization/
Best Regards,
Ole Husgaard.
yan fan wrote:
>
>
Yes , it did.
--- Dmitri Colebatch <[EMAIL PROTECTED]> wrote:
> Does com.arcsight.vssreport.VssReportItem implement
> java.io.Serializable? It needs to.
>
> cheesr
> dim
>
> On Thu, 26 Jul 2001, yan fan wrote:
>
> > I am runing jboss&tomcat , with servlet , BMP, and
> > when I try to get a Arr
Does com.arcsight.vssreport.VssReportItem implement
java.io.Serializable? It needs to.
cheesr
dim
On Thu, 26 Jul 2001, yan fan wrote:
> I am runing jboss&tomcat , with servlet , BMP, and
> when I try to get a ArrayList(which inside is the
> VssReportItem object hold some properties) in BMP, I
I am runing jboss&tomcat , with servlet , BMP, and
when I try to get a ArrayList(which inside is the
VssReportItem object hold some properties) in BMP, I
get the exception :(please give me some hints, Thx a
lot)
[VssReportB] java.io.NotSerializableException:
com.arcsight.vssreport.VssReportItem
[