[JBoss-user] [JNDI/Naming/Network] - Re: Problem with JNDI security - please help

2005-10-14 Thread alexserbul
No. I want to hide my beans in JBoss from outside, but make them accessible inside JBoss. So, to test that they are not visible outside i list global JNDI context from remote client. As I understood, to make EJBs visible only inside JBoss server I need to deploy them in java: context. Is it

[JBoss-user] [JNDI/Naming/Network] - Re: Problem with JNDI security - please help

2005-10-13 Thread alexserbul
Thank you very much! Really, by default jboss deployed my EJBs in global context. So to hide them in local JBoss server I need explicitly deploy them to java:. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900800#3900800 Reply to the post :

[JBoss-user] [JNDI/Naming/Network] - Re: Problem with JNDI security - please help

2005-10-13 Thread darranl
If you are trying to hide the beans so they are only accessible remotely why are you establishing a remote connection to lookup the beans? The lookup will not work which is what you wanted! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900942#3900942 Reply

[JBoss-user] [JNDI/Naming/Network] - Re: Problem with JNDI security - please help

2005-10-12 Thread darranl
I don't understand your problem, the code example you have posted is performing a lookup in the global namespace not the java: namespace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3900610#3900610 Reply to the post :