NameAlreadyBoundException...
Hello folks,
I am using the J2ee deploytool to deploy one of my programs when I got this error:
Exception in creating EJB container javax.naming.NameAlreadyBoundException [Root exception is org.omg.CosNaming.NamingContextPackage.AlreadyBound: IDL:omg.org/CosNaming/NamingContext/AlreadyBound:1.0]]
The next entry in the server.log says:
Jndi name conflict found in [TestBeanApp]. Jndi name [TestBean] for bean [TestBean] is already in use.
I have checked all my EJB references, but I couldn't find anything wrong.
Any advice would be very much appreciated. Thanks in advance.

