Hello
In Tomee 1.6 i'm doing ejb JNDI lookup with "java:comp/env/ejb/RoutingAdmin"
and it works successfully.
When i run the same project on Tomee 1.7.1 it throws exception:
NameNotFoundException: Name [comp/env/ejb/RoutingAdmin] is not bound in this
Context. Unable to find [comp].
I doing lookup for cmp2 EJB session bean from another cmp2 EJB session bean
which at the same time is a javax.jws.WebService.

Does Tomee 1.7.1 has some difference in JNDI lookup? 
Does Tomee 1.7.1 has some changes in InitialContext which may cause the
issue?

Thank you
Ivan



--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/Tomee-1-7-1-JNDI-lookup-failed-for-cmp2-ejb-tp4672752.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to