In case I change the name of the jndi name to a unique name. I still get the same problem. I checked for multiple occurences, but there aren't any.
My weblogic-ejb-jar.xml file is:
<weblogic-enterprise-bean>
<ejb-name>GangsterEJB</ejb-name>
<local-jndi-name>Gangster</local-jndi-name>
</weblogic-enterprise-bean>
I do not get the problem.
Thank you
Ronak Parekh
This is the error:
Unable to deploy
EJB: OrganizationEJB from sempire_bc.jar:
Unable to bind EJB Home Interface to the JNDI name: Organization. The error was:
javax.naming.NameAlreadyBoundException: Organization is already bound; remaining
name ''
<<no stack trace available>>
Ronak Parekh