[jboss-user] [EJB 3.0] - Re: Confused abotu how to get context...
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=bb&op=viewtopic&p=3989374#3989374 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989374 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB 3.0] - Re: Confused abotu how to get context...
Thank you for your reply... I will test it out! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989364#3989364 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989364 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB 3.0] - Re: Confused abotu how to get context...
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=inspectMBean&name=jboss%3Aservice%3DJNDIView) to see the JNDI name of your bean. Hope this helps Wolfgang[/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988086#3988086 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988086 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user