Hi there,
Howdy. Is there a way to indicate to the java.rmi.registry.Registry in org.springframework.remoting.rmi.RmiRegistryFactor yBean to use the rebind( ) instead of bind( ).
Any thoughts are greatly appreciated.
Hi there,
Howdy. Is there a way to indicate to the java.rmi.registry.Registry in org.springframework.remoting.rmi.RmiRegistryFactor yBean to use the rebind( ) instead of bind( ).
Any thoughts are greatly appreciated.
Thanks,
Venkat
RmiRegistryFactoryBean just creates/lookups the Registry - if you want to alter its behavior you can use for example AOP to intercept calls to bind and redirect them to rebind.
Costin Leau
SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
http://twitter.com/costinl
Please use [ c o d e ] [ / c o d e ] tags