Bug 3026 - EndpointPolicy library shouldn't register ORBInitializer in static initializer
Summary: EndpointPolicy library shouldn't register ORBInitializer in static initializer
Status: RESOLVED FIXED
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.5.10
Hardware: All All
: P3 normal
Assignee: Phil Mesnier
URL:
Depends on: 2994
Blocks:
  Show dependency tree
 
Reported: 2007-08-05 13:53 CDT by Johnny Willemsen
Modified: 2007-08-17 02:46 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 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