views:

39

answers:

1

Hi,

I am working with WebSphere and Struts hiberntae technology. My onsite team reported serialiazation problem while they were working.But i didn't faced the problem in my machine. Is there anything should i need to configure in server to figure out such errors?

+1  A: 

You can use FindBugs which will warn you for any serialization problem.


Resources :

Colin Hebert
how to replicate such errors?
Jothi
What do you mean replicate them ? You can test your code with FindBug, it's your team which will have to test later if the bug is still present.
Colin Hebert