Finally figured this out. RMI uses the following method to obtain a server hostname:
http://java.sun.com/j2se/1.4.2/docs/guide/rmi/faq.html#nethostname
In my case the IP returned was 127.0.0.1...
Type: Posts; User: thosmas; Keyword(s):
Finally figured this out. RMI uses the following method to obtain a server hostname:
http://java.sun.com/j2se/1.4.2/docs/guide/rmi/faq.html#nethostname
In my case the IP returned was 127.0.0.1...
Hi
I've exported a bean by using the RmiServiceExporter, and tries to access this bean through the RmiProxyFactoryBean. This works fine when client and server is on the same host, but fails with...
I'm writing an application containing a lot of spring enabled beans. The application can
operate in several contexts. Some state is shared between these contexts and some is not.
I have implemented...
Hi!
I would like to be able to define an XMLApplicationContext as a bean in another
XMLApplicationContext. I also want to set this other context as the parent of the first one.
What I'm looking...