RE: [jBoss-User] Session bean : Serializable class problem !

2001-02-02 Thread Alexander Klyubin
Does Share class "implements" java.io.Serializable or "extends" it? The right way would be to implement java.io.Serializable interface... Alexander Klyubin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Friday, February 02,

RE: [jBoss-User] Session bean : Serializable class problem !

2001-02-02 Thread Bordet, Simone
Hey, I guess that it is a stateful bean, and probably one of the non-transient fields of your bean is not serializable. Simon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: venerdi 2 febbraio 2001 16:11 To: [EMAIL PROTECTED] Subject: [jBoss-User]

RE: [jBoss-User] Session bean : Serializable class problem !

2001-02-02 Thread Joe Barefoot
I'm not totally sure what Simone is referring to by "stateful bean"...I'm assuming the class "lds.applayers.ecm.instrument.Share", which is the type of object contained in the Vector being returned. The EJB named "QueryShare_Session" is a Stateless Session bean. One thing to note (and you