Hi,
The following hello world program is not running and it is giving Null Pointer exception. I understand that
EJB is not initialized but did not get, why it is not initialized.
I am using Netbean's and Glassfish server.Please help me.
interface
Bean Class
Client -test
Output
.............
before pringing my name.......
in test funnnnnnnnnnnnn
Exception in thread "main" java.lang.NullPointerException
at Myprint.testfun(Myprint.java:36)
at Myprint.main(Myprint.java:29)