[jboss-user] [Installation, Configuration DEPLOYMENT] - look up jndi problem

2009-03-11 Thread iisrail
I have communication ( may be JNDI ?) problems even by testing the simplest EJB program My Ejb Bean: @Stateless(name = Test1) | public class Test1 implements Test1Remote { | | /** | * Default constructor. | */ | public Test1() { | // TODO Auto-generated

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: look up jndi problem

2009-03-11 Thread iisrail
My jdk 1.5, jboss 5.0.1, OS Vista View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216915#4216915 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216915 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: look up jndi problem

2009-03-11 Thread iisrail
I found what causes the problem. My computer stopped because some reason understand localhost so where I've changed it to 127.0.0.1 it worked fine. props.setProperty(java.naming.provider.url, jnp://127.0.0.1:1099); View the original post :