Question : How to look for jndi name after deploying EJB3

I have deployed my code on Jboss 5.0.1 and after deploying it clearly gives me the name of JNDI. Now i am trying to deploy my code in Jboss 4.0.1 and i am not able to see JNDI name on console. So whatever name i am giving in lookup method it is giving me that its not bound.

Can you please tell me how to look for the JNDI name.

Answer : How to look for jndi name after deploying EJB3

first of all.
If you a re using ejb3 then by fdefault jboss4.0.1 is not EJB3 compatible.
You need to install EJB3 on jboss4.0.1

jboss5.0.x is J2EE5 server (meaning EJB3 compatible) that's why you could see it there by default.

In order to install eJB3 on jboss4.0.1 you should download it from http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=132063
and follow instructions on http://www.jboss.org/jbossejb3
Random Solutions  
 
programming4us programming4us