In my WSAD 5.0 workspace there is an
EJB project named OafTestEJB.
Within this project there is a file /OafTestEJB/ejbModule/com/company/elslon/common/oaf
/general/servicelocator/ejb/test/ServiceLocatorTestBean.java.
I add to ServiceLocatorTestBean the method:
public
String test(String s) {return s;}
When I �Promote to Remote Interface� this method, WSAD adds some code to the remote interface and a couple errors appear in the tasks view. The errors are similar. One of the errors says:
�Class must implement the inherited abstract method com.company.elslon.common.oaf.general.servicelocator.ejb.test.ServiceLocatorTest.test(String). Location: line 9 in EJSRemoteStatelessServiceLocatorTestBean_fd75a2e6�.
What code has WSAD added to the remote interface, and how do I fix the errors?