Search:

Type: Posts; User: thosmas; Keyword(s):

Search: Search took 0.02 seconds.

  1. Solved

    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...
  2. RMI invocation attempts connecting to 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...
  3. Replies
    2
    Views
    1,176

    I'm writing an application containing a lot of...

    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...
  4. Replies
    2
    Views
    1,176

    The ref element

    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...
Results 1 to 4 of 4