hey,
We have a RPC service which handles request objects.
These request objects reside with the service. Our
clients load these request/response beans through the
URLClassloader. We also use the BeanSerializer to
serialize/de-serialize these beans.
If the client set the returnType in the Call to a
specific bean (definition loaded by the
URLClassloader), would the
call to invoke() do the necessary conversion? Is there
any special configuration which needs to be done so
that all the beans in the client get loaded through
the URLClassloader?
Thanks
ram