posted 21 years ago
I am trying to deploy an stateless session bean and i am encountered with the following error
"EJB : SesFacade .Unable to initialize method info for remote or home interface.x: com/xxx/xx/xx/CatForm"
I have created jar,war and packaged the same into ear file.
In one of the methods of the bean i am passing CatForm Object
public void addTitleCategory(CatForm catForm) {
TitleCategoryForm tt = (CatForm) catForm;
}
If i remove the parameter catForm it is working fine. Can any one of you help me to resolve this issue.
Your help is highly appreicated.
Thanks