Hi Gary,
this is exactly what I am trying to achieve too.
http://forum.springsource.org/showthread.php?127257-SPring-based-RMI-service-Plain-old-RMI-Client&goto=newpost
A combination of spring...
Type: Posts; User: MakarandKashikar; Keyword(s):
Hi Gary,
this is exactly what I am trying to achieve too.
http://forum.springsource.org/showthread.php?127257-SPring-based-RMI-service-Plain-old-RMI-Client&goto=newpost
A combination of spring...
Thanks a lot for a quick response. Yes the ClassCastException makes it clear too. Thanks for the confirmation. Going down this path is not going to help for our situation looks like.
Is spring based RMI server compatible with a simple RMI client (plain old RMI client - not spring based) ?
I have been trying to get this combination working. But no luck. Does the RMI client has to...
I actually got rid off the container for these reasons.
1. it was throwing this error "ErrorHandler is not set"
2. it also needs the listener to be set - it throws a warning to that effect....
I know this thread is old - but I am running into this issue myself too. I have the latest versions of SI. Initially I didn't have the error handler set so upon receiving an invalid message it throws...