"ejb not bound" -- What could be the problem?
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 prov开发者_如何学Goider URL although I can ping it?
When accessing the bean on my local JBoss there are no problems.
Ok, the bean wasn't running on the remote service. No wonder it didn't work.
It found out through the jmx-console's JNDIView -> list()
function.
精彩评论