Re: [JBoss-user] java.io.NotSerializableException need help

2001-07-30 Thread Hermann RANGAMANA
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

Re: [JBoss-user] java.io.NotSerializableException need help

2001-07-28 Thread Alex . Devine
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

Re: [JBoss-user] java.io.NotSerializableException need help

2001-07-28 Thread Ole Husgaard
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: > >

Re: [JBoss-user] java.io.NotSerializableException need help

2001-07-27 Thread yan fan
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

Re: [JBoss-user] java.io.NotSerializableException need help

2001-07-26 Thread Dmitri Colebatch
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

[JBoss-user] java.io.NotSerializableException need help

2001-07-26 Thread yan fan
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 [