Bug 1412 - Validating ORB features and older versions of GIOP
Summary: Validating ORB features and older versions of GIOP
Status: ASSIGNED
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.2.8
Hardware: All All
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 2002-12-30 12:39 CST by Nanbor Wang
Modified: 2003-01-03 10:37 CST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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