Hi,

I work on a distributed application in which each client (Swing-based GUI) can access several remote appservers implementing SLSBs. I'd like to leverage Spring SLSB support by using SimpleRemoteStatelessSessionProxyFactoryBean.

My problem is that clients receive the system topology (including the JNDI settings of the servers) at runtime. Is there a way to dynamically set these properties, in order for the Spring proxies to call the right appserver ?

Thanks for answering. Regards,
Baptiste