[jboss-dev-forums] [JBoss AS Development] - Re: Naming over Remoting 3
ron.sigal@jboss.com
do-not-reply at jboss.com
Fri Nov 20 17:25:51 EST 2009
"brian" wrote :
| "carlo" wrote :
| | Now if you put JNDI, Remoting and proxies in one sentence one
| | requirement is the most important:
| | - all proxies must be transport unaware.
| |
| | So if I bind an EJB into JNDI it doesn't matter whether I lookup through
| | an HTTP(S), IIOP or whatever to get a proxy tied to the connection with
| | which I'm communicating with AS.
| | The same goes for clustering, that is just a virtual connection to a
| | virtual host (/ real cluster).
| |
| So are you saying that if the JNDI lookup is done over HTTPS, the EJB invocations should therefore also come over HTTPS?
|
I was wondering the same. Also, by "tied to the connection" do you mean (1) using the same connection with which you are communicating with AS, or (2) using some connection with the same transport that you are using to communicate with AS?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266845#4266845
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266845
More information about the jboss-dev-forums
mailing list