Hi, I was trying to do a tutorial for WSAD 5.0 but when I started tesing using IBM Universal
Test Client, I got this
EJB References
HelloWorldSession
HelloWorldSessionHome
HelloWorldSession 1
Method Visibility
No visible methods
instead of this :
EJB References
HelloWorldSession
HelloWorldSessionHome
HelloWorldSession 1
Method Visibility
String getFirstName(int)
String getLastName(int)
void setFirstName(int, String)
void setLastName(int, String)
Could you please help me, I appreciate your help.
But when i am trying to promote the methods in remote interface from Bean outline view i am not able to do so as the the PROMOTE to REMOTE INTERFACE is not highlighted.
How to handle in such situations.