EJB adapter error

Hi,

Deployed an EJB (session bean) on websphere 4.0.3 app server.
Deployed an EJB on IS/lib/jars and IS/lib/system directories…

Am able to browse the server and see my EJB but not able to view public methods of an EJB. I get the following error…

2003-05-12 12:08:47,152 [HTTP Handler 172.21.141.147] ERROR - Method descriptions for com.orange.enable.services.ReleaseSoftLockRemote not available, IS may not have access to EJB client jar file
2003-05-12 12:08:47,155 [HTTP Handler 172.21.141.147] ERROR - UIHelper.getBeanMethodList - getBeanMethodsList threw this: type(com.wm.pkg.ejb.EJBException), msg([BASEJBA.1010.0009]Method descriptions for com.orange.enable.services.ReleaseSoftLockRemote not available, IS may not have access to EJB client jar file)

Am I missing something in my set up… I am wondering why it’s saying
IS may not have access to EJB client jar file.

cheers