RE: [JBoss-dev] Remoting and NAT traversal, advanced network]

2004-01-07 Thread Marc Fleury
> And, no Marc, this isn't relegated to just JMX as Bill > demonstrates with AOP Remoting. This should be used for JMS, > EJB and all the other subsystem layers. ;) That is great, the AOP remoting part is the future. But the best of this will come as the invoker layer for proxies of EJB (

Re: [JBoss-dev] Remoting and NAT traversal, advanced network

2004-01-06 Thread Jeff Haynie
Scott M Stark eloquently wrote the following on 1/6/2004 1:44 PM: The MBeanTracker appears to be a composite of the proxy factory and lookup services currently used and is where the NAT configuration would have to be I would guess. Does this layer support: - A client side interceptor stack - Speci

RE: [JBoss-dev] Remoting and NAT traversal, advanced network

2004-01-06 Thread Scott M Stark
] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Haynie Sent: Monday, January 05, 2004 7:34 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Remoting and NAT traversal, advanced network In the remoting framework, there are three main components: a transport, a detector and a network registry. (among others

Re: [JBoss-dev] Remoting and NAT traversal, advanced network

2004-01-05 Thread Jeff Haynie
In the remoting framework, there are three main components: a transport, a detector and a network registry. (among others .. but these are the biggest) The transport encapsulates the client and server components necessary for communication for a given protocol between two endpoints. The detec

RE: [JBoss-dev] Remoting and NAT traversal, advanced network

2004-01-05 Thread Scott M Stark
We use system properties that allow client environments to override the URL used to connect to in the RMI/HTTP transport for this issue. What is the detection notification you are talking about here? I have not looked at the remoting code much so describe the network traffic. xxx