Bug 3351

Summary: Need better support for policies in IOR handler
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: NEW ---    
Severity: enhancement    
Priority: P2    
Version: 1.6.5   
Hardware: All   
OS: All   
Bug Depends on: 3366    
Bug Blocks: 2623    

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