Mon Jan 30 00:10:57 UTC 2007 Ossama Othman Changes that allow non-CORBA exceptions to be propagated to the caller. * tao/GIOP_Message_Base.cpp (process_request): * tao/GIOP_Message_Lite.cpp (process_request): Allow non-CORBA exceptions to be propagated up to the application server. * tao/ORB.cpp: * tao/TAO_Singleton_Manager.cpp: * tao/TAO_Singleton_Manager.h: Removed code that set the unexpected exception handler. * tao/Collocated_Invocation.cpp (invoke): * tao/Messaging/Asynch_Invocation.cpp (remote_invocation): * tao/Synch_Invocation.cpp (remote_oneway, remote_twoway): * tao/Invocation_Base.h: * tao/Invocation_Base.cpp (send_request_interception): (receive_reply_interception, receive_other_interception): Notify interceptors of non-CORBA exception, and propagate that exception up to the caller. (handle_all_exceptions): Fixed object lifetime problem. A local CORBA::UNKNOWN exception object was being used as if it exist beyond the scope of this method. Sun Jan 28 19:59:14 2007 William R. Otte * TAO version 1.5.6 released. Fri Jan 26 18:56:23 UTC 2007 Chad Elliott * tao/PortableServer/Object_Adapter.cpp: Removed the global scope on the type used in a catch to help vc8 figure out what to do. Fri Jan 26 18:45:53 UTC 2007 Chad Elliott * tao/PortableServer/ServantRetentionStrategyRetain.cpp: Removed the extra parenthesis around a throw argument. Fri Jan 26 18:21:17 UTC 2007 Chad Elliott * *.cpp: Removed unused variable warnings from 120 files. Fri Jan 26 16:59:47 UTC 2007 Jeff Parsons * TAO_IDL/ast/ast_structure_fwd.cpp: * TAO_IDL/ast/ast_check.cpp: Fixed incorrect error reporting of undefined struct when it is forward declared multiple times. * TAO_IDL/ast/ast_enum.cpp: * TAO_IDL/ast/ast_union_branch.cpp: Fixed incomplete initialization of AST_Expression class that hold the value of a union case label when the discriminator is an enum type, which was causing the calculation of the union's default index to be incorrect. Thanks to Martin Corino for reporting both the above IDL compiler bugs. * tests/IDL_Test/IDL_Test.mpc: Uncommented the struct.idl file in the IDL_Files list, so it can now be included in the test. The bug it covers is the first one described above. Fri Jan 26 13:46:23 UTC 2007 Chad Elliott * *.{h,inl,cpp}: Removed unused variable warnings from over 200 files. Fri Jan 26 12:12:12 UTC 2007 Johnny Willemsen * tao/Wait_Strategy.cpp: Fixed vc warning Fri Jan 26 12:05:12 UTC 2007 Johnny Willemsen * tao/Makefile.am: Removed CSD_ORBInitializer.{h,cpp}, files where removed from the distribution Thu Jan 25 23:47:24 UTC 2007 Jeff Parsons * tao/PortableServer/IdAssignmentStrategyFactoryImpl.cpp(destroy): Replaced a lost '*' in the parameter to indicate it is a pointer, Thu Jan 25 19:56:33 UTC 2007 Chad Elliott * *.cpp: Removed all of the ACE_PRINT_EXCEPTION macros. Thu Jan 25 19:45:12 UTC 2007 Johnny Willemsen * orbsvcs/orbsvcs/ESF/ESF_Proxy_Admin.cpp * orbsvcs/orbsvcs/Notify/Container_T.inl * orbsvcs/orbsvcs/Notify/Default_Factory.cpp * orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.inl * orbsvcs/orbsvcs/Notify/Event_Map_T.inl * orbsvcs/orbsvcs/Notify/Seq_Worker_T.cpp * orbsvcs/orbsvcs/Sched/Reconfig_Sched_Utils_T.cpp * orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp * orbsvcs/orbsvcs/Trader/Offer_Database.cpp * orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp * orbsvcs/performance-tests/RTEvent/lib/RIR_Narrow.cpp * orbsvcs/tests/Notify/lib/Consumer_T.cpp * orbsvcs/tests/Notify/lib/Peer_T.cpp * orbsvcs/tests/Notify/lib/Supplier_T.cpp Replaced ACE_TYPENAME with typename Thu Jan 25 17:39:59 UTC 2007 Chad Elliott * *.{h,cpp,inl}: Removed the ACE exception macros from all files. There are a few number of files that still use ACE_PRINT_EXCEPTION. They will be dealt with in my next commit. Thu Jan 25 13:40:12 UTC 2007 Johnny Willemsen * tests/IDL_Test/IDL_Test.mpc: Temporarily removed struct.idl, when the IDL compiler fix is in the repo I will enable this file again Wed Jan 24 18:46:01 UTC 2007 Chad Elliott * TAO_IDL/be/be_visitor_interface/interface_ss.cpp: * TAO_IDL/be/be_visitor_operation/amh_ss.cpp: Changed the last of the ACE_THROW's to real throw's. Wed Jan 24 18:25:26 UTC 2007 Chad Elliott * tao/BiDir_GIOP/BiDirGIOP.cpp: * tao/CSD_Framework/CSD_FW_Server_Request_Wrapper.cpp: * tao/CSD_ThreadPool/CSD_TP_Collocated_Synch_Request.cpp: * tao/DynamicInterface/DII_Reply_Dispatcher.cpp: * tao/EndpointPolicy/EndpointPolicy.cpp: * tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp: * tao/ImR_Client/ImR_Client.cpp: * tao/Messaging/Asynch_Invocation.cpp: * tao/Messaging/Asynch_Reply_Dispatcher.cpp: * tao/Messaging/Messaging.cpp: * tao/Messaging/Messaging_Loader.cpp: * tao/ORB_Core.cpp: * tao/PI/ClientRequestInterceptor_Adapter_Impl.cpp: * tao/PI/ORBInitializer_Registry_Impl.cpp: * tao/PI/PI.cpp: * tao/PI_Server/PI_Server_Loader.cpp: * tao/PI_Server/Policy_Creator_T.h: * tao/PI_Server/ServerInterceptorAdapter.cpp: * tao/PortableServer/Non_Servant_Upcall.cpp: * tao/PortableServer/Object_Adapter.cpp: * tao/PortableServer/Root_POA.cpp: * tao/PortableServer/Servant_Base.cpp: * tao/PortableServer/Servant_Upcall.cpp: * tao/PortableServer/Upcall_Wrapper.cpp: * tao/PortableServer/poa_macros.h: * tao/RTCORBA/RT_ORB_Loader.cpp: * tao/RTCORBA/RT_Protocols_Hooks.cpp: * tao/RTCORBA/Thread_Pool.cpp: * tao/RTPortableServer/RT_Servant_Dispatcher.cpp: * tao/RTScheduling/Current.cpp: * tao/RTScheduling/RTScheduler_Loader.cpp: * tao/Stub.cpp: * tao/Synch_Invocation.cpp: * tao/Utils/Server_Main.cpp: The first run of my macro removal script picked up a few things to remove. I'll be running this script on the rest of the tree soon. Wed Jan 24 14:00:12 UTC 2007 Johnny Willemsen * tests/IDL_Test/struct.idl: * tests/IDL_Test/IDL_Test.mpc: Added new IDL test file, will fail to compile until Jeff commits a fix for the IDL compiler. * tests/Any/Recursive/*: Added some new test cases, one has been fixed already last week, the other one is new and stored in bugzill as 2776 * tao/*.{h,cpp,inl}: Zapped all environment macros except ACE_THROW_SPEC and ACE_THROW_RETURN. * *.{h,cpp,inl}: Zapped part of the environment macros from everything except the core TAO libs, more follow later, first let us stabilize this commit. The goal is to get rid of all environment macros Wed Jan 24 12:25:12 UTC 2007 Johnny Willemsen * TAO_IDL/be/be_codegen.cpp: Instead of Environment.h generate Basic_Types.h as include * TAO_IDL/be/be_visitor_exception/exception_cs.cpp: * TAO_IDL/be/be_visitor_operation/ami_handler_reply_stub_operation_cs.cpp: Generate throw instead of ACE_THROW Mon Jan 22 23:14:56 2007 William R. Otte * TAO version 1.5.5 released. Local Variables: mode: change-log add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time)) indent-tabs-mode: nil End: