Hi Vidyasagar,
I am now facing a new problem. I initially was using OC4J's j2ee/home/lib/ejb.jar. Then, I removed that ejb.jar from my CLASSPATH, and added Sun's home/lib/j2ee.jar. I compiled the classes, and deployed the application (just like in HF). I then added my AdviceAppClient.jar to the CLASSPATH, and compiled the AdviceClient.java, and it comiles fine.
The problem starts when I try to run the client, at exactly the following line,
Object o = ic.lookup ("Advisor");
and the error is:
I am now more confused!! And as for your question, no, I did not include the properties file, because I do not know what to include. Could you please help me out?
Thanks a lot!
-Vijay