[JBoss-user] [EJB 3.0] - Re: how to connect to JBOSS server from the client ?

2006-03-17 Thread terryhello
Thanks . I have tried . But the same error broke out . org.jboss.remoting.CannotConnectException: Can not get connection to server. Problem establishing socket connection. at org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:253) at

[JBoss-user] [EJB 3.0] - Re: how to connect to JBOSS server from the client ?

2006-03-17 Thread [EMAIL PROTECTED]
u r missing jars on the client side. scroll down and see the NoClassDefFound View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3930987#3930987 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3930987

[JBoss-user] [EJB 3.0] - Re: how to connect to JBOSS server from the client ?

2006-03-17 Thread terryhello
Oh, yes . You are right . It's ok now after I add those jars in the server lib folder . Thank you ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3931011#3931011 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931011

[JBoss-user] [EJB 3.0] - Re: how to connect to JBOSS server from the client ?

2006-03-16 Thread jasalido
First configure the following properties: | Properties props = new Properties(); | props.put(java.naming.factory.initial, org.jnp.interfaces.NamingContextFactory); | props.put(java.naming.factory.url.pkgs, org.jboss.naming:org.jnp.interfaces); |