[omniORB] Deferred exception in oneway method
Thomas Lockhart
lockhart@fourpalms.org
Thu Apr 3 15:26:01 2003
...
> 4. I kill the server
> 5. (5 seconds later) client calls the method again ... and does not see
> any problems
> 6. (5 seconds later) client calls the method again ... and got
> SystemException
With a oneway call, I would have guessed that step (5) is what you have
specified. istm that step 6 is the one you might want to fix up.
Is the client trying to catch exceptions in and around the oneway call?
If you need more complex behavior perhaps AMI can help you out; not sure...
- Tom