Hi Andy, We dont have any @EJB(name="").
I will small example how we are using,
@Stateless
@Local({TestLocal.class})
public class TestOneServices
{
@EJB
UtilLocal utilLocal;
public void sayHello()
{
System.out.println("Test One ,, HAI.. ");
utilLocal.testUtil();
}
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/javax-naming-NameAlreadyBoundException-While-deploying-EAR-tp4670818p4670820.html
Sent from the TomEE Users mailing list archive at Nabble.com.
