Bug 3026

Summary: EndpointPolicy library shouldn't register ORBInitializer in static initializer
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: ORBAssignee: Phil Mesnier <mesnierp>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 1.5.10   
Hardware: All   
OS: All   
Bug Depends on: 2994    
Bug Blocks:    

Description Johnny Willemsen 2007-08-05 13:53:04 CDT
EndpointPolicy library shouldn't register ORBInitializer in static initializer. See for example Messaging or the update I done for CSD_Framework how to refactor the code.

Steve, can someone of OCI have a look at this one, especially because the static method does two times a call for ace_svc_desc_TAO_Endpoint_Acceptor_Filter_Factory
Comment 1 Johnny Willemsen 2007-08-05 13:58:39 CDT
added milestone for TAO 1.6
Comment 2 Steve Totten 2007-08-05 18:40:01 CDT
Phil, since you're helping with 2994/2995, can you also help with this one?
Comment 3 Phil Mesnier 2007-08-06 15:09:37 CDT
I've modified the EndpointPolicy_Initializer using the pattern given with the CSD_Framework_Loader chanage. This works on my Linux workstation, but I will monitor the scoreboard, particularly the TAO/tests/POA/EndpointPolicy test.
Comment 4 Johnny Willemsen 2007-08-17 02:46:28 CDT
fixed