Hi,

I have written a EJB 3 example and trying to run it.

While running the test cases I have observed the following:

Business interface annotated with interface type (e.g. @Remote) , test case passes. Bean class is annotated with interface type (e.g. @Remote), test cases fails and javax.naming.NameNotFoundException is thrown

In both the cases I have used the JNDI name String in "<Bean impl class>+Business+ Remote" format.

What is the convention used for JNDI name for the deployed beans?

Thanks,

Raj


Reply via email to