I have this exception coming when i'm trying to run my client program, I'm passing a normal String Object as parameter to a business method on my EJBObject.
It would be great if anybody could let me know the actual cause...
CustomerProxyTestCaseis the client class name.
SCJP 1.4<br />SCBCD 1.3
Lars Vonk
Ranch Hand
Joined: Aug 05, 2005
Posts: 30
posted
0
Hi,
NotSerializableException indicates that some object that's send over the line is not Serializable. Check if your return object implements the java.io.Serializable interface. If not do so, and make sure all its attributes are Serializable as well.
Hope this helps.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.