Bug 3351 - Need better support for policies in IOR handler
Summary: Need better support for policies in IOR handler
Status: NEW
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.6.5
Hardware: All All
: P2 enhancement
Assignee: DOC Center Support List (internal)
URL:
Depends on: 3366
Blocks: 2623
  Show dependency tree
 
Reported: 2008-06-24 11:05 CDT by Johnny Willemsen
Modified: 2008-07-15 08:37 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johnny Willemsen 2008-06-24 11:05:47 CDT
TAO has support for policies as part of the tagged components. This is used for example by rtcorba. This is now handled in the RTCORBA specific rtstub, but for ziop we have also policy values that need to be transferred from server to client. we can of course do this with a ziop_stub, but that doesn't seem a way that is maintainable for the long term. we need a more intelligent default stub that works together with some more smart policy classes. the policies that have an exposed value need to have a method to get the real effective policy, then each policy can sort out the real value instead of the rtstub doing that
Comment 1 Johnny Willemsen 2008-07-11 19:01:13 CDT
I think we can then zap the full stub pluggability using the stub factory, policies are the one that need to be checked
Comment 2 Johnny Willemsen 2008-07-15 08:37:15 CDT
added dep