Hi all,
I am using "Sun Application Server 9.0" with Netbeans 5.5
IDE.
I have developed a simple
EJB called AccesDriveCBean.
Here are the class names and interfaces for this bean.
I have successfully deployed this bean into the "Sun Application Server 9.0"
and logs of server shows that the JNDI name of the deployed bean is as following :
**RemoteBusinessJndiName: org.khaledinho.learning.sun.java.certifications.scbcd.AccessDriveCRemote; remoteBusIntf: org.khaledinho.learning.sun.java.certifications.scbcd.AccessDriveCRemote
JNDI name is : org.khaledinho.learning.sun.java.certifications.scbcd.AccessDriveCRemote
When i tried to get a reference to this enterprise from a remote client i got the following exception :
Here is the code for the
Java Client Application
Plesase help