Do you have the complete stack trace so that we can see if that is legacy
names.
Le 31 juil. 2014 12:33, "nagesh1988" <[email protected]> a écrit :
> 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.
>