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(StreamRemoteCall.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(StatelessSessionProxy.java:175)
at org.jboss.proxy.ProxyCompiler$Runtime.invoke(ProxyCompiler.java:74)
at
lds.applayers.odata.ui.services.QueryShare_Session$Proxy.findExprBySymbol(Unknown
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]