User development,
A new message was posted in the thread "Name lookup fails, reason unknown":
http://community.jboss.org/message/521689#521689
Author : Timothy Mowlem
Profile :
http://community.jboss.org/people/jvm
Message:
--------------------------------------------------------------
Just to note that the stack trace was: [I have hidden real app name for client
confidentiality]
Connecting to server jnp://localhost:1099
2010-01-22 11:04:26,573 DEBUG ContextFactory:41 - Connecting to jnp://localhost:1099
2010-01-22 11:04:26,577 DEBUG BeanFinder:49 - Starting bean lookup
2010-01-22 11:04:26,800 ERROR BeanFinder:65 - Context factory - looking for
myapp/MyAppFacade/remote
javax.naming.NameNotFoundException: myapp not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
The EAR file was named myapp.ear
The bean was deployed in beans.jar inside the EAR
No ejb-jar.xml
No JBoss specific xml files were present
application.xml contains:
<display-name>MyApp</display-name>
<module>
<ejb>beans.jar</ejb>
</module>
<module>
<web>
<web-uri>web.war</web-uri>
<context-root>myapp</context-root>
</web>
</module>
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/521689#521689