If you use Eclipse to create EJB app. Inside your EJB project has jndi.properties. Go to
and edit it:
change your jndi.prpperties to
...
| java.naming.provider.url=jnp://localhost:1099
You also use InitialContext to edit connection to any urls.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109618#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...