shinosha [
https://community.jboss.org/people/shinosha] created the discussion
"Re: Local lookup failing"
To view the discussion, visit:
https://community.jboss.org/message/749320#749320
--------------------------------------------------------------
Do you use a web-app as client? Is it deployed in a JBoss instance?
https://community.jboss.org/servlet/JiveServlet/showImage/2-749320-19060/...
https://community.jboss.org/servlet/JiveServlet/downloadImage/2-749320-19...
My .war contains the Service locator which does the lookup and the .jar my EJB stateless
(no interface view)
Also how your InitialContext looks like (what properties do you set) and how the
properties are named?
final Hashtable<String, String> jndiProperties = new
Hashtable<String, String>();
jndiProperties.put(Context.URL_PKG_PREFIXES, "org.jboss.ejb.client.naming");
context = new InitialContext(jndiProperties);
Along with what I already said in my last post.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/749320#749320]
Start a new discussion in JNDI and Naming at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]