"ejb not bound" -- What could be the problem?
Posted
by Bernhard V
on Stack Overflow
See other posts from Stack Overflow
or by Bernhard V
Published on 2010-06-07T07:38:36Z
Indexed on
2010/06/07
7:42 UTC
Read the original article
Hit count: 216
Hi!
When I'm running my program, I get the following error:
... nested exception is javax.naming.NameNotFoundException: ejb not bound
The error occurs at the start up when Java wants to create a certain bean.
The Bean is a SimpleRemoteStatelessSessionProxyFactoryBean. Could it be that I ain't got the rights to access the naming provider URL although I can ping it?
When accessing the bean on my local JBoss there are no problems.
© Stack Overflow or respective owner