Bug 1412

Summary: Validating ORB features and older versions of GIOP
Product: TAO Reporter: Nanbor Wang <bala>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: ASSIGNED ---    
Severity: normal    
Priority: P3    
Version: 1.2.8   
Hardware: All   
OS: All   

Description Nanbor Wang 2002-12-30 12:39:57 CST
We have quite a bit of ORB features without proper validation. Some examples 

- GIOP 10 and GIOP 11 doesnt support reliable oneways. There is no check for
this in the invocation path. If the ORB is configured with GIOP 10, tests that
use reliable oneways will compile and not run. No error is reported to help the
developer that these are not supported.

I know there is a lot more. But the above seems so obvious. 

We have a build that shows up most of the problems which needs some form of
error reporting. I would prefer compile time, but I could be convinced for
runtime error reporting too.
Comment 1 Nanbor Wang 2003-01-03 10:37:35 CST
Accept for tao-support