Re: lookup failed in tomee

2017-09-15 Thread VikasRathee
Thanks, it is working fine with remote context factory and in url i added http://127.0.0.1:8081/tomee/ejb -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html

Re: lookup failed in tomee

2017-09-08 Thread Romain Manni-Bucau
Hi Vikas You dont use the remote context factory, is it intended? If so the provider url is ignored Le 8 sept. 2017 17:49, "VikasRathee" a écrit : I have one webservice project and one EJB 3.0 project deployed in Tomee plume in same EAR. From webservice class i'm calling EJB bean class using r

lookup failed in tomee

2017-09-08 Thread VikasRathee
I have one webservice project and one EJB 3.0 project deployed in Tomee plume in same EAR. From webservice class i'm calling EJB bean class using remote interface. i have used multiple InitialContextFactory object, but nothing seems to work . Each time i'm getting *javax.naming.NameNotFoundExcept