-
May 14th, 2008, 04:32 AM
#1
capabilities of RmiServiceExporter wrt Automatic remoting of managed objects
Hi !
I'm new to spring and evaluating the spring remoting capabilities (spring 2.5.3). What I want to do is having 2 beans A+B and bean A returns B as a result of a method. Then I want to export both beans with the RmiServiceExporter as well as with the HttpInvokerServiceExporter (in a further step).
But it seems that the RmiServiceExporter on the method call will not export B as a remote proxy but tries to serialize the bean itself. I found a post (http://forum.springframework.org/sho...light=exporter)
regarding this problem but I did not find anything in the docs to solve this.
So my question is, will this work with spring 2.5.3 ? Am I missing anything ?
Any help appreciated.
BR
Oliver
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules