[jboss-user] [EJB 3.0] - Re: Problem while deploying some demo EJB

Wolfgang Knauf do-not-reply at jboss.com
Tue Mar 6 09:23:54 EST 2007


Hi ! 

I think that the remote/local JNDI names in BookDaoImp  are wrong.
JBoss EJB3 builds a default JNDI name as "EARName/EJBName/local" or "EARName/EJBName/remote". The earname part of the name is missing.

Take a look at the jndiview in your JMX console, this will tell you to which name the bean is bound.

I suspect something like "EJBStruts/BookDaoImp/remote".

Hope this helps

Wolfgang

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025396#4025396

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025396



More information about the jboss-user mailing list