Peter Johnson wrote:Could you post the source for your entity bean? And the code that is using it, which I assume is the code that is getting the NameNotFoundException. Don't forget to wrap the code in 'code' tags.
I am new to EJB. I had download a sample example and work on that.
In the
servlet i am Using
These are the files which i am using in the ejb.
Book.java
BookBean.java
BookLocal.java
BookRemote.java.
And herewith i have given the code.
BookLocal.java
BookRemote
BookBean.java
Book.java
Can you help me out from this problem