Hello,
I have an ear with application which works on WAS 6.1.
Bean PersonBean (which is in this ear) gets another bean (AccountsBean) by
jndi:
context.lookup("com/starts/pl/AccountsBean");
It works on WAS 6.1

I try to test PersonBean using OpenEJB in Eclipse.
I have a problem with this jndi, when I try to set AccountsBean in context
with this jndi,
context.bind("com/starts/pl/AccountsBean");
I have error:
"An exception occurred: javax.naming.NamingException"

Is it possible to work with this jndi in OpenEjb?

Reply via email to