I am getting the following exception when I tried to execute one my service in my server which is deployed as EJB2.0 stateless session bean.
Error executing services::error marshalling return; nested exception is:
java.io.NotSerializableException: xxx.xxx.xxx.PmsService
here xxx.xxx.xxx.PmsService
is my class which is already implementing java.io.Serializable
interface
can you please help me in getting this resolved.
MUR