Hi All,
In my J2ee project.
I have added Few new methods in the session bean i.e. ConfigSessionBean.java which has correctly been declared in the remote interface i.e. ConfigSession.java .
Project got build successfully but when i created EAP of this project and tried to deployed it on server after building it , i am getting error that:
Error in the remote interface i.e. ConfigSession.java : There is No corresponding business method in the bean class i.e. ConfigSessionBean was found for method createOdc.
However i have implemented all the methods in bean class.
Secondly this error is coming only for the new methods i have added.....and not for the methods which were existing earlier.
Thanks in Advance!!