Please report new issues athttps://github.com/DOCGroup
we did have a footprint increase after 1.5.1, had a look at this more in detail. It seems the POAManagerFactory (PMF) was added but this is always there, seems something that should be not available in minimum corba especially because the new CORBA/e compact profile also disables it. Phil Mesnier of OCI agrees on this too, he added this to TAO. Reported this also to OCI as issue 8940
Reassigning to Yan Dai of OCI.
Sun Aug 13 23:30:02 UTC 2006 Yan Dai <dai_y@ociweb.com> These changes excluded the POAManagerFactory and EndpointPolicy from minimum corba, minimum poa and CORBA/e builds. * tao/PortableServer/POA.pidl: Excluded the_POAManagerFactory attribute in POA. * tao/PortableServer/POAManagerFactory.pidl: Excluded POAManagerFactory interface. * tao/PortableServer/POAManager.cpp: * tao/PortableServer/POAManager.inl: * tao/PortableServer/POAManager.h: * tao/PortableServer/Object_Adapter.cpp: * tao/PortableServer/Object_Adapter.h: * tao/PortableServer/Acceptor_Filter_Factory.cpp: * tao/PortableServer/Acceptor_Filter_Factory.h: * tao/PortableServer/POAManagerFactory.cpp: * tao/PortableServer/POAManagerFactory.h: * tao/PortableServer/Root_POA.cpp: * tao/PortableServer/Root_POA.h: Excluded the use of POAManagerFactory in the code. * tao/EndpointPolicy.mpc: * tests/POA/EndpointPolicy/EndpointPolicy.mpc: * tests/POA/POAManagerFactory/POAManagerFactory.mpc: Made these projects inherit from minimum_corba.