[jboss-user] [EJB 3.0] - Re: Confused abotu how to get context...

2006-11-28 Thread EricChile
Thank you for your reply... I will test it out! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989364#3989364 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989364 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: Confused abotu how to get context...

2006-11-28 Thread EricChile
If you have a remote client, how do you specifiy which server to connet to? Ie if I am running jboss and OC4J, how does it know to lookup jboss beans and not OC4J? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989374#3989374 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Confused abotu how to get context...

2006-11-23 Thread Wolfgang Knauf
Hi ! JBoss builds it's JNDI names this way: EarName/BeanName/remote or EarName/BeanName/local, so in your sample it should be EarName/myName/remote. Take a look at the JNDI-View ( http://localhost:8080/jmx-console/HtmlAdaptor?action=inspectMBeanname=jboss%3Aservice%3DJNDIView) to see the