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, 2001 17:11
To: [EMAIL PROTECTED]
Subject: [jBoss-User] Session bean : Serializable class problem !
I have a Session bean (QueryShare_Session) with a method findExprBySymbol
that must return a collection ( java.util.Vector) that
I create. This collection contains objects of the class :
lds.applayers.ecm.instrument.Share
The super class of Share is java.io.Serializable and I have the following
error on the client side :
java.io.NotSerializableException: lds.applayers.ecm.instrument.Share
at
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteC
all.java:245)
at
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
at
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.invoke(Unknown
Source)
at
org.jboss.ejb.plugins.jrmp.interfaces.StatelessSessionProxy.invoke(Stateless
SessionProxy.java:175)
at org.jboss.proxy.ProxyCompiler$Runtime.invoke(ProxyCompiler.java:74)
at
lds.applayers.odata.ui.services.QueryShare_Session$Proxy.findExprBySymbol(Un
known
Source)
I have no idea about the problem !!
Can you help me ?
Thanks
Christophe
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]