Bug 3032 - PortableGroup shouldn't initialize orbinitializer from static methods
Summary: PortableGroup shouldn't initialize orbinitializer from static methods
Status: NEW
Alias: None
Product: TAO
Classification: Unclassified
Component: PortableGroup (show other bugs)
Version: 1.5.10
Hardware: All All
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on: 2994
Blocks: 2925
  Show dependency tree
 
Reported: 2007-08-08 05:09 CDT by Johnny Willemsen
Modified: 2007-08-08 05:09 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-08 05:09:04 CDT
the portablegroup library shouldn't initialize and register its orbinitializer from a static method. This causes on windows problems because then when loading a dll we force the load of another dll. This has been resolved in a few core libraries already but portablegroup also seems to suffer from this