Tue Jun 2 13:14:50 UTC 2009 Johnny Willemsen * orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp * orbsvcs/orbsvcs/Trader/Trader.h Fixed problems with CB2009 Update 3 Tue Jun 2 07:21:50 UTC 2009 Johnny Willemsen * orbsvcs/tests/Notify/Bug_3646d_Regression/*: Another test that loads and unload the notify service, this one also loads the naming service and uses one run thread * orbsvcs/orbsvcs/Naming/Hash_Naming_Context.cpp: Const change Tue Jun 2 06:50:50 UTC 2009 Johnny Willemsen * bin/tao_orb_tests.lst: Added Bug 3683 Tue Jun 2 06:47:43 UTC 2009 Johnny Willemsen * docs/Options.html: When we use ClientConnectionHandler RW we don't use the LF loop. In case the buffers are full, we use the flushing strategy for which the default is leader follower, but that will not work because we don't use the lf loop in this case. Added a note the ClientConnectionHandler RW needs a FlusingStrategy of blocking * tests/Bug_3683_Regression/Echo_Client_i.cpp * tests/Bug_3683_Regression/Echo_Client_i.h * tests/Bug_3683_Regression/run_test.pl * tests/Bug_3683_Regression/Simple_util.cpp Use a commandline argument -p to indicate the size of the string in megabytes. * tests/Bug_3683_Regression/svc.conf Set the FlushingStrategy to blocking * tao/Transport.cpp: Small layout to debug message * tao/PortableServer/Root_POA.cpp: * tao/LocateRequest_Invocation_Adapter.cpp Layout change Fri May 29 12:47:43 UTC 2009 Johnny Willemsen * tao/Transport.cpp (schedule_output): Log an error when the reactor is zero Fri May 29 11:27:43 UTC 2009 Johnny Willemsen * tests/ZIOP/TestCompressor/TAO_TestCompressor.rc: Fixed for WinCE GCC Fri May 29 10:29:43 UTC 2009 Johnny Willemsen * tests/Bug_3683_Regression/*: New regression test Thu May 28 14:56:43 UTC 2009 Johnny Willemsen * orbsvcs/tests/Bug_3673_Regression/client.cpp: Print the iteration count when we get an exception Thu May 28 14:12:43 UTC 2009 Johnny Willemsen * orbsvcs/tests/Bug_3673_Regression/client.cpp: Field id of name 0 has to be set Thu May 28 07:32:43 UTC 2009 Johnny Willemsen * orbsvcs/Notify_Service/Notify_Service.cpp: Fix a bug when unregistering from the naming service Wed May 27 18:10:43 UTC 2009 Johnny Willemsen * tao/ORB_Core.cpp: * TAO_IDL/tao_idl.cpp: Unicode fixes * tao/PortableServer/Root_POA.h: Layout changes Wed May 27 18:03:43 UTC 2009 Johnny Willemsen * orbsvcs/Notify_Service/Notify_Service.h: Fixed compile error with OpenVMS Wed May 27 11:58:05 UTC 2009 Carlos O'Ryan * tests/Bug_3647_Regression/client.cpp: I guess not all compilers know that 'and' is a keyword in C++. * tests/Bug_3647_Regression/Middle_Impl.cpp: Make sure I use the exceptions caught in this program, at least for debugging output. Eliminates warnings for VC8 Wed May 27 03:00:37 UTC 2009 Carlos O'Ryan * tests/Bug_3647_Regression/client.cpp: * tests/Bug_3647_Regression/middle_server.cpp: * tests/Bug_3647_Regression/backend_server.cpp: Fixed Unicode build problems. Tue May 26 17:09:00 UTC 2009 Carlos O'Ryan * tao/Transport.h: * tao/IIOP_Transport.h: * tao/Transport.cpp: * tao/IIOP_Transport.cpp: * tests/Bug_3647_Regression/client.cpp: * tests/Bug_3647_Regression/Middle_Impl.cpp: * tests/Bug_3647_Regression/Middle_Impl.h: * tests/Bug_3647_Regression/middle_server.cpp: * tests/Bug_3647_Regression/Test.idl: * tests/Bug_3647_Regression/Backend_Impl.cpp: * tests/Bug_3647_Regression/run_test.pl: * tests/Bug_3647_Regression/Backend_Impl.h: Fix fuzz problems, tabs, indentation in perl scripts, the Id stuff, etc. Tue May 26 11:25:03 UTC 2009 Carlos O'Ryan * tao/Transport.h: * tao/IIOP_Transport.h: * tao/IIOP_Transport.cpp: I had the signature of sendfile() completely wrong in IIOP_Transport. Lucky for me, Johnny pointed out the warnings in the Solaris10_Studio12_Debug build. I also had to move the io_timeout() function in Tranport to the protected section. This whole sendfile() thing looks like a hack. * tao/Transport.cpp: Fix Unicode build problem. Again, thanks to Johnny for keeping an eye out for me. Tue May 26 09:26:43 UTC 2009 Johnny Willemsen * bin/tao_orb_tests.lst: Added Bug 3672 regression as not fixed Mon May 25 19:05:22 UTC 2009 Carlos O'Ryan * Fixed bug #3647. In this commit I am merging the changes form the Bug_3647_Regression branch. The exact command used to merge the changes was: $ svn merge --accept postpone -r85163:HEAD \ https://svn.dre.vanderbilt.edu/DOC/Middleware/\ branches/Bug_3647_Regression . The typical conflict in the ChangeLog was manually resolved. * bin/tao_orb_tests.lst: Add the new test, in alphabetical order, preserve tests added in trunk. * tao/Transport.h: * tao/Transport.cpp: Restore the ACE_Countdown_Time object in drain_queue_helper(). I removed it because I thought there were no side effects and it was not needed, but after Johnny W asked, I realised it was indeed important. The header changes are required because the Drain_Constraints object needs a non-const ACE_Time_Value* parameter now. * tests/Bug_3647_Regression/Backend_Impl.cpp: * tests/Bug_3647_Regression/backend_server.cpp: * tests/Bug_3647_Regression/Backend_Impl.hpp: * tests/Bug_3647_Regression/Backend_Impl.h: * tests/Bug_3647_Regression/Middle_Impl.cpp: * tests/Bug_3647_Regression/Throw_Spec.h: * tests/Bug_3647_Regression/Middle_Impl.hpp: * tests/Bug_3647_Regression/middle_server.cpp: * tests/Bug_3647_Regression/Middle_Impl.h: I used a hacky macro to compile this code with both TAO-1.5.1 (need throw specs) and TAO-1.6.9 (cannot have throw specs) I also changed the .hpp files to .h to be less consistent with the .cpp files, but more consistent with the rest of ACE+TAO. Thanks to Johnny to point out the ugliness before it reached the main branch. * tao/Transport.h: * tao/Transport.cpp: * tao/GIOP_Message_Base.cpp: * tao/Block_Flushing_Strategy.cpp: * tao/Connection_Handler.cpp: Seemingly completed the fixes for 3647. Fundamentally, the calls to sendv() need to use a timeout parameter when called with the blocking flushing strategy or with the read-write waiting strategy *and* when there is a timeout. Unfortunately, the point(s) where we call sendv() does not have enough context to determine if the parameter is needed. I changed the Transport class to pass a little struct with both the timeout value and flag to indicate if using blocking I/O calls was desired. The caller makes the determination and passes the parameter into the Transport object, for example, the Block_Flushing_Strategy certainly wants to use blocking I/O calls. Several interface in TAO_Transport changed, and so did its callers. * tests/Bug_3647_Regression/client.cpp: * tests/Bug_3647_Regression/Middle_Impl.cpp: * tests/Bug_3647_Regression/Backend_Impl.cpp: * tests/Bug_3647_Regression/run_test.pl: Fine-tune the test so it would pass all the time. The default parameters showed the problem before the changes, but then failed due to a timeout during shutdown. Also expanded run_test.pl to test with SYNC_NONE vs. other policies. It was important to me to verify that the test continues to fail with SYNC_WITH_SERVER, so my "fine tuning" did not hide real errors. * tao/Transport.h: * tao/Transport.cpp: First attempt at fixing bug 3647. The ORB is blocking in ACE::sendv(), because we are passing a timeout parameter which results in blocking for the prescribed timeout period on select(). But on a select() call with only one socket! What we want to achieve is pass the timeout parameter when we are using the blocking configurations of the ORB, such as RW waiting strategies. This fix, changes the way the timeout parameter to sendv() calls is computed, by looking at the wait_strategy. Unfortunately, this missed the blocking flushing strategies, where we want to block too! The Oneway_Send_Timeout tests caught this. So more work is needed, but I want to save the work first. * tests/Bug_3647_Regression: * tests/Bug_3647_Regression/Bug_3647_Regression.mpc: * tests/Bug_3647_Regression/run_test.pl: * tests/Bug_3647_Regression/README: * tests/Bug_3647_Regression/svc.conf: * tests/Bug_3647_Regression/Test.idl: * tests/Bug_3647_Regression/Throw_Spec.h: Add a regression test for bug #3647. The test consists of three processeses: * tests/Bug_3647_Regression/Backend_Impl.hpp: * tests/Bug_3647_Regression/Backend_Impl.cpp: * tests/Bug_3647_Regression/backend_server.cpp: The backend server receives oneway calls. On request, it calls sleep for a long period of time to block its I/O on particular sockets. * tests/Bug_3647_Regression/Middle_Impl.hpp: * tests/Bug_3647_Regression/Middle_Impl.cpp: * tests/Bug_3647_Regression/middle_server.cpp: A middle tier server, which never calls sleep, but because of bug 3647 it blocks trying to make calls on the backend server, though it should not. * tests/Bug_3647_Regression/client.cpp: The client coordinates the work. It setups connections between all the servers and makes calls on the middle tier server. It expects the middle tier server to be always available, but it did not before the fixes. * bin/tao_orb_tests.lst: Add Bug_3647_Regression to the list. Mon May 25 14:26:43 UTC 2009 Johnny Willemsen * tests/Bug_3672_Regression: New test for bug 3672, we seem to have a resource leak with AMI Mon May 25 12:54:43 UTC 2009 Johnny Willemsen * orbsvcs/Notify_Service/Notify_Service.cpp: * orbsvcs/Notify_Service/Notify_Service.h: * orbsvcs/Notify_Service/README: By default the notify service does a shutdown of the global orb and its dispatching ORB. In case the notify service is loaded into a process using service config this could cause issues to other parts that use the same ORBs. Added a -ShutdownORB and -ShutdownDispatchingORB which are default 1, but they could be set to 0 to not shutdown the mentioned ORB Fri May 22 15:02:43 UTC 2009 Johnny Willemsen * orbsvcs/Notify_Service/README: Extended this file Fri May 22 09:56:43 UTC 2009 Johnny Willemsen * orbsvcs/orbsvcs/Trader/Constraint_l.cpp: * orbsvcs/tests/FT_App/FT_Client.cpp: Use ACE_OS::fileno Wed May 20 11:50:00 UTC 2009 Simon Massey * tests/Bug_3674_Regression/test.cpp: Ensure that RootPOA, then orb are destroyed. Wed May 20 09:35:43 UTC 2009 Johnny Willemsen * orbsvcs/orbsvcs/AV.rc * orbsvcs/orbsvcs/CosConcurrency.rc * orbsvcs/orbsvcs/CosEvent.rc * orbsvcs/orbsvcs/CosEvent_Serv.rc * orbsvcs/orbsvcs/CosEvent_Skel.rc * orbsvcs/orbsvcs/CosLifeCycle.rc * orbsvcs/orbsvcs/CosLoadBalancing.rc * orbsvcs/orbsvcs/CosNaming.rc * orbsvcs/orbsvcs/CosNaming_Serv.rc * orbsvcs/orbsvcs/CosNaming_Skel.rc * orbsvcs/orbsvcs/CosNotification.rc * orbsvcs/orbsvcs/CosNotification_Serv.rc * orbsvcs/orbsvcs/CosNotification_Skel.rc * orbsvcs/orbsvcs/CosProperty.rc * orbsvcs/orbsvcs/CosTime.rc * orbsvcs/orbsvcs/CosTrading.rc * orbsvcs/orbsvcs/CosTrading_Serv.rc * orbsvcs/orbsvcs/CosTrading_Skel.rc * orbsvcs/orbsvcs/DsEventLogAdmin.rc * orbsvcs/orbsvcs/DsLogAdmin.rc * orbsvcs/orbsvcs/DsNotifyLogAdmin.rc * orbsvcs/orbsvcs/FaultTolerance.rc * orbsvcs/orbsvcs/IFRService.rc * orbsvcs/orbsvcs/PortableGroup.rc * orbsvcs/orbsvcs/RT_Notification.rc * orbsvcs/orbsvcs/RTEvent.rc * orbsvcs/orbsvcs/RTEvent_Serv.rc * orbsvcs/orbsvcs/RTEvent_Skel.rc * orbsvcs/orbsvcs/RTSched.rc * orbsvcs/orbsvcs/RTSchedEvent.rc * orbsvcs/orbsvcs/Security.rc * orbsvcs/orbsvcs/SSLIOP.rc * orbsvcs/orbsvcs/Svc_Utils.rc Use unix style of includes to work with cegcc Wed May 20 09:32:43 UTC 2009 Johnny Willemsen * tao/SmartProxies/SmartProxies.rc * tao/BiDir_GIOP/TAO_BiDir_GIOP.rc * tao/Compression/bzip2/TAO_Bzip2Compressor.rc * tao/CodecFactory/TAO_CodecFactory.rc * tao/Compression/TAO_Compression.rc * tao/DynamicAny/TAO_DynamicAny.rc * tao/DynamicInterface/TAO_DynamicInterface.rc * tao/IFR_Client/TAO_IFR_Client.rc * tao/ImR_Client/TAO_IMR_Client.rc * tao/IORInterceptor/TAO_IORInterceptor.rc * tao/IORManipulation/TAO_IORManip.rc * tao/IORTable/TAO_IORTable.rc * tao/Compression/lzo/TAO_LzoCompressor.rc * tao/Messaging/TAO_Messaging.rc * tao/ObjRefTemplate/TAO_ObjRefTemplate.rc * tao/PortableServer/TAO_PortableServer.rc * tao/RTCORBA/TAO_RTCORBA.rc * tao/RTPortableServer/TAO_RTPortableServer.rc * tao/RTScheduling/TAO_RTScheduler.rc * tao/Strategies/TAO_Strategies.rc * tao/Valuetype/TAO_Valuetype.rc * tao/Compression/zlib/TAO_ZlibCompressor.rc * tao/TypeCodeFactory/TypeCodeFactory.rc Use unix style of includes to work with cegcc Wed May 20 09:21:43 UTC 2009 Johnny Willemsen * tests/Client_Leaks/Process_Factory.cpp: Use ACE_ERRNO_GET Wed May 20 09:06:43 UTC 2009 Johnny Willemsen * tao/Asynch_Queued_Message.cpp: * tao/Leader_Follower.cpp Layout changes * tao/GIOP_Message_Base.cpp * tao/IIOP_Transport.cpp * tao/RTCORBA/RT_Protocols_Hooks.cpp * tao/Strategies/DIOP_Transport.cpp * tao/Transport.cpp * tao/Transport_Connector.cpp Use ACE_ERRNO_GET * tao/Messaging/Messaging_Queueing_Strategies.cpp Const changes * tao/SystemException.cpp Initialise pointer with 0 Wed May 20 07:26:43 UTC 2009 Marcel Smit * TAO_IDL/be/be_interface.cpp * TAO_IDL/util/utl_global.cpp Fixed compiler errors on CE gcc on Cygwin. Tue May 19 12:12:00 UTC 2009 Simon Massey * tao/Invocation_Base.h: * tao/Invocation_Base.cpp: Cosmetic variable name change to better conform to coding standard. * tests/Bug_3674_Regression/test.cpp: Ensure that PICurrent global is destroyed, BEFORE orb is destroyed. Tue May 19 09:43:00 UTC 2009 Johnny Willemsen * orbsvcs/Notify_Service/Notify_Service.cpp: Unbind also the event channels from the naming service Mon May 18 14:47:24 UTC 2009 Abdullah Sowayan * tao/LocalObject.h: * tao/LocalObject.inl: Disabled fuzz check_for_TAO_Local_RefCounted_Object. Mon May 18 14:05:00 UTC 2009 Simon Massey * tao/Makefile.am: Added new files from below. Mon May 18 13:38:00 UTC 2009 Simon Massey * bin/tao_orb_tests.lst: * tao/RequestInterceptor_Adapter.h: * tao/RequestInterceptor_Adapter.cpp: * tao/tao.mpc: * tao/Invocation_Base.h: * tao/Invocation_Base.cpp: * tao/ClientRequestInterceptor_Adapter.h: * tao/PI_Server/ServerInterceptorAdapter.h: * tao/PI/RequestInterceptor_Adapter_Impl.cpp: * tao/PI/RequestInterceptor_Adapter_Impl.h: * tao/PI/ClientRequestInterceptor_Adapter_Impl.h: * tao/PI/PICurrent_Impl.h: * tao/PI/PICurrent.cpp: * tao/PI/PICurrent_Impl.cpp: * tao/PI/PICurrent_Impl.inl: * tao/ServerRequestInterceptor_Adapter.h: Bugzilla 3674 Fix. Mon May 18 10:39:46 UTC 2009 Vladimir Zykov * tests/Bug_3676_Regression/Hello.mpc: Renamed MPC file to Bug_3676_Regression.mpc. Mon May 18 09:15:00 UTC 2009 Simon Massey * tests/Bug_3674_Regression/test.cpp: TAO_Local_RefCounted_Object is deprecated. Changed it to CORBA::LocalObject. Mon May 18 08:09:16 UTC 2009 Vladimir Zykov * tao/Transport.h: * tao/LocateRequest_Invocation.cpp: * tao/Transport.inl: Fixed bug#3676. Now after sending LocateRequest message transport will remain in a state when no first request is send. This is necessary for codeset negotiation which happens in the first normal request. * tests/Bug_3676_Regression/client.cpp: * tests/Bug_3676_Regression/Hello.mpc: * tests/Bug_3676_Regression/Hello.cpp: * tests/Bug_3676_Regression/Test.idl: * tests/Bug_3676_Regression/server.cpp: * tests/Bug_3676_Regression/Hello.h: * tests/Bug_3676_Regression/README: * tests/Bug_3676_Regression/run_test.pl: * bin/tao_orb_tests.lst: Added a regression test and scheduled it for run. Fri May 15 12:50:00 UTC 2009 Simon Massey * tests/Bug_3674_Regression/test.cpp: Removed unused parameter warnings. Fri May 15 11:50:00 UTC 2009 Johnny Willemsen * orbsvcs/tests/Bug_2800_Regression/NamingTask.cpp: * orbsvcs/tests/Bug_3673_Regression/NamingTask.cpp: Fixed memory leaks Fri May 15 10:50:00 UTC 2009 Johnny Willemsen * orbsvcs/Notify_Service/Notify_Service.cpp: Only print debug messages when ORB debug is enabled * orbsvcs/tests/Bug_3673_Regression/Bug_3873_Regression.mpc: Remvoed * orbsvcs/tests/Bug_3673_Regression/Bug_3673_Regression.mpc: Added * orbsvcs/tests/Bug_3673_Regression/client.cpp: Make 10 iterations Fri May 15 08:10:00 UTC 2009 Simon Massey * tests/Bug_3674_Regression/test.cpp: Fixed Fuzz error (MS_VER_ 1200) Wed May 13 19:44:04 UTC 2009 Adam Mitz * tao/Strategies/DIOP_Acceptor.cpp: Fixed a crash that occurs with -ORBUseSharedProfile 1. Wed May 13 16:33:00 UTC 2009 Johnny Willemsen * bin/tao_other_tests.lst: Added 3673 Wed May 13 16:30:00 UTC 2009 Johnny Willemsen * orbsvcs/tests/Bug_3673_Regression/*: Added new test for bug 3673 * orbsvcs/tests/ior_corbaname/ior_corbaname_client_i.cpp: Const change Wed May 13 13:35:00 UTC 2009 Simon Massey * bin/tao_orb_tests.lst: * tests/Bug_3674_Regression/test.idl: * tests/Bug_3674_Regression/run_test.pl: * tests/Bug_3674_Regression/Bug_3674_Regression.mpc: * tests/Bug_3674_Regression/test.cpp: Added regression test for PICurrent TSC client corruption. Tue May 12 08:26:55 UTC 2009 Vladimir Zykov * tests/Bug_2234_Regression/server.cpp: * tests/Bug_3171_Regression/server.cpp: * tests/DII_AMI_Forward/orb_initializer.h: TAO_Local_RefCounted_Object is deprecated. Changed it to CORBA::LocalObject. Mon May 11 09:54:38 UTC 2009 Olli Savia * tests/DII_AMI_Forward/server_interceptor.cpp: Fixed fuzz error. Mon May 11 07:21:16 UTC 2009 Olli Savia * tests/DII_AMI_Forward/server_interceptor.cpp: Fixed compile warning. Fri May 8 19:30:55 UTC 2009 Phil Mesnier * examples/RTCORBA/Activity/Builder.cpp: Really fix fuzz. Fri May 8 14:23:07 UTC 2009 Vladimir Zykov * tests/Bug_2234_Regression/server.cpp: * tests/Bug_3171_Regression/server.cpp: * tests/Bug_2345_Regression/server.cpp: * tests/DII_AMI_Forward/server_interceptor.cpp: * tests/DII_AMI_Forward/server_interceptor.h: * tests/DII_AMI_Forward/orb_initializer.h: Fixed memory leaks in these tests. * tao/ORB.cpp: Fixed allocation of a string with incorrect length. Thu May 7 22:46:50 UTC 2009 Phil Mesnier * tests/RTCORBA/Bug_3643_Regression/Bug_3643_Regression.mpc: Prevent building the server for corba_e/minimum_corba. Thu May 7 19:45:01 UTC 2009 Phil Mesnier * examples/RTCORBA/Activity/Builder.cpp: Fuzz fix. * orbsvcs/tests/ImplRepo/ReconnectServer/client.cpp: * orbsvcs/tests/ImplRepo/ReconnectServer/serverA.cpp: * orbsvcs/tests/ImplRepo/ReconnectServer/serverB.cpp: Clean up compiler errors. Thu May 7 18:14:03 UTC 2009 Jeff Parsons * TAO_IDL/be/be_visitor_exception\exception_ch.cpp: * TAO_IDL/be/be_visitor_home\home_ch.cpp: * TAO_IDL/be/be_visitor_interface\interface_ch.cpp: * TAO_IDL/be/be_visitor_interface\interface_ci.cpp: * TAO_IDL/be/be_visitor_interface\amh_ch.cpp: * TAO_IDL/be/be_visitor_interface\ami_interface_ch.cpp: * TAO_IDL/be/be_visitor_component\component_ch.cpp: * TAO_IDL/be/be_visitor_component\component_ci.cpp: * TAO_IDL/be/be_visitor_array\array_ch.cpp: * TAO_IDL/be/be_visitor_valuebox\valuebox_ch.cpp: * TAO_IDL/be/be_visitor_union\union_ch.cpp: * TAO_IDL/be/be_visitor_valuetype\valuetype_obv_ch.cpp: * TAO_IDL/be/be_visitor_valuetype\valuetype_init_ch.cpp: * TAO_IDL/be/be_visitor_valuetype\valuetype_ch.cpp: Removed generation of #ifdef guards for all type declarations except sequences (duplicate anonymous sequence declarations of the same element type, and thus with the same constructed name, can appear in the same scope). * TAO_IDL/be/be_helper.cpp: * TAO_IDL/be/be_codegen.cpp: Cosmetic changes. Thu May 7 13:01:00 UTC 2009 Vladimir Zykov * tests/Bug_2084_Regression/Hello.cpp: * tests/Bug_2084_Regression/EventNode.cpp: * tests/Bug_2084_Regression/Collocated_Test.cpp: * tests/Bug_2084_Regression/run_test.pl: * tests/Bug_1482_Regression/Client_Task.cpp: * tests/Bug_1482_Regression/Client_Task.h: * tests/Bug_1482_Regression/server.cpp: * tests/Bug_1482_Regression/run_test.pl: * tests/COIOP/Hello.cpp: * tests/Collocation_Oneway_Tests/Hello.cpp: * tests/Collocation_Exception_Test/Hello.cpp: * tests/Bug_1568_Regression/server.cpp: * tests/DII_Collocation_Tests/oneway/Hello.cpp: * tests/DII_Collocation_Tests/oneway/run_test.pl: * tests/DII_Collocation_Tests/twoway/Hello.cpp: * tests/DII_Collocation_Tests/twoway/run_test.pl: Fixed memory leaks in these tests. And also changed perl scripts so that no collocation is used when it was meant. Thu May 7 01:43:48 UTC 2009 Jeff Parsons * TAO_IDL/include/drv_extern.h: * TAO_IDL/driverdrv_preproc.cpp(DRV_pre_proc): Doubled the size of the command line buffer to 8192 and added a check of the return value from calling command_line() on ACE_Process_Options. Thanks to Russ Noseworthy for sending in the patches. Wed May 6 12:53:20 UTC 2009 Olli Savia * tests/Bug_1269_Regression/Server_Timer.cpp: * tests/Bug_1270_Regression/Server_Timer.cpp: * tests/Bug_1361_Regression/Echo.cpp: Fixed memset's parameter order. Tue May 5 13:26:24 UTC 2009 Olli Savia * examples/RTCORBA/Activity/Builder.cpp: Fixed memset's parameter order. Tue May 5 08:41:48 UTC 2009 Vladimir Zykov * tests/Bug_2356_Regression/client.cpp: * tests/Bug_2356_Regression/ami_test_i.cpp: Fixed memory leaks. Mon May 4 18:27:17 UTC 2009 Yan Dai * tests/ForwardUponObjectNotExist/client.cpp: Increased the orb run time to maximum 30 seconds to resolve the test failure on some platforms that reply is not received before orb is shutdown. Fri May 1 19:12:14 UTC 2009 Yan Dai * tests/ForwardUponObjectNotExist/client.cpp: Fixed compilation errors on wchar builds. Fri May 1 08:09:12 UTC 2009 Johnny Willemsen * orbsvcs/tests/Notify/Bug_3646c_Regression/*: New test that where we use the TAO_Notify_Service to create multiple channels using service config. This closes enhancement issue 3646 * bin/tao_other_tests.lst: Added new test Fri May 1 07:05:29 UTC 2009 Yan Dai * tests/ForwardUponObjectNotExist/ForwardUponObjectNotExist.mpc: * tests/ForwardUponObjectNotExist/README: * tests/ForwardUponObjectNotExist/client.cpp: * tests/ForwardUponObjectNotExist/run_test.pl: * tests/ForwardUponObjectNotExist/server.cpp: * tests/ForwardUponObjectNotExist/test.idl: * tests/ForwardUponObjectNotExist/test_i.h: * tests/ForwardUponObjectNotExist/test_i.inl: * tests/ForwardUponObjectNotExist/test_i.cpp: Added test for -ORBForwardInvocationOnObjectNotExist option and feature without using any service. * bin/tao_orb_tests.lst: Added ForwardUponObjectNotExist test. Thu Apr 30 21:31:11 UTC 2009 Adam Mitz * tests/Portable_Interceptors/IORInterceptor/FOO_IORInterceptor.cpp: This test uses an arbitrary constant from the PortableServer module so we'll use one that's present in CORBA/e Compact configurations. Thu Apr 30 18:35:47 UTC 2009 Yan Dai * tao/Synch_Invocation.cpp: Moved the strcmp for OBJECT_NOT_EXIST to if condition instead of outside of if statement to improve the performance a little bit. * docs/Options.html: Added description for -ORBForwardInvocationOnObjectNotExist. Wed Apr 29 13:18:12 UTC 2009 Johnny Willemsen * tao/Makefile.am: Added missing files. Thanks to Steven Hartmann for reporting this Wed Apr 29 07:08:12 UTC 2009 Johnny Willemsen * orbsvcs/tests/Notify/Bug_2926_Regression/DllORB.cpp: Fixed compile error * orbsvcs/tests/Notify/Bug_3646b_Regression/server.cpp: Fixed variable not used warning * orbsvcs/tests/Notify/Bug_3663_Regression/server.cpp Fixed variable not used warning Tue Apr 28 20:33:21 UTC 2009 Adam Mitz * tao/TAO_Server_Request.cpp: Fixed the placement of the TAO_END_VERSIONED_NAMESPACE_DECL macro. Tue Apr 28 15:04:45 UTC 2009 Adam Mitz * tests/Sequence_Unit_Tests/bounded_string_sequence_ut.cpp: * tests/Sequence_Unit_Tests/string_sequence_tester.hpp: * tests/Sequence_Unit_Tests/unbounded_string_sequence_ut.cpp: Fixed compile errors on Solaris9_i386_gcc_Debug. Tue Apr 28 10:00:12 UTC 2009 Johnny Willemsen * orbsvcs/tests/Notify/Bug_3663_Regression: New test for bugzilla bug 3663, not fixed yet, seems a problem with service configurator * bin/tao_other_tests.lst Added new test Tue Apr 28 09:51:12 UTC 2009 Johnny Willemsen * MPC/config/tao_notify_service.mpb: new base project * orbsvcs/Notify_Service/Notify_Server.cpp: * orbsvcs/Notify_Service/Notify_Service.cpp: * orbsvcs/Notify_Service/Notify_Service.h: * orbsvcs/Notify_Service/Notify_Service.mpc: * orbsvcs/Notify_Service/Notify_Service_Export.h: Moved the TAO_Notify_Service_Driver class to its own DLL which then can be loaded with service configurator as done in regression 3646b. Changed -ORBRunThreads to -RunThreads, the -ORB options are reserved for the ORB and shouldn't be used by services. This caused problems when trying to load the TAO_Notify_Service as DLL. Make sure we destroy the ORB so that we can do multiple load/unload cycles * orbsvcs/Notify_Service/README: Updated -ORBRunThreads to -RunThreads * orbsvcs/orbsvcs/Notify/CosNotify_Service.cpp: Layout changes * orbsvcs/orbsvcs/Notify/POA_Helper.cpp: Use true/false * orbsvcs/tests/Notify/Bug_2926_Regression/DllORB.cpp: * orbsvcs/tests/Notify/Bug_3252_Regression/DllOrb.cpp No need for arg converter * orbsvcs/tests/Notify/Bug_3646b_Regression/bug3646b_export.h * orbsvcs/tests/Notify/Bug_3646b_Regression/Bug_3646b_Regression.mpc * orbsvcs/tests/Notify/Bug_3646b_Regression/DllORB.cpp * orbsvcs/tests/Notify/Bug_3646b_Regression/DllORB.h * orbsvcs/tests/Notify/Bug_3646b_Regression/run_test.pl * orbsvcs/tests/Notify/Bug_3646b_Regression/server.cpp * bin/tao_other_tests.lst New regression test for loading and unloading the TAO_Notify_Service dll Tue Apr 28 08:00:12 UTC 2009 Johnny Willemsen * tao/AnyTypeCode/Any_Unknown_IDL_Type.{h,cpp}: Return a const object from lock_i, this fixes bugzilla 3665. Thanks to Rob Beekmans for reporting this. It is really a diab compiler bug but we can easily work around it * tao/AnyTypeCode/Enum_TypeCode.cpp: * tao/AnyTypeCode/Enum_TypeCode_Static.cpp: * tao/CORBALOC_Parser.cpp: * tao/Intrusive_Ref_Count_Handle_T.h layout change Tue Apr 28 01:51:44 UTC 2009 Yan Dai * orbsvcs/tests/ImplRepo/ReconnectServer/serverB.cpp: Renamed the global variable delay to avoid compilation errors on QNX platform due to redefination of "delay". Mon Apr 27 16:08:54 UTC 2009 Phil Mesnier * orbsvcs/Notify_Service/README: Fixed typo Mon Apr 27 15:54:55 UTC 2009 Phil Mesnier * orbsvcs/Notify_Service/README: The README file was out of date with reality regarding the names and purpose of some svc.conf arguments. I've cleaned up the list to remove deprecated entries and add an entry for an option that was overlooked before. I suspect that a previous author mistook the purpose of the -ListenerThreads option to be that of the -SourceThreads option. The two appear to be similar in name, but in fact -ListenerThreads is a deprecated synonym for -DispatchingThreads. Mon Apr 27 15:12:06 UTC 2009 Jeff Parsons * TAO_IDL/driver/drv_mcpp_preproc.cpp: * TAO_IDL/driver/drv_preproc.cpp: Applied patches from Ken Sedgwick for platforms (including Fedora RPM) that use TAO_IDL_INCLUDE_DIR instead of TAO_ROOT. This checkin closes [BUGID:3661]. Mon Apr 27 03:20:52 UTC 2009 Yan Dai * orbsvcs/tests/ImplRepo/ReconnectServer/client.cpp: * orbsvcs/tests/ImplRepo/ReconnectServer/serverA.cpp: * orbsvcs/tests/ImplRepo/ReconnectServer/serverB.cpp: * orbsvcs/tests/ImplRepo/ReconnectServer/test.idl: * orbsvcs/tests/ImplRepo/ReconnectServer/test_i.h: * orbsvcs/tests/ImplRepo/ReconnectServer/test_i.cpp: Fixed fuzz errors and compilation errors in unicode builds. * NEWS: Added entry for the new features. Sat Apr 25 06:25:37 UTC 2009 Yan Dai Added IMR changes OCI prepared for some customers. * orbsvcs/ImplRepo_Service/ImR_Locator_i.h: * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp: * orbsvcs/ImplRepo_Service/Locator_Options.h: * orbsvcs/ImplRepo_Service/Locator_Options.cpp: * orbsvcs/ImplRepo_Service/Locator_Repository.h: * orbsvcs/ImplRepo_Service/Locator_Repository.cpp: * orbsvcs/ImplRepo_Service/Locator_XMLHandler.h: * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp: * orbsvcs/ImplRepo_Service/Server_Info.h: * orbsvcs/ImplRepo_Service/Server_Info.cpp: Added -UnregisterIfAddressReused IMR option to enable the address reuse checking upon server registering via server_is_running. If a new server reuses already registered server's address, the previous server will be unregistered from IMR. Current implementation registers server per POA instead of per server process. The ServerId info is added to ServerInfo to help identify if different POAs are from same server process. The POA registering will not affect the POAs registered with the same ServerId. * tao/ImR_Client/ImR_Client.cpp: Made server ID (set via -ORBServerId) info be part of the server name info to pass to IMR. This info helps IMR to identify if two poas created by same server process. * tao/ORB_Core.cpp: * tao/Synch_Invocation.cpp: * tao/params.h: * tao/params.inl: * tao/params.cpp: Added new ORB option -ORBForwardInvocationOnObjectNotExist to support request forwarding to next available profile upon receiving OBJECT_NOT_EXIST exception reply. * orbsvcs/tests/ImplRepo/ReconnectServer/ReconnectServer.mpc: * orbsvcs/tests/ImplRepo/ReconnectServer/client.cpp: * orbsvcs/tests/ImplRepo/ReconnectServer/run_test.pl: * orbsvcs/tests/ImplRepo/ReconnectServer/serverA.cpp: * orbsvcs/tests/ImplRepo/ReconnectServer/serverB.cpp: * orbsvcs/tests/ImplRepo/ReconnectServer/test.idl: * orbsvcs/tests/ImplRepo/ReconnectServer/test_i.h: * orbsvcs/tests/ImplRepo/ReconnectServer/test_i.cpp: Added test case for the changes. * bin/tao_other_tests.lst: Added ImplRepo ReconnectServer test. Sat Apr 25 06:14:45 UTC 2009 Yan Dai * orbsvcs/ImplRepo_Service/ImR_Locator_i.h: * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp: * orbsvcs/ImplRepo_Service/Locator_Options.h: * orbsvcs/ImplRepo_Service/Locator_Options.cpp: * orbsvcs/ImplRepo_Service/Locator_Repository.h: * orbsvcs/ImplRepo_Service/Locator_Repository.cpp: * orbsvcs/ImplRepo_Service/Locator_XMLHandler.h: * orbsvcs/ImplRepo_Service/Locator_XMLHandler.cpp: * orbsvcs/ImplRepo_Service/Server_Info.h: * orbsvcs/ImplRepo_Service/Server_Info.cpp: Added -UnregisterIfAddressReused IMR option to enable the address reuse checking upon server registering via server_is_running. If a new server reuses already registered server's address, the previous server will be unregistered from IMR. Current implementation registers server per POA instead of per server process. The ServerId info is added to ServerInfo to help identify if different POAs are from same server process. The POA registering will not affect the POAs registered with the same ServerId. * tao/ImR_Client/ImR_Client.cpp: Made server ID (set via -ORBServerId) info be part of the server name info to pass to IMR. This info helps IMR to identify if two poas created by same server process. * tao/ORB_Core.cpp: * tao/Synch_Invocation.cpp: * tao/params.h: * tao/params.inl: * tao/params.cpp: Added new ORB option -ORBForwardInvocationOnObjectNotExist to support request forwarding to next available profile upon receiving OBJECT_NOT_EXIST exception reply. * orbsvcs/tests/ImplRepo/ReconnectServer/ReconnectServer.mpc: * orbsvcs/tests/ImplRepo/ReconnectServer/client.cpp: * orbsvcs/tests/ImplRepo/ReconnectServer/run_test.pl: * orbsvcs/tests/ImplRepo/ReconnectServer/serverA.cpp: * orbsvcs/tests/ImplRepo/ReconnectServer/serverB.cpp: * orbsvcs/tests/ImplRepo/ReconnectServer/test.idl: * orbsvcs/tests/ImplRepo/ReconnectServer/test_i.h: * orbsvcs/tests/ImplRepo/ReconnectServer/test_i.cpp: Added test case for the changes. * orbsvcs/ImplRepo_Service/ImR_Locator_i.h: Added ImplRepo ReconnectServer test. Fri Apr 24 15:17:37 UTC 2009 Johnny Willemsen * orbsvcs/tests/Notify/Bug_3646a_Regression/Consumer.cpp: Fixed variable not used warning Fri Apr 24 15:11:37 UTC 2009 Johnny Willemsen * orbsvcs/orbsvcs/Notify/POA_Helper.cpp: Unicode fix Fri Apr 24 12:03:37 UTC 2009 Johnny Willemsen * orbsvcs/tests/start_services: Removed this old script Thu Apr 23 16:09:54 UTC 2009 Jeff Parsons * TAO_IDL/ast/ast_interface.cpp: * TAO_IDL/fe/y.tab.cpp: * TAO_IDL/fe/idl.yy: Further tweaks to the fix of Wed Apr 22 17:59:18 UTC 2009 Jeff Parsons to correct a problem uncovered by processing RTPortableServer.pidl. Thanks to Will Otte for reporting the problem. Thu Apr 23 11:10:37 UTC 2009 Johnny Willemsen * orbsvcs/Notify_Service/Notify_Service.{h,cpp}: Only keep the IOR file open when we write the IOR, close it directly after we are ready Thu Apr 23 10:14:37 UTC 2009 Johnny Willemsen * orbsvcs/tests/Bug_2626_Regression * orbsvcs/tests/Notify/Bug_2626_Regression Move tests to notify directory * bin/tao_other_tests.lst: Updated 2926 Thu Apr 23 09:31:37 UTC 2009 Johnny Willemsen * bin/tao_other_tests.lst: Added Bug_3646a_Regression * orbsvcs/Notify_Service/Notify_Service.cpp * orbsvcs/Notify_Service/Notify_Service.h Added support for multiple ChannelName arguments, the notification service will then create multiple channels and register them in the naming services * orbsvcs/tests/Notify/Bug_3646a_Regression * orbsvcs/tests/Notify/Bug_3646a_Regression/Bug_3646a_Regression.mpc * orbsvcs/tests/Notify/Bug_3646a_Regression/Consumer.cpp * orbsvcs/tests/Notify/Bug_3646a_Regression/run_test.pl New test for multiple ChannelName arguments * orbsvcs/orbsvcs/AV/AVStreams_i.cpp: * orbsvcs/orbsvcs/CosEvent/CEC_DynamicImplementation.cpp Initialise pointer with 0 * orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp Const changes * orbsvcs/FTRT_Event_Service/Gateway_Service/FTRTEC_Gateway_Service.cpp * orbsvcs/performance-tests/RTEvent/Federated_Roundtrip/client.cpp * orbsvcs/tests/AVStreams/Latency/control.cpp * orbsvcs/tests/Bug_2247_Regression/Manager.cpp * orbsvcs/tests/Bug_2248_Regression/client.cpp * orbsvcs/tests/Bug_2926_Regression/DllORB.cpp * orbsvcs/tests/Bug_3598b_Regression/client.cpp * orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp * orbsvcs/tests/ImplRepo/Bug_689_Regression/client.cpp * orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/test_idl.cpp * orbsvcs/tests/InterfaceRepo/Bug_3174_Regression/test_idl.cpp * orbsvcs/tests/Notify/Blocking/Structured_Consumer.cpp * orbsvcs/tests/Notify/Bug_1385_Regression/Structured_Consumer.cpp * orbsvcs/tests/Notify/Bug_2561_Regression/Consumer.cpp * orbsvcs/tests/Notify/Discarding/Sequence_Consumer.cpp * orbsvcs/tests/Notify/Discarding/Structured_Consumer.cpp * orbsvcs/tests/Notify/lib/Notify_Test_Client.cpp * orbsvcs/tests/Notify/lib/Notify_Test_Client.h * orbsvcs/tests/Notify/MC/Structured_Consumer.cpp * orbsvcs/tests/Notify/MC/test_monitor.cpp * orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.cpp * orbsvcs/tests/Notify/Ordering/Sequence_Consumer.cpp * orbsvcs/tests/Notify/Ordering/Structured_Consumer.cpp * orbsvcs/tests/Notify/performance-tests/Filter/Sequence_Consumer.cpp * orbsvcs/tests/Notify/performance-tests/Filter/Structured_Consumer.cpp * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Consumer.cpp * orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Consumer.cpp * orbsvcs/tests/tests_svc_loader/tests_svc_loader.cpp Removed not needed unicode to ascii conversion Thu Apr 23 07:18:37 UTC 2009 Johnny Willemsen * tests/FL_Cube/client.cpp * tests/HandleExhaustion/client.cpp * tests/Abstract_Interface/client.cpp * tests/Big_Reply/client.cpp * tests/Bug_1254_Regression/client.cpp * tests/Bug_2174_Regression/client.cpp * tests/Bug_2734_Regression/client.cpp * tests/Bug_2768_Regression/client.cpp * tests/Bug_3198_Regression/bug_3198_regression.cpp * tests/Bug_3598a_Regression/client.cpp * tests/Client_Leaks/client.cpp * tests/Leader_Followers/client.cpp * tests/MProfile_Forwarding/Manager.cpp * tests/Multiple/client.cpp * tests/Nested_Event_Loop/client.cpp * tests/NestedUpcall/Simple/client.cpp * tests/NestedUpcall/Simple/simple-client.cpp * tests/ORB_Local_Config/Two_DLL_ORB/client.cpp * tests/POA/EndpointPolicy/client.cpp * tests/POA/Generic_Servant/client.cpp * tests/POA/Persistent_ID/client.cpp * tests/Portable_Interceptors/AdvSlot/client.cpp * tests/Portable_Interceptors/AdvSlotDblCpy/client.cpp * tests/Portable_Interceptors/AdvSlotExt/client.cpp * tests/Portable_Interceptors/AMI/client.cpp * tests/Portable_Interceptors/Bug_2133/client.cpp * tests/RTCORBA/Linear_Priority/client.cpp * tests/RTCORBA/Persistent_IOR/client.cpp * tests/RTCORBA/Policy_Combinations/client.cpp * tests/Server_Connection_Purging/client2.cpp * tests/Single_Read/client.cpp * tests/Smart_Proxies/dtor/client.cpp * tests/Timed_Buffered_Oneways/client.cpp * tests/Timeout/client.cpp Removed not needed unicode to ascii conversion * tests/Hello/client.cpp: Fixed typo in comment Thu Apr 23 08:13:37 UTC 2009 Marcel Smit * tests/RTCORBA/Bug_3643_Regression/client.cpp: Resolved unicode compiler error. Wed Apr 22 17:59:18 UTC 2009 Jeff Parsons * TAO_IDL/include/ast_sequence.h: * TAO_IDL/ast/ast_interface.cpp: * TAO_IDL/ast/ast_sequence.cpp: * TAO_IDL/fe/y.tab.cpp: * TAO_IDL/fe/idl.yy: Added check to catch illegal use of incomplete sequence type (sequence of undefined struct or union) as an operation return type or parameter. Thanks to Ron van Hoof for reporting the bug and for sending in the example IDL. This fix closes [BUGID:3648]. * TAO_IDL/util/utl_err.cpp: Changed message associated with EIDL_ILLEGAL_ADD flag to be more informative. * TAO_IDL/tao_idl.mpc: Removed a redundant item from the 'after' line of TAO_IDL_EXE. Wed Apr 22 09:07:44 UTC 2009 Vladimir Zykov * tests/Bug_3632_Regression/test.cpp: * tests/Bug_3632_Regression/test.idl: * tests/Bug_3632_Regression/Bug_3632_Regression.mpc: * tests/Bug_3632_Regression/run_test.pl: * tests/Bug_3632_Regression/README: Added a regression test. * bin/tao_orb_tests.lst: Scheduled the test for run. * tao/Bounded_Array_Sequence_T.h: * tao/Bounded_Basic_String_Sequence_T.h: * tao/Valuetype/Bounded_Valuetype_Sequence_T.h: * tao/Bounded_Value_Sequence_T.h: * tao/Bounded_Object_Reference_Sequence_T.h: Fixed bug#3632. Now user cannot change a maximum value of a bounded sequence. Wed Apr 22 09:32:37 UTC 2009 Marcel Smit * tests/RTCORBA/Bug_3643_Regression/client.cpp: Resolved unicode compiler error. Tue Apr 21 10:17:06 UTC 2009 Johnny Willemsen * tests/RTCORBA/Bug_3643_Regression/*: New regression test Tue Apr 21 09:52:06 UTC 2009 Johnny Willemsen * utils/nslist/nslist.cpp: Removed argc/argv conversion Thu Apr 16 16:11:07 UTC 2009 Phil Mesnier * NEWS: Added new section anticipating version 1.7. Tue Apr 14 10:06:19 CDT 2009 Phil Mesnier * TAO version 1.6.9 released. Tue Apr 14 13:57:16 UTC 2009 Phil Mesnier * NEWS: Reworded entries to be consistent with release note. Fri Apr 10 12:44:12 UTC 2009 Vladimir Zykov * tests/Sequence_Unit_Tests/clean_tao_export.pl: * tests/Sequence_Unit_Tests/run_test.pl: * tests/Sequence_Unit_Tests/unbounded_octet_sequence_nocopy_ut.cpp: * tests/Sequence_Unit_Tests/Sequence_Unit_Tests.mpc: Reverted my previous attempts to fix this test on windows and disabled unbounded octet sequence test on this platform. Fri Apr 10 12:17:16 UTC 2009 Johnny Willemsen * bin/tao_orb_tests.lst: 3630 is not fixed yet Thu Apr 9 11:01:26 UTC 2009 Vladimir Zykov * tests/Sequence_Unit_Tests/unbounded_octet_sequence_nocopy_ut.cpp: * tests/Sequence_Unit_Tests/Sequence_Unit_Tests.mpc: There were compile errors on Linux and Solaris builds with previous attempt to fix octet sequence test on Windows. Now those custom build steps are done only on windows builds. Wed Apr 8 12:45:16 UTC 2009 Johnny Willemsen * utils/NamingViewer/BindDialog.cpp * utils/NamingViewer/BindDialog.h * utils/NamingViewer/BindNewContext.cpp * utils/NamingViewer/BindNewContext.h Unicode fixes Tue Apr 7 09:01:37 UTC 2009 Vladimir Zykov * tests/Sequence_Unit_Tests/clean_tao_export.pl: * tests/Sequence_Unit_Tests/unbounded_octet_sequence_nocopy_ut.cpp: * tests/Sequence_Unit_Tests/Sequence_Unit_Tests.mpc: Fixed a test that uses specialization of unbounded_value_sequence for CORBA::Octet on win32. This test requires that the above specialization is compiled into tests code and not imported from TAO.dll as it was done before. Mon Apr 6 13:39:16 UTC 2009 Johnny Willemsen * bin/tao_orb_tests.lst: Added 3630 and 3567 has been fixed * tests/Bug_3630_Regression/*: Added new test for bugzilla 3630, thanks to Steve Ramsay for creating this test Mon Apr 6 08:19:16 UTC 2009 Johnny Willemsen * utils/NamingViewer/BindDialog.cpp * utils/NamingViewer/BindDialog.h * utils/NamingViewer/BindNewContext.cpp * utils/NamingViewer/BindNewContext.h Fixed unicode compile errors Mon Apr 6 07:35:16 UTC 2009 Marcel Smit * tests/RTCORBA/Priority_Inversion_With_Bands/run_test.pl: Fixed time out errors. Fri Apr 3 13:40:46 UTC 2009 Olli Savia * orbsvcs/tests/Security/mixed_security_test/server.cpp: Fixed compilation warnings on LynxOS. Fri Apr 3 13:33:14 UTC 2009 Olli Savia * orbsvcs/DevGuideExamples/Security/ParticipatingApp/Messenger_i.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_OpenSSL_st_T.inl: Fixed compile errors on LynxOS 4.0. Fri Apr 3 12:50:23 UTC 2009 Johnny Willemsen * utils/NamingViewer/AddNameServerDlg.cpp: * utils/NamingViewer/BindDialog.cpp: * utils/NamingViewer/BindNewContext.cpp: * utils/NamingViewer/NamingTreeCtrl.cpp: * utils/NamingViewer/NamingViewer.cpp: * utils/NamingViewer/SelectNSDialog.cpp: * utils/NamingViewer/ViewIORDialog.cpp: Minor code improvements Thu Apr 2 11:03:23 UTC 2009 Marcel Smit * tao/Exclusive_TMS.cpp * tao/Exclusive_TMS.h Resolved compiler errors on Codegear 2009. * tao/Muxed_TMS.h * tao/Reply_Dispatcher.h Resolved compiler errors when versioned namespaces are used. Wed Apr 1 14:28:11 UTC 2009 Vladimir Zykov * tests/Sequence_Unit_Tests/value_sequence_tester.hpp: * tests/Sequence_Unit_Tests/unbounded_sequence_cdr_ut.cpp: * tests/Sequence_Unit_Tests/bounded_value_sequence_ut.cpp: * tests/Sequence_Unit_Tests/bounded_object_reference_sequence_ut.cpp: * tests/Sequence_Unit_Tests/unbounded_object_reference_sequence_ut.cpp: * tests/Sequence_Unit_Tests/string_sequence_tester.hpp: * tests/Sequence_Unit_Tests/run_test.pl: * tests/Sequence_Unit_Tests/object_reference_sequence_element_ut.cpp: * tests/Sequence_Unit_Tests/testing_counters.hpp: * tests/Sequence_Unit_Tests/bounded_string_sequence_ut.cpp: * tests/Sequence_Unit_Tests/unbounded_octet_sequence_nocopy_ut.cpp: * tests/Sequence_Unit_Tests/bounded_sequence_cdr_ut.cpp: * tests/Sequence_Unit_Tests/unbounded_string_sequence_ut.cpp: * tests/Sequence_Unit_Tests/testing_allocation_traits.hpp: * tests/Sequence_Unit_Tests/string_sequence_element_ut.cpp: * tests/Sequence_Unit_Tests/unbounded_value_sequence_ut.cpp: * tests/Sequence_Unit_Tests/testing_allocation_traits_ut.cpp: * tests/Sequence_Unit_Tests/unbounded_octet_sequence_ut.cpp: * tests/Sequence_Unit_Tests/Sequence_Unit_Tests.mpc: * tests/Sequence_Unit_Tests/unbounded_fwd_object_reference_sequence_ut.cpp: * tests/Sequence_Unit_Tests/Makefile.am: Updated the test with respect to all recent changes in the implementation of sequences in TAO. This fixes bug#3488. * tao/Unbounded_Octet_Sequence_T.h: * tao/Generic_Sequence_T.h: Fixed several things. 1) In copy constructor. When a new sequence is created from a sequence that has buffer_==0 there is no need to allocate a buffer in a new sequence. Also if the original sequence has length_ * tests/Bug_3636_Regression/*: New test for bug 3636, work_pending doesn't return false on solaris. This seems to happen not anymore on svn head * bin/tao_orb_tests.lst: Add new test Tue Mar 31 10:44:16 UTC 2009 Marcel Smit * tao/Asynch_Reply_Dispatcher_Base.cpp: * tao/Asynch_Reply_Dispatcher_Base.h: * tao/Asynch_Reply_Dispatcher_Base.inl: * tao/DynamicInterface/DII_Reply_Dispatcher.cpp: * tao/Exclusive_TMS.cpp: * tao/Exclusive_TMS.h: * tao/LocateRequest_Invocation.cpp: * tao/Messaging/Asynch_Reply_Dispatcher.cpp: * tao/Muxed_TMS.cpp: * tao/Muxed_TMS.h: * tao/Reply_Dispatcher.cpp: * tao/Reply_Dispatcher.h: * tao/Synch_Invocation.cpp: * tao/Transport_Mux_Strategy.h: Refactored Reply Dispatchers. It's now possible to make a CORBA call (synchronous or asynchronous) during an AMI reply dispatch without running into a deadlock. Also, the reply dispatchers are now created on the heap, using an ACE_Intrusive_Auto_Ptr. This fixes Bugzilla 3567. * tests/Big_AMI/client.cpp: Using a different CORBA:Object_var for ior. * NEWS: Listed this change. Mon Mar 30 07:39:16 UTC 2009 Marcel Smit * tests/RTCORBA/MT_Client_Protocol_Priority/run_test.pl: * tests/RTCORBA/Priority_Inversion_With_Bands/run_test.pl: * tests/RTCORBA/Profile_And_Endpoint_Selection/run_test.pl: * tests/RTCORBA/RTMutex/run_test.pl: * tests/RTCORBA/Server_Declared/run_test.pl: * tests/RTCORBA/Thread_Pool/run_test.pl: Resolved some runtime errors which were introduced while making these scripts fuzz compliant. Fri Mar 27 15:23:32 UTC 2009 Jeff Parsons * NEWS: Added entry for bug fix below Fri Mar 20 16:04:58 UTC 2009 Jeff Parsons Fri Mar 27 14:42:07 UTC 2009 Marcel Smit * tests/RTCORBA/Persistent_IOR/run_test.pl: * tests/RTCORBA/Policy_Combinations/run_test.pl: * tests/RTCORBA/Priority_Inversion_With_Bands/run_test.pl: * tests/RTCORBA/Thread_Pool/run_test.pl: Resolved remaining fuzz warnings. Fri Mar 27 12:48:10 UTC 2009 Marcel Smit * tests/RTCORBA/Banded_Connections/run_test.pl: * tests/RTCORBA/Destroy_Thread_Pool/run_test.pl: * tests/RTCORBA/Explicit_Binding/run_test.pl: * tests/RTCORBA/Linear_Priority/run_test.pl: * tests/RTCORBA/MT_Client_Protocol_Priority/run_test.pl: * tests/RTCORBA/Persistent_IOR/run_test.pl: * tests/RTCORBA/Policies/run_test.pl: * tests/RTCORBA/Policy_Combinations/run_test.pl: * tests/RTCORBA/Priority_Inversion_With_Bands/run_test.pl: * tests/RTCORBA/Profile_And_Endpoint_Selection/run_test.pl: * tests/RTCORBA/RTMutex/run_test.pl: * tests/RTCORBA/Server_Declared/run_test.pl: * tests/RTCORBA/Server_Protocol/run_test.pl: * tests/RTCORBA/Thread_Pool/run_test.pl: Resolved fuzz errors and warnings. Fri Mar 27 10:29:10 UTC 2009 Marcel Smit * bin/tao_orb_tests.lst: Removed !LabVIEW_RT, !WinCE and !FUZZ in order to run the following tests on these targets. * tests/RTCORBA/Banded_Connections/run_test.pl: * tests/RTCORBA/Bug_3382_Regression/run_test.pl: * tests/RTCORBA/Client_Protocol/run_test.pl: * tests/RTCORBA/Collocation/run_test.pl: * tests/RTCORBA/Destroy_Thread_Pool/run_test.pl: * tests/RTCORBA/Dynamic_Thread_Pool/run_test.pl: * tests/RTCORBA/Explicit_Binding/run_test.pl: * tests/RTCORBA/Linear_Priority/run_test.pl: * tests/RTCORBA/MT_Client_Protocol_Priority/run_test.pl: * tests/RTCORBA/Persistent_IOR/run_test.pl: * tests/RTCORBA/Policies/run_test.pl: * tests/RTCORBA/Policy_Combinations/run_test.pl: * tests/RTCORBA/Priority_Inversion_With_Bands/run_test.pl: * tests/RTCORBA/Private_Connection/run_test.pl: * tests/RTCORBA/Profile_And_Endpoint_Selection/run_test.pl: * tests/RTCORBA/RTMutex/run_test.pl: * tests/RTCORBA/Server_Declared/run_test.pl: * tests/RTCORBA/Server_Protocol/run_test.pl: * tests/RTCORBA/Thread_Pool/run_test.pl: Made Fuzz compliant * tests/RTCORBA/Dynamic_Thread_Pool/client.cpp: When -x is supplied, the only thing the client has to do, is shutdown the server. Thu Mar 26 15:39:23 UTC 2009 Johnny Willemsen * tests/Bug_2936_Regression/run_test.pl: Removed not used variable Thu Mar 26 13:47:23 UTC 2009 Johnny Willemsen * tests/Big_AMI/run_test.pl: * tests/Bug_2936_Regression/run_test.pl: * bin/tao_orb_tests.lst: Converted to the new test framework Thu Mar 26 13:21:23 UTC 2009 Marcel Smit * tests/Bug_3567_Regression/client.cpp: Resolved compiler warning. Thu Mar 26 09:10:23 UTC 2009 Johnny Willemsen * tests/Sequence_Unit_Tests/testing_object_reference_traits.hpp: * tests/Sequence_Unit_Tests/testing_string_traits.hpp: Fixed compile errors with HPUX Thu Mar 26 08:52:23 UTC 2009 Johnny Willemsen * tests/Sequence_Unit_Tests/bounded_string_sequence_ut.cpp: * tests/Sequence_Unit_Tests/string_sequence_element_ut.cpp: * tests/Sequence_Unit_Tests/string_sequence_tester.hpp: * tests/Sequence_Unit_Tests/unbounded_string_sequence_ut.cpp: Only test wchar when it is available Wed Mar 25 02:49:23 UTC 2009 Adam Mitz * tests/Sequence_Unit_Tests/bounded_object_reference_sequence_ut.cpp: Fixed a few cases where the expected state of the default-constructed sequence was incorrect. This is related to the change in Fri Jun 8 19:23:45 UTC 2007 Adam Mitz Tue Mar 24 19:46:00 UTC 2009 Marcel Smit * tests/Bug_3567_Regression/client.cpp: Refactoring in preparation of upcoming AMI changes. Tue Mar 24 16:41:18 UTC 2009 Joe Hoffert * tao/Valuetype/Bounded_Valuetype_Sequence_T.h * tao/Valuetype/Unbounded_Valuetype_Sequence_T.h Adding iterators that support memory management. Tue Mar 24 07:03:42 UTC 2009 Johnny Willemsen * tests/Sequence_Iterators/Bounded_String.cpp * tests/Sequence_Iterators/StringSeq.cpp * tests/Sequence_Iterators/Unbounded_Objectref.cpp * tests/Sequence_Iterators/Unbounded_Value.cpp Disable more code when stl iterators are disabled Tue Mar 24 06:43:42 UTC 2009 Johnny Willemsen * bin/tao_orb_tests.lst: Added new IDL_Inherited_Operation and the sequence unit tests are not using boost anymore * tests/Sequence_Unit_Tests/bounded_object_reference_sequence_ut.cpp * tests/Sequence_Unit_Tests/bounded_sequence_cdr_ut.cpp * tests/Sequence_Unit_Tests/bounded_string_sequence_ut.cpp * tests/Sequence_Unit_Tests/bounded_value_sequence_ut.cpp * tests/Sequence_Unit_Tests/fwd_mock_reference.cpp * tests/Sequence_Unit_Tests/fwd_mock_reference.hpp * tests/Sequence_Unit_Tests/mock_array.hpp * tests/Sequence_Unit_Tests/mock_reference.hpp * tests/Sequence_Unit_Tests/object_reference_sequence_element_ut.cpp * tests/Sequence_Unit_Tests/run_test.pl * tests/Sequence_Unit_Tests/Sequence_Unit_Tests.mpc * tests/Sequence_Unit_Tests/string_sequence_element_ut.cpp * tests/Sequence_Unit_Tests/string_sequence_tester.hpp * tests/Sequence_Unit_Tests/string_ut.cpp * tests/Sequence_Unit_Tests/test_macros.h * tests/Sequence_Unit_Tests/testing_allocation_traits_ut.cpp * tests/Sequence_Unit_Tests/testing_counters.hpp * tests/Sequence_Unit_Tests/testing_string_traits.hpp * tests/Sequence_Unit_Tests/unbounded_array_sequence_ut.cpp * tests/Sequence_Unit_Tests/unbounded_fwd_object_reference_sequence_ut.cpp * tests/Sequence_Unit_Tests/unbounded_object_reference_sequence_ut.cpp * tests/Sequence_Unit_Tests/unbounded_octet_sequence_nocopy_ut.cpp * tests/Sequence_Unit_Tests/unbounded_octet_sequence_ut.cpp * tests/Sequence_Unit_Tests/unbounded_sequence_cdr_ut.cpp * tests/Sequence_Unit_Tests/unbounded_string_sequence_ut.cpp * tests/Sequence_Unit_Tests/unbounded_value_sequence_ut.cpp * tests/Sequence_Unit_Tests/value_sequence_tester.hpp Removed usage of boost. The boost unit test framework is nice, but we don't have boost on just a few build/test systems which results in the fact that we don't run these tests which we really need to do, given the fact that several of them are broken Mon Mar 23 20:24:42 UTC 2009 Phil Mesnier * tests/IDL_Inherited_Operation/InheritedOp_i.h: * tests/IDL_Inherited_Operation/InheritedOp_i.cpp: Fuzz fix. Mon Mar 23 19:38:59 UTC 2009 Joe Hoffert * tests/Sequence_Iterators/Bounded_String.cpp: * tests/Sequence_Iterators/StringSeq.cpp: * tests/Sequence_Iterators/Unbounded_Objectref.cpp: * tests/Sequence_Iterators/Unbounded_Value.cpp: * tests/Sequence_Iterators/run_test.pl: Removed extraneous comments, uncommented code that causes crashes in Unbounded_Objectref, and added Perl preamble to run_test.pl so it will run on Linux. Mon Mar 23 19:33:25 UTC 2009 Olli Savia * tests/TransportCurrent/lib/Client_Request_Interceptor.cpp: Fixed compile warning. Mon Mar 23 19:05:25 UTC 2009 Jeff Parsons * tests/IDL_Inherited_Operation/*.*: New test, to guard against reoccurrence of an IDL compiler bug that resulted in base class operations missing from the operation table of code generated for a derived interface. Similar bug fixes are tested in the directory IDL_Test, but this bug can be detected only at runtime by a remote call, unlike any of the possible errors detectable by IDL_Test. The IDL compiler bug fix entry is Fri Mar 20 16:04:58 UTC 2009 Jeff Parsons Mon Mar 23 15:29:22 UTC 2009 Johnny Willemsen * tests/Sequence_Iterators/Bounded_String.cpp: * tests/Sequence_Iterators/StringSeq.cpp: * tests/Sequence_Iterators/Unbounded_Objectref.cpp: * tests/Sequence_Iterators/Unbounded_Value.cpp: Removed checked for ACE_WIN32 * tao/Generic_Sequence_T.h: * tao/MM_Sequence_Iterator_T.h: Made some constructors explicit to get the tests compiling on win32 Mon Mar 23 15:09:22 UTC 2009 Johnny Willemsen * tests/Sequence_Iterators/run_test.pl: Converted to the new test framework * tests/Transport_Cache_Manager/run_test.pl: Simplified * bin/tao_orb_tests.lst: Added new test Mon Mar 23 13:48:21 UTC 2009 Adam Mitz * rules.tao.GNU: Removed section specific to Win32/MinGW that set the make variable TAO_IDL_PREPROCESSOR to the full path to $(CXX). This is not needed, we can treat it like any other platform. Mon Mar 23 09:55:22 UTC 2009 Johnny Willemsen * tao/Bounded_Basic_String_Sequence_T.h * tao/Bounded_Object_Reference_Sequence_T.h * tao/Generic_Sequence_T.h * tao/Makefile.am * tao/MM_Sequence_Iterator_T.h * tao/orbconf.h * tao/tao.mpc * tao/Unbounded_Basic_String_Sequence_T.h * tao/Unbounded_Object_Reference_Sequence_T.h * tao/Unbounded_Value_Sequence_T.h * tests/Sequence_Iterators/* Added support for STL iterators for the CORBA sequences. This has been developed by Joe Hoffert The code is not 100% finished yet, some last memory leaks and portability issues are left. By merging this to svn head it is much easier to test the code on all the platforms. This feature is disabled by default, you have to define TAO_HAS_SEQUENCE_ITERATORS to 1 in your config.h file to enable this feature. Be aware that these STL iterators are a TAO specific addition and are not part of the CORBA C++ mapping Sat Mar 21 17:53:17 UTC 2009 Phil Mesnier * orbsvcs/orbsvcs/Notify/XML_Saver.cpp: * orbsvcs/tests/Notify/Persistent_Filter/Filter.cpp: Fix for running on wchar systems. Fri Mar 20 16:04:58 UTC 2009 Jeff Parsons * TAO_IDL/ast/ast_module.cpp(fe_add_interface_fwd): Fixed logic in setting the 'full_definition' member of a forward declared interface node, and other changes to make sure the memory management is still handled correctly. Thanks to Maxim Khon for reporting the problem of a derived inteface's operation table not containing base class operations, when a forward declaration of the base class interface occurs between the two full definitions, Fri Mar 20 10:01:22 UTC 2009 Johnny Willemsen * tao/ZIOP/ZIOP_ORBInitializer.cpp: * tao/ZIOP/ZIOP_Service_Context_Handler.cpp: * tao/ZIOP/ZIOP_Service_Context_Handler.h: Don't compile when we have no messaging Fri Mar 20 07:01:18 UTC 2009 Olli Savia * tests/Xt_Stopwatch/timer.h: * tests/Xt_Stopwatch/timer.cpp: Added virtual destructor to fix compile warning. Fri Mar 20 01:54:00 UTC 2009 Phil Mesnier * orbsvcs/tests/Notify/Validate_Client/Makefile.am: Fix for automake builds. Thu Mar 19 18:34:18 UTC 2009 Phil Mesnier * NEWS: * orbsvcs/Notify_Service/README: Add text to describe the new validate_client functionality. * orbsvcs/tests/Notify/Validate_Client/run_test.pl: clean up all the intermediate files at the end of the test. Thu Mar 19 15:16:22 UTC 2009 Johnny Willemsen * tao/MProfile.cpp: Const change * tao/Profile.cpp: Layout change * tao/ZIOP/ZIOP_ORBInitializer.cpp: * tao/ZIOP/ZIOP_Service_Context_Handler.cpp: * tao/ZIOP/ZIOP_Service_Context_Handler.h: Added a ZIOP sc handler that transfers the ZIOP enabled and idlevellist policy from the client to the server. These are transmitted through the Messaging Invocation Policies which aren't supported yet by TAO. We have to make some changes to the core and pluggable transports to make all reply and request service contexts available on all places. * tao/Makefile.am: Added new files Thu Mar 19 13:49:23 UTC 2009 Phil Mesnier * configure.ac: * orbsvcs/tests/Notify/Makefile.am: Add new build to the automake files. * orbsvcs/tests/Notify/Validate_Client/Makefile.am: * orbsvcs/tests/Notify/Validate_Client/README: * orbsvcs/tests/Notify/Validate_Client/Validate_Client.mpc: * orbsvcs/tests/Notify/Validate_Client/proxy_dummy.cpp: * orbsvcs/tests/Notify/Validate_Client/run_test.pl: Added a server that generates the persistence file for the notify service that is uses locally created references. This should ensure that the validator feature will actually get a OBJECT_NOT_EXIST exception rather than time out trying to resolve an unknown hostname. The problem with this test was the original source persistence file contained proxy references that were unresolvable, and so on some hosts, it took longer than the timeout period to fail to resolve, and this caused the validator to get a TIMEOUT exception and decide that the peer is still present, just busy. Thus the proxy would not be reaped, and the persistence file would end up with proxy references, causing the test to fail. * orbsvcs/tests/Notify/Validate_Client/persistency_copy: Removed this file, the source data file is generated now. Thu Mar 19 04:55:02 UTC 2009 Phil Mesnier * orbsvcs/orbsvcs/Notify/CosNotify_Service.cpp: * orbsvcs/orbsvcs/Notify/EventChannelFactory.h: * orbsvcs/orbsvcs/Notify/EventChannelFactory.cpp: Ensure the validator thread is explicitly halted on shutdown of the notify service. This was a problem on some platforms such as Solaris where the validator thread continued to run during service shutdown, yielding a crash. Thu Mar 19 03:02:52 UTC 2009 Phil Mesnier * orbsvcs/orbsvcs/Notify/ETCL_Filter.cpp: * orbsvcs/orbsvcs/Notify/ETCL_FilterFactory.cpp: Improve defense against the same pointer value coincidently being reused when allocating a filter servant. This occasionally happens in some of the test drivers, where the same notify service instance is reused although the specific event channel is destroyed after each test. Unfortunately the filter_POA is not, and could hold stale pointers. * orbsvcs/orbsvcs/Notify/POA_Helper.cpp: Cleaned up the debug output a bit. Wed Mar 18 19:04:22 UTC 2009 Johnny Willemsen * tao/Profile.cpp: Removed not used variable and check the return value of the streaming operators Wed Mar 18 13:13:22 UTC 2009 Johnny Willemsen * orbsvcs/IFR_Service/ifr_adding_visitor.cpp: Fixed wrong delete Wed Mar 18 13:00:22 UTC 2009 Johnny Willemsen * bin/tao_orb_tests.lst: Compression test can always run Wed Mar 18 09:51:22 UTC 2009 Johnny Willemsen * bin/tao_other_tests.lst: Disabled a few tests for WCHAR, the needed executables are not compiled Wed Mar 18 09:47:22 UTC 2009 Johnny Willemsen * examples/Advanced/ch_12/client.cpp * examples/Advanced/ch_18/client.cpp * examples/Advanced/ch_21/client.cpp * examples/Advanced/ch_8_and_10/client.cpp Use intermediate variable to resolve ambiguity errors with C++ Builder 2009 Wed Mar 18 07:55:22 UTC 2009 Johnny Willemsen * tests/RTCORBA/RTMutex/run_test.pl: Fixed this script Tue Mar 17 21:43:12 UTC 2009 Marcel Smit * tests/ZIOP/client.cpp: Removed unused variable. Tue Mar 17 19:28:21 UTC 2009 Phil Mesnier * orbsvcs/tests/Notify/Persistent_Filter/Makefile.am: Fix library paths for autobuild. Tue Mar 17 19:09:12 UTC 2009 Marcel Smit * tests/ZIOP/client.cpp: Resolved compiler warning. Tue Mar 17 15:26:12 UTC 2009 Marcel Smit * tao/Messaging/Asynch_Reply_Dispatcher.cpp: Corrected misspelled log messages. * tests/ZIOP/TestCompressor/TestCompressor.cpp: Resolved compiler warnings on Solaris. Tue Mar 17 10:09:22 UTC 2009 Johnny Willemsen * orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.cpp: * orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.h: * tao/BiDir_GIOP/BiDir_Service_Context_Handler.cpp: * tao/BiDir_GIOP/BiDir_Service_Context_Handler.h: * tao/Codeset/Codeset_Manager_i.cpp: * tao/Codeset/Codeset_Manager_i.h: * tao/Codeset_Manager.h: * tao/DiffServPolicy/DiffServ_Protocols_Hooks.cpp: * tao/DiffServPolicy/DiffServ_Protocols_Hooks.h: * tao/DiffServPolicy/DiffServ_Service_Context_Handler.cpp: * tao/DiffServPolicy/DiffServ_Service_Context_Handler.h: * tao/DiffServPolicy/DiffServPolicy_ORBInitializer.cpp: * tao/GIOP_Message_Base.cpp: * tao/IIOP_Transport.cpp: * tao/IIOP_Transport.h: * tao/IORManipulation/IORManip_IIOP_Filter.cpp: * tao/LocateRequest_Invocation.cpp: * tao/Makefile.am: * tao/Network_Priority_Protocols_Hooks.h: * tao/ORB_Core.cpp: * tao/ORB_Core.h: * tao/Protocols_Hooks.h: * tao/Remote_Invocation.cpp: * tao/Remote_Invocation.h: * tao/RTCORBA/RT_Endpoint_Selector_Factory.h: * tao/RTCORBA/RT_ORBInitializer.cpp: * tao/RTCORBA/RT_Protocols_Hooks.cpp: * tao/RTCORBA/RT_Protocols_Hooks.h: * tao/RTCORBA/RT_Service_Context_Handler.cpp: * tao/RTCORBA/RT_Service_Context_Handler.h: * tao/RTCORBA/RT_Thread_Lane_Resources_Manager.h: * tao/Service_Context_Handler.h: * tao/Service_Context_Handler_Registry.cpp: * tao/Service_Context_Handler_Registry.h: * tao/Strategies/SCIOP_Transport.cpp: * tao/Strategies/SCIOP_Transport.h: * tao/Transport.cpp: * tao/Transport.h: * tao/TypeCodeFactory/TypeCodeFactory_i.cpp: Refactored BiDir/Diffserv/RTCORBA/Codeset support. The service contexts are now generated by the specific service context handlers. This way the special RTCORBA/Diffserv hooks are removed from the code, generating the service contexts is now a generic solution. In the near future we will also rework the handling of those service contexts. The generation of the BiDIR service context is now also moved out of the specific transports Tue Mar 17 05:25:49 UTC 2009 Phil Mesnier * tests/RTCORBA/Collocation/run_test.pl: Fuzz fix. Mon Mar 16 19:26:32 UTC 2009 Phil Mesnier * configure.ac: Added missing declaration for new orbsvcs/Notify test directory. Mon Mar 16 19:17:22 UTC 2009 Johnny Willemsen * tests/RTCORBA/Collocation/run_test.pl: * tests/RTCORBA/ORB_init/run_test.pl: * tests/RTCORBA/RTMutex/run_test.pl: * bin/tao_orb_tests.lst: Converted to the new test framework Mon Mar 16 18:35:09 UTC 2009 Marcel Smit * tao/Compression/zlib/ZlibCompressor.cpp: Fixed error when compressing a small number of bytes. It should be compliant to ZLib spec now. * tests/Compression/bzip2server.cpp: * tests/Compression/lzoserver.cpp: * tests/Compression/zlibserver.cpp: Extended tests with compression of a small number of bytes. Mon Mar 16 16:31:25 UTC 2009 Marcel Smit * tao/Compression/bzip2/Bzip2Compressor.cpp: Fix issue when compressing just a few bytes. * tao/GIOP_Message_Base.cpp: Fixed logging errors. * tao/ZIOP/ZIOP.cpp: * tao/ZIOP/ZIOP.h: Optimized log information. Better handling of exceptions/return values (GIOP should be used). * tests/ZIOP/TestCompressor: * tests/ZIOP/testcompressor.mpb: * tests/ZIOP/TestCompressor/TAO_TestCompressor.pc.in: * tests/ZIOP/TestCompressor/TAO_TestCompressor.rc: * tests/ZIOP/TestCompressor/TestCompressor.cpp: * tests/ZIOP/TestCompressor/TestCompressor.h: * tests/ZIOP/TestCompressor/TestCompressor_export.h: * tests/ZIOP/TestCompressor/TestCompressor_Factory.cpp: * tests/ZIOP/TestCompressor/TestCompressor_Factory.h: * tests/ZIOP/ZIOP.mpc: Added testcompressor. This compressor just throws compression and decompression exceptions. These exception should be handled properly by ZIOP. * tests/ZIOP/client.cpp: * tests/ZIOP/run_test.pl: * tests/ZIOP/server.cpp: Optimized tests. Refactored code by using functions. Optimized tests when TAO_HAS_ZIOP define is zero or not defined. Added test compressor. Mon Mar 16 15:52:33 UTC 2009 Jeff Parsons * TAO_IDL/be/be_enum.cpp(gen_ostream_operator): For the (optional) generation of an ostream operator for enums, changed the code generation to use the actual enum value for the switch cases, rather than the equivalent integers. Thanks to Johnny Willemsen for reporting the bug. This fix closes [BUGID:3625]. Mon Mar 16 15:27:22 UTC 2009 Johnny Willemsen * tao/Thread_Lane_Resources_Manager.h: * tao/Asynch_Reply_Dispatcher_Base.h: Added private copy constructor/assignment operator to prevent making a copy which leads to a double delete Mon Mar 16 15:12:22 UTC 2009 Johnny Willemsen * tao/Fault_Tolerance_Service.h: * tao/IIOP_Acceptor.h: * tao/LF_Event_Binder.h: * tao/LF_Multi_Event.h: * tao/ObjectKey_Table.h: * tao/Policy_Validator.h: * tao/Profile_Transport_Resolver.h: Added private copy constructor/assignment operator to prevent making a copy which leads to a double delete * tao/Resume_Handle.inl: Check for self assignment Mon Mar 16 14:58:22 UTC 2009 Johnny Willemsen * tests/DiffServ/run_test.pl * bin/tao_orb_tests.lst: Converted to the new test framework Mon Mar 16 13:08:22 UTC 2009 Johnny Willemsen * tao/Adapter_Registry.h: * tao/Asynch_Queued_Message.h: * tao/Connection_Handler.h: * tao/IIOP_Connector.cpp: * tao/Muxed_TMS.h: Added private copy constructor/assignment operator to prevent making a copy which leads to a double delete * tao/IIOP_Endpoint.cpp: * tao/Transport_Selection_Guard.h: Check for self assignment Mon Mar 16 12:44:49 UTC 2009 Simon McQueen * bin/tao_orb_tests.lst: * bin/tao_other_tests.lst: Added bug #3598 tests. Mon Mar 16 11:50:22 UTC 2009 Johnny Willemsen * tests/RTCORBA/Client_Propagated/run_test.pl: Fixed fuzz errors Mon Mar 16 11:36:58 UTC 2009 Simon McQueen * orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp: Remove uninterceptable exception. * orbsvcs/tests/Bug_3598b_Regression/Bug_3598b_Regression.mpc: * orbsvcs/tests/Bug_3598b_Regression/ClientORBInitializer.h: * orbsvcs/tests/Bug_3598b_Regression/ClientORBInitializer.cpp: * orbsvcs/tests/Bug_3598b_Regression/ClientRequest_Interceptor.h: * orbsvcs/tests/Bug_3598b_Regression/ClientRequest_Interceptor.cpp: * orbsvcs/tests/Bug_3598b_Regression/Hello.h: * orbsvcs/tests/Bug_3598b_Regression/Hello.cpp: * orbsvcs/tests/Bug_3598b_Regression/README: * orbsvcs/tests/Bug_3598b_Regression/Test.idl: * orbsvcs/tests/Bug_3598b_Regression/client.cpp: * orbsvcs/tests/Bug_3598b_Regression/run_test.pl: * orbsvcs/tests/Bug_3598b_Regression/server.cpp: Regression test for the above. * tao/Strategies/Optimized_Connection_Endpoint_Selector.cpp: Remove uninterceptable exception. * tests/Bug_3598a_Regression/Bug_3598a_Regression.mpc: * tests/Bug_3598a_Regression/ClientORBInitializer.h: * tests/Bug_3598a_Regression/ClientORBInitializer.cpp: * tests/Bug_3598a_Regression/ClientRequest_Interceptor.h: * tests/Bug_3598a_Regression/ClientRequest_Interceptor.cpp: * tests/Bug_3598a_Regression/Hello.h: * tests/Bug_3598a_Regression/Hello.cpp: * tests/Bug_3598a_Regression/README: * tests/Bug_3598a_Regression/Test.idl: * tests/Bug_3598a_Regression/client.cpp: * tests/Bug_3598a_Regression/run_test.pl: * tests/Bug_3598a_Regression/server.cpp: * tests/Bug_3598a_Regression/svc.conf: Regression test for the above. Mon Mar 16 08:54:22 UTC 2009 Johnny Willemsen * tao/RTCORBA/RT_Invocation_Endpoint_Selectors.cpp: Use CORBA::is_nil and small optimizations * tao/DynamicInterface/DII_Reply_Dispatcher.h: * tao/Codeset/Codeset.cpp: Layout changes Mon Mar 16 08:34:22 UTC 2009 Johnny Willemsen * tao/Exclusive_TMS.h: * tao/Muxed_TMS.h: Added forward declaration * tao/Policy_Set.cpp: Layout changes * tao/Profile.cpp: Fixed 64bit issue, use operator! * tao/Synch_Invocation.cpp: * tao/RTPortableServer/RT_Servant_Dispatcher.cpp: Use operator! Mon Mar 16 08:26:22 UTC 2009 Johnny Willemsen * tests/RTCORBA/Client_Propagated/run_test.pl: Converted to the new test framework * bin/tao_orb_tests.lst: Enabled Client_Propagated test for WinCE/FUZZ/Labview Mon Mar 16 07:56:22 UTC 2009 Johnny Willemsen * orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp: * orbsvcs/orbsvcs/FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp: Layout, const, and use operator! changes Mon Mar 16 07:54:22 UTC 2009 Johnny Willemsen * orbsvcs/orbsvcs/Event/EC_Thread_Flags.cpp: * orbsvcs/orbsvcs/Event/ECG_UDP_Receiver.cpp: Unicode fixes Sun Mar 15 19:50:41 UTC 2009 Olli Savia * orbsvcs/orbsvcs/Notify/ETCL_FilterFactory.cpp: * orbsvcs/tests/Notify/Test_Filter/RT_Test_FilterFactory.cpp: Fixed compile warnings. Sun Mar 15 18:39:22 UTC 2009 Johnny Willemsen * TAO_IDL/tao_idl.mpc: Added $TAO_ROOT to the includes to pull in rules.tao.GNU which results in all TAO_IDL libs to get the TAO version number. This fixes bugzilla 3395 Sat Mar 14 13:29:22 UTC 2009 Phil Mesnier * orbsvcs/tests/Notify/Test_Filter/RT_Test_FilterFactory.h: * orbsvcs/tests/Notify/Test_Filter/RT_Test_FilterFactory.cpp: Added new virtual function required by change to Notify/FilterFactory.h. Fri Mar 13 23:26:08 UTC 2009 Phil Mesnier * orbsvcs/orbsvcs/Notify/ETCL_FilterFactory.h: * orbsvcs/orbsvcs/Notify/ETCL_FilterFactory.cpp: * orbsvcs/orbsvcs/Notify/EventChannel.h: * orbsvcs/orbsvcs/Notify/EventChannel.cpp: * orbsvcs/orbsvcs/Notify/FilterFactory.h: Fix for recent uptick in Notify test failures. The problem is that now each EC gets its own filter factory instance, and in the tests, a single notify service has multiple ECs being created and destroyed, and cleaning up the FilterFactory servant reference. On occasion, a new filter factory servant instance would be allocated at the same address as a previous one, which caused the POA to believe the servant was already active. The solution is to deactivate the FilterFactory object when done with it rather than explicitly deleting the servant. This way if the builder ever does want to legitemately reuse a common servant, that should work too. Fri Mar 13 08:01:54 UTC 2009 Johnny Willemsen * examples/Advanced/ch_8_and_10/server.cpp: Disable the server project again Thu Mar 12 20:36:47 UTC 2009 Olli Savia * orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.cpp: * orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.cpp: Fixed compile errors on LynxOS 4.0 with gcc 2.95. Thu Mar 12 12:45:05 UTC 2009 Olli Savia * docs/tutorials/Quoter/RTCORBA/StockNameConsumer_i.cpp: * examples/Simple/Simple_util.cpp: Fixed compile warnings. Thu Mar 12 08:42:59 UTC 2009 Vladimir Zykov * orbsvcs/tests/InterfaceRepo/Application_Test/Makefile.am: Fixed a compile/link problem on autoconf builds. My previous attepmts were unlucky because I added missing include/libs to a wrong executable. Thu Mar 12 07:53:36 UTC 2009 Olli Savia * tests/Bug_2953_Regression/server.cpp: Fixed compile warning. Thu Mar 12 07:42:57 UTC 2009 Marcel Smit * tao/GIOP_Message_Base.cpp: * tao/Transport.cpp: * tao/ZIOP/ZIOP.cpp: Refactored decompression of large data blocks. * tao/GIOP_Message_State.cpp: * tao/GIOP_Message_State.h: * tao/GIOP_Message_State.inl: Always set the compressed flag. Now, a ZIOP client connecting to a non-ZIOP server receives an exception. * tao/ZIOP/ZIOP_Policy_i.cpp: Return the compressor ID/Level list instead of a copy of this list. * tao/ZIOP/ZIOP_Stub.cpp: Refactored. Make a copy of an existing policy instead of creating a new one. * tests/ZIOP/client.cpp: Refactored. Extended tests. * tests/ZIOP/Hello.cpp: * tests/ZIOP/server.cpp: * tests/ZIOP/ZIOP.mpc: Extended tests. Wed Mar 11 22:14:04 UTC 2009 Phil Mesnier * tao/ZIOP/ZIOP.cpp: Fix for wchar builds. Wed Mar 11 19:40:38 UTC 2009 Olli Savia * orbsvcs/tests/Notify/Bug_1884_Regression/common.h: * orbsvcs/tests/Notify/Bug_1884_Regression/filter.cpp: Fixed compile warnings. Wed Mar 11 18:54:54 UTC 2009 Johnny Willemsen * MPC/config/taobaseidldefaults.mpb: Added build_files as base project, that way also the mpc/mwc files are added to the generated solution. This way we see in the ms ide also for custom idl projects the mpc files. Thanks to Adam Mitz for suggesting this solution Wed Mar 11 07:39:54 UTC 2009 Johnny Willemsen * examples/Advanced/ch_12/icp.cpp * examples/Advanced/ch_18/icp.cpp * examples/Advanced/ch_21/icp.cpp * examples/Advanced/ch_8_and_10/icp.cpp Always use ACE_OS::rand Wed Mar 11 07:20:54 UTC 2009 Johnny Willemsen * examples/Advanced/ch_12/Advanced_ch_12.mpc * examples/Advanced/ch_18/Advanced_ch_18.mpc * examples/Advanced/ch_21/Advanced_ch_21.mpc Disabled server project for the moment * examples/Advanced/ch_21/server.cpp: Fixed compile warning Tue Mar 10 23:56:26 UTC 2009 Yan Dai * orbsvcs/tests/Notify/Persistent_Filter/Filter.cpp: Added delay to synchronize supplier and consumer to avoid test failure due to lost events. Tue Mar 10 19:05:54 UTC 2009 Johnny Willemsen * tao/GIOP_Message_Generator_Parser_12.cpp: Check return values of write_ulong * tao/IIOP_Transport.cpp: Use operator! Tue Mar 10 18:47:54 UTC 2009 Johnny Willemsen * tao/GIOP_Message_Base.cpp: Fixed unicode compile error Tue Mar 10 14:18:19 UTC 2009 Marcel Smit * tao/GIOP_Message_Base.cpp: Optimized logging when ZIOP is not enabled. * tao/ZIOP/ZIOP.cpp: * tao/ZIOP/ZIOP_Stub.cpp: Implemented CompressorIdLevelList policy. On the client ZIOP checks which compressor should be used. Bug 3619 is added since a ZIOP server has no idea of the client CompressorIdLevelList policy at this moment. A ZIOP client should always implement at least one ZIOP server CompressorIdLevelList policy. Tue Mar 10 10:20:54 UTC 2009 Johnny Willemsen * tao/Codeset/Codeset_Manager_i.cpp: Retrieve the locale as string and add that to the debug messages. Tue Mar 10 09:11:54 UTC 2009 Marcel Smit * tao/ZIOP/ZIOP.cpp: * tao/ZIOP/ZIOP.h: * utils/catior/catior.cpp: Moved ziop_compressor_name to Ziop loader class. Made this function static. Tue Mar 10 08:46:08 UTC 2009 Marcel Smit * tao/GIOP_Message_Base.cpp: Resolved compiler warning. Tue Mar 10 08:22:08 UTC 2009 Marcel Smit * tao/GIOP_Message_Base.cpp: * tao/GIOP_Message_Base.h: * tao/ZIOP/ZIOP.cpp: * tao/ZIOP/ZIOP.h: * utils/catior/catior.cpp: Resolved bugzilla 3611. ZIOP logging according to TAO standard. More log info regarding compression details. Tue Mar 10 07:05:08 UTC 2009 Johnny Willemsen * examples/Advanced/ch_12/client.cpp * examples/Advanced/ch_12/server.cpp * examples/Advanced/ch_18/Advanced_ch_18.mpc * examples/Advanced/ch_18/client.cpp * examples/Advanced/ch_18/server.cpp * examples/Advanced/ch_21/Advanced_ch_21.mpc * examples/Advanced/ch_21/client.cpp * examples/Advanced/ch_21/server.cpp Fixed compile issues Mon Mar 9 22:06:29 UTC 2009 Phil Mesnier * orbsvcs/tests/Notify/Bug_1884_Regression/consumer.cpp: more wchar fixes. Mon Mar 9 21:06:36 UTC 2009 Yan Dai * bin/tao_other_tests.lst: * orbsvcs/tests/Notify/Validate_Client/README: * orbsvcs/tests/Notify/Validate_Client/notify.conf: * orbsvcs/tests/Notify/Validate_Client/persistency_copy: * orbsvcs/tests/Notify/Validate_Client/run_test.pl: Added test for Notify_Service client connection validation feature. * bin/tao_other_tests.lst: Added Notify Validate_Client test. Mon Mar 9 19:08:39 UTC 2009 Olli Savia * docs/tutorials/Quoter/RTCORBA/StockQuoter.mpc: Changed RTCORBA_Quoter_Admin to depend on rt_server rather than rt_client. This isn't quite right but it fixes nasty linking problem on LynxOS and doesn't do any harm on other platforms. Mon Mar 9 14:04:35 UTC 2009 Phil Mesnier * orbsvcs/tests/InterfaceRepo/Application_Test/Makefile.am: Added missing include directories for server build. * orbsvcs/tests/Notify/Bug_1884_Regression/common.h: * orbsvcs/tests/Notify/Bug_1884_Regression/consumer.cpp: * orbsvcs/tests/Notify/Bug_1884_Regression/filter.cpp: * orbsvcs/tests/Notify/Bug_1884_Regression/supplier.cpp: Clean up fuzz errors. Mon Mar 9 13:39:08 UTC 2009 Johnny Willemsen * etc/*: Added all TAO doxygen files * Release Added etc directory Mon Mar 9 11:21:08 UTC 2009 Johnny Willemsen * examples/Advanced/ch_12/Advanced_ch_12.mpc * examples/Advanced/ch_12/client.cpp * examples/Advanced/ch_12/icp.cpp * examples/Advanced/ch_12/icp.h * examples/Advanced/ch_12/server.cpp * examples/Advanced/ch_12/server.h * examples/Advanced/ch_18/Advanced_ch_18.mpc * examples/Advanced/ch_18/client.cpp * examples/Advanced/ch_18/icp.cpp * examples/Advanced/ch_18/icp.h * examples/Advanced/ch_18/server.cpp * examples/Advanced/ch_18/server.h * examples/Advanced/ch_21/Advanced_ch_21.mpc * examples/Advanced/ch_21/client.cpp * examples/Advanced/ch_21/icp.cpp * examples/Advanced/ch_21/icp.h * examples/Advanced/ch_21/server.cpp * examples/Advanced/ch_21/server.h * examples/Advanced/ch_8_and_10/Advanced_ch_8_and_10.mpc * examples/Advanced/ch_8_and_10/client.cpp * examples/Advanced/ch_8_and_10/icp.cpp * examples/Advanced/ch_8_and_10/icp.h * examples/Advanced/ch_8_and_10/server.cpp Added missing mpc files, missing includes, use long instead of short to resolve convertion warnings. Mon Mar 9 07:16:08 UTC 2009 Johnny Willemsen * docs/ZIOP.pdf: Removed, the ZIOP spec is now available at the OMG website as ptc/09-01-03 * MPC/config/bzip2compressor.mpb: * MPC/config/lzocompressor.mpb: new base projects * MPC/config/tao_versioning_idl_defaults.mpb No need to add after TAO_IDL_EXE, that is already in the base project Mon Mar 9 07:05:37 UTC 2009 Yan Dai * orbsvcs/orbsvcs/Notify/ETCL_Filter.cpp: * orbsvcs/orbsvcs/Notify/EventType.h: * orbsvcs/orbsvcs/Notify/Notify_Constraint_Interpreter.h: * orbsvcs/orbsvcs/Notify/Notify_Constraint_Interpreter.cpp: Fixed Bugzilla #1884 - reconstruct the constraint expression with event type and the expression provided by user so the event types of a constraint are evaluated as well. * orbsvcs/tests/Notify/Bug_1884_Regression/Bug_1884_Regression.mpc: * orbsvcs/tests/Notify/Bug_1884_Regression/common.h: * orbsvcs/tests/Notify/Bug_1884_Regression/consumer.cpp: * orbsvcs/tests/Notify/Bug_1884_Regression/ecf.conf: * orbsvcs/tests/Notify/Bug_1884_Regression/filter.cpp: * orbsvcs/tests/Notify/Bug_1884_Regression/run_test.pl: * orbsvcs/tests/Notify/Bug_1884_Regression/supplier.cpp: Added new regression test. * bin/tao_other_tests.lst: Added Bugzilla #1884 test. Mon Mar 9 07:08:08 UTC 2009 Johnny Willemsen * tao/Compression/bzip2/Bzip2Compressor.cpp: Removed old comment * tao/Compression/lzo/LzoCompressor.cpp: * tao/Compression/lzo/LzoCompressor_Factory.cpp: Updated includes, now this also compiles on windows with lzo * tao/LzoCompressor.mpc: Use lzo1 * tests/Compression/bzip2server.cpp * tests/Compression/Compression_Test.mpc * tests/Compression/lzoserver.cpp * tests/Compression/run_test.pl * tests/Compression/server.cpp * tests/Compression/zlibserver.cpp Test bzip2/lzo/zlib independently. * tests/IDL_Test/IDL_Test.mpc: Moved idl files to their own project and list then all source files explicitly. Now we can build this project with incredibuild * tests/DIOP/client.cpp: prefix increment and layout change Sun Mar 8 19:20:08 UTC 2009 Johnny Willemsen * Compression/zlib/ZlibCompressor.cpp: Also retrieve error string * Compression/bzip2/Bzip2Compressor.cpp: Fixed call to the bzip2 library Sun Mar 8 14:41:44 UTC 2009 Phil Mesnier * MPC/config/notification_serv.mpb: Add dependency on messaging lib that was introduced by the new notification feature for validating notification peers. Sun Mar 8 00:12:06 UTC 2009 Phil Mesnier * orbsvcs/orbsvcs/Makefile.am: Added new Notify svc source file. * orbsvcs/tests/Notify/Makefile.am: * orbsvcs/tests/Notify/Persistent_Filter/Makefile.am: Added new Persistent_Filter test. Sat Mar 7 20:54:08 UTC 2009 Johnny Willemsen * utils/catior/catior.cpp: Extended output for ZIOP and check more return values Sat Mar 7 18:55:08 UTC 2009 Johnny Willemsen * tests/Bug_3553_Regression/Bug_3553_Regression.mpc: * bin/tao_orb_tests.lst: Don't build this with corba/e micro Sat Mar 7 16:51:20 UTC 2009 Phil Mesnier * orbsvcs/tests/Notify/Persistent_Filter/Filter.h: * orbsvcs/tests/Notify/Persistent_Filter/Filter.cpp: Fix wchar support. Sat Mar 7 14:54:08 UTC 2009 Johnny Willemsen * tao/RTScheduler.mpc Also disable the idl project with CORBA/e micro Fri Mar 6 19:49:08 UTC 2009 Johnny Willemsen * tests/Bug_3553_Regression/Bug_3553_Regression.mpc: * tests/Bug_3553_Regression/TransportCache.mpc: Renamed mpc file * tests/Bug_3553_Regression/Bug_3553_Regression_client.cpp: * tests/Bug_3553_Regression/Bug_3553_Regression_server.cpp: Fixed compile errors/warnings Fri Mar 6 18:53:08 UTC 2009 Johnny Willemsen * tao/RTPortableServer.mpc: Also disable the idl project with CORBA/e micro Fri Mar 6 17:28:09 UTC 2009 Adam Mitz * tao/DynamicInterface/DII_Invocation_Adapter.cpp: This is an extension of the change in: Mon Sep 1 20:18:51 UTC 2008 Ciju John There are two classes in this file, DII_Invocation_Adapter and DII_Deferred_Invocation_Adapter. This commit applies the same change to DII_Deferred_Invocation_Adapter. Fri Mar 6 07:41:08 UTC 2009 Johnny Willemsen * tao/Messaging.mpc Added missing file Thu Mar 5 23:54:00 UTC 2009 Phil Mesnier * orbsvcs/orbsvcs/Notify/Validate_Client_Task.h: Correct build issue related to versioned namespace. Thu Mar 5 20:39:56 UTC 2009 Marcel Smit * tao/ZIOP/ZIOP.cpp Resolved compiler warning Thu Mar 5 19:56:32 UTC 2009 Yan Dai * orbsvcs/orbsvcs/Notify/Admin.cpp: * orbsvcs/orbsvcs/Notify/EventChannel.h: * orbsvcs/orbsvcs/Notify/EventChannel.cpp: * orbsvcs/orbsvcs/Notify/EventChannelFactory.h: * orbsvcs/orbsvcs/Notify/EventChannelFactory.cpp: * orbsvcs/orbsvcs/Notify/FilterAdmin.h: * orbsvcs/orbsvcs/Notify/FilterAdmin.cpp: * orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp: * orbsvcs/orbsvcs/Notify/ProxySupplier.cpp: - Reverted to following commit to have filter factory per event channel. Mon Mar 17 13:39:57 UTC 2008 Johnny Willemsen * orbsvcs/orbsvcs/Notify/EventChannel.cpp: * orbsvcs/orbsvcs/Notify/EventChannel.h: Create a filter factory for each event channel instead of a global singleton - Updated to persist filter factory as part of event channel. * orbsvcs/tests/Notify/Persistent_Filter/run_test.pl: Minor fix. * bin/tao_orb_tests.lst: Added Persistent_Filter test. Thu Mar 5 19:20:47 UTC 2009 Marcel Smit * tao/Compression/Base_Compressor.cpp: Resolved error in calculating compression ratio. * tao/ZIOP/ZIOP.cpp: * tao/ZIOP/ZIOP.h: Acceptance of compression ratio is now based on the current compression ratio in stead of overall compression ratio. Thu Mar 5 18:59:08 UTC 2009 Johnny Willemsen * tao/RTCORBA.mpc Made idl projects unique to resolve name clashes Thu Mar 5 17:43:08 UTC 2009 Johnny Willemsen * tao/EndpointPolicy.mpc * tao/IORTable.mpc * tao/Strategies.mpc * tao/ZIOP.mpc Made idl projects unique to resolve name clashes Thu Mar 5 10:22:08 UTC 2009 Marcel Smit * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushConsumer.cpp: * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.cpp: Resolved compiler errors. Thu Mar 5 10:22:08 UTC 2009 Johnny Willemsen * tao/AnyTypeCode.mpc * tao/BiDir_GIOP.mpc * tao/Bzip2Compressor.mpc * tao/CodecFactory.mpc * tao/Codeset.mpc * tao/Compression.mpc * tao/CSD_Framework.mpc * tao/DiffServPolicy.mpc * tao/DynamicAny.mpc * tao/DynamicInterface.mpc * tao/EndpointPolicy.mpc * tao/FlResource.mpc * tao/FoxResource.mpc * tao/IFR_Client.mpc * tao/IIOP_Profile.cpp * tao/ImR_Client.mpc * tao/IORInterceptor.mpc * tao/IORManipulation.mpc * tao/IORTable.mpc * tao/LzoCompressor.mpc * tao/Messaging.mpc * tao/Monitor.mpc * tao/ObjRefTemplate.mpc * tao/PI.mpc * tao/PI_Server.mpc * tao/PortableServer.mpc * tao/QtResource.mpc * tao/RTCORBA.mpc * tao/RTPortableServer.mpc * tao/RTScheduler.mpc * tao/SmartProxies.mpc * tao/Strategies.mpc * tao/tao.mpc * tao/TC.mpc * tao/TC_IIOP.mpc * tao/TkResource.mpc * tao/TypeCodeFactory.mpc * tao/Valuetype.mpc * tao/XtResource.mpc * tao/ZIOP.mpc * tao/ZlibCompressor.mpc Use a seperate project for the idl files. This way a clean on a source project doesn't result in the regeneration of all idl files. Also this solves the dependency problem when using Incredibuild * tao/EndpointPolicy/EndpointPolicy_Factory.cpp: Initialise pointer with 0 * tao/RTScheduling/RTScheduler.pidl: Changed PI include * tao/Seq_Out_T.h: Layout change Thu Mar 5 07:36:08 UTC 2009 Marcel Smit * tao/GIOP_Message_Base.cpp * tao/GIOP_Message_Base.h * tao/ZIOP/ZIOP.cpp * tao/ZIOP/ZIOP.h * tao/ZIOP_Adapter.h Reverted last changes. Resolved memory leak and assert error during release of an ACE_Data_Block. * tao/Transport.cpp No need to set read write pointer correctly. ZIOP is responsible for that. * tests/ZIOP/client.cpp Enabled all tests again * tests/Bug_3553_Regression/Bug_3553_Regression_client.cpp * tests/Bug_3553_Regression/Bug_3553_Regression_server.cpp Reverted last changes. Compiler errors should be resolved. Wed Mar 4 22:40:08 UTC 2009 Phil Mesnier * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushConsumer.cpp: * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.cpp: And one more fix to the messup from the previous fix. Wed Mar 4 20:56:50 UTC 2009 Phil Mesnier * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushConsumer.cpp: * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.cpp: Fuzz fix. Wed Mar 4 20:54:01 UTC 2009 Phil Mesnier * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushConsumer.cpp: * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.cpp: Clean up debug messages for wchar support. Wed Mar 4 17:41:53 UTC 2009 Phil Mesnier * orbsvcs/orbsvcs/Notify/ETCL_Filter.cpp: * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp: Clean up debug messages for wchar support. Wed Mar 2 13:13:29 UTC 2009 Marcel Smit * tests/Bug_3553_Regression/Bug_3553_Regression_client.cpp: * tests/Bug_3553_Regression/Bug_3553_Regression_server.cpp: Resolved compiler errors and warnings. Wed Mar 4 03:04:05 UTC 2009 Phil Mesnier * orbsvcs/Notify_Service/Notify_Service.cpp: * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.cpp: * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushSupplier.cpp: * orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp: * orbsvcs/orbsvcs/Notify/Any/ProxyPushSupplier.cpp: * orbsvcs/orbsvcs/Notify/Consumer.h: * orbsvcs/orbsvcs/Notify/ETCL_Filter.cpp: * orbsvcs/orbsvcs/Notify/ETCL_FilterFactory.h: * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp: * orbsvcs/orbsvcs/Notify/ProxyConsumer.h: * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.cpp: * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushConsumer.cpp: * orbsvcs/orbsvcs/Notify/Validate_Client_Task.cpp: Fuzz fixes. Tue Mar 3 23:11:40 UTC 2009 Phil Mesnier * orbsvcs/tests/Notify/Persistent_Filter/Filter.cpp: Silence warnings on nondebug builds. Tue Mar 3 21:12:10 UTC 2009 Phil Mesnier * orbsvcs/Notify_Service/Notify_Service.cpp: * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.cpp: * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushSupplier.cpp: * orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp: * orbsvcs/orbsvcs/Notify/Any/ProxyPushSupplier.cpp: * orbsvcs/orbsvcs/Notify/CosNotify_Service.cpp: * orbsvcs/orbsvcs/Notify/ETCL_Filter.cpp: * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp: * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.cpp: * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushConsumer.cpp: Fix debug output formatting for wchar consistency. Tue Mar 3 13:01:25 UTC 2009 Johnny Willemsen * tests/Bug_3547_Regression/Stock_Quoter_Client.cpp: Added a worker thread Tue Mar 3 12:31:25 UTC 2009 Johnny Willemsen * tao/Strategies/DIOP_Acceptor.cpp * tao/Strategies/DIOP_Connection_Handler.cpp * tao/Strategies/SCIOP_Acceptor.cpp * tao/Strategies/SCIOP_Connection_Handler.cpp * tao/Strategies/SCIOP_Connector.cpp * tao/Strategies/UIOP_Acceptor.cpp * tao/Strategies/UIOP_Connection_Handler.cpp * tao/Strategies/UIOP_Connector.cpp Unicode fixes Mon Mar 2 07:22:25 UTC 2009 Marcel Smit * tests/Bug_3553_Regression/Bug_3553_Regression_client.cpp: * tests/Bug_3553_Regression/Bug_3553_Regression_server.cpp: Resolved compiler error on WinCE target. Mon Mar 2 22:48:25 UTC 2009 Phil Mesnier * orbsvcs/Notify_Service/Notify_Service.h: * orbsvcs/Notify_Service/Notify_Service.cpp: * orbsvcs/orbsvcs/CosNotification.mpc: * orbsvcs/orbsvcs/Notify/Admin.h: * orbsvcs/orbsvcs/Notify/Admin.cpp: * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.h: * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.cpp: * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushSupplier.h: * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushSupplier.cpp: * orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.h: * orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp: * orbsvcs/orbsvcs/Notify/Any/ProxyPushSupplier.h: * orbsvcs/orbsvcs/Notify/Any/ProxyPushSupplier.cpp: * orbsvcs/orbsvcs/Notify/Any/PushConsumer.h: * orbsvcs/orbsvcs/Notify/Any/PushConsumer.cpp: * orbsvcs/orbsvcs/Notify/Any/PushSupplier.h: * orbsvcs/orbsvcs/Notify/Any/PushSupplier.cpp: * orbsvcs/orbsvcs/Notify/Builder.h: * orbsvcs/orbsvcs/Notify/Builder.cpp: * orbsvcs/orbsvcs/Notify/Consumer.h: * orbsvcs/orbsvcs/Notify/Consumer.cpp: * orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp: * orbsvcs/orbsvcs/Notify/CosNotify_Service.cpp: * orbsvcs/orbsvcs/Notify/ETCL_Filter.h: * orbsvcs/orbsvcs/Notify/ETCL_Filter.cpp: * orbsvcs/orbsvcs/Notify/ETCL_FilterFactory.h: * orbsvcs/orbsvcs/Notify/ETCL_FilterFactory.cpp: * orbsvcs/orbsvcs/Notify/EventChannel.h: * orbsvcs/orbsvcs/Notify/EventChannel.cpp: * orbsvcs/orbsvcs/Notify/EventChannelFactory.h: * orbsvcs/orbsvcs/Notify/EventChannelFactory.cpp: * orbsvcs/orbsvcs/Notify/FilterAdmin.h: * orbsvcs/orbsvcs/Notify/FilterAdmin.cpp: * orbsvcs/orbsvcs/Notify/FilterFactory.h: * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp: * orbsvcs/orbsvcs/Notify/Properties.h: * orbsvcs/orbsvcs/Notify/Properties.inl: * orbsvcs/orbsvcs/Notify/Properties.cpp: * orbsvcs/orbsvcs/Notify/Proxy.h: * orbsvcs/orbsvcs/Notify/ProxyConsumer.h: * orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp: * orbsvcs/orbsvcs/Notify/ProxySupplier.h: * orbsvcs/orbsvcs/Notify/ProxySupplier.cpp: * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushConsumer.h: * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushConsumer.cpp: * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.h: * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.cpp: * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.h: * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.cpp: * orbsvcs/orbsvcs/Notify/Sequence/SequencePushSupplier.h: * orbsvcs/orbsvcs/Notify/Sequence/SequencePushSupplier.cpp: * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushConsumer.h: * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushConsumer.cpp: * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.h: * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.cpp: * orbsvcs/orbsvcs/Notify/Structured/StructuredPushConsumer.h: * orbsvcs/orbsvcs/Notify/Structured/StructuredPushConsumer.cpp: * orbsvcs/orbsvcs/Notify/Structured/StructuredPushSupplier.h: * orbsvcs/orbsvcs/Notify/Structured/StructuredPushSupplier.cpp: * orbsvcs/orbsvcs/Notify/Supplier.h: * orbsvcs/orbsvcs/Notify/Supplier.cpp: * orbsvcs/orbsvcs/Notify/ThreadPool_Task.cpp: * orbsvcs/orbsvcs/Notify/Validate_Client_Task.h: * orbsvcs/orbsvcs/Notify/Validate_Client_Task.cpp: * orbsvcs/orbsvcs/Notify/Validate_Worker_T.h: * orbsvcs/orbsvcs/Notify/Validate_Worker_T.cpp: * orbsvcs/tests/Notify/Test_Filter/RT_Test_FilterFactory.h: * orbsvcs/tests/Notify/Test_Filter/RT_Test_FilterFactory.cpp: * orbsvcs/tests/Notify/Test_Filter/Test_Filter.mpc: Reintroducing notify service changes OCI prepared for some customers. Two new features are added, peer validation and filter persistence. Also, a debug line was found to contain a '%a' which triggered an abort when encountered. This was removed. The original new feature descriptions follow. Added proxy cleanup feature. It periodically validates the connection to all clients via _non_exist() call. It records when last pushing occurs to reduce the number of _non_exist() calls. If the validate connection caught non-TIMEOUT exception then the NotificationService disconnect the client. To use this feature, add "-ValidateClient -ValidateClientDelay -ValidateClientInterval " to TAO_CosNotify_Service directive in service configuration. e.g. static TAO_CosNotify_Service "-ValidateClient -ValidateClientDelay 1 -ValidateClientInterval 10" The -ValidateClient needs be used for -ValidateClientDelay and -ValidateClientInterval options to take effect. The -ValidateClientDelay is the validate delay after init and the -ValidateClientInterval is the interval for periodic validations. Added filters to topology persistence. While filter IORs were persisted before, the actual filter instance was not. Thus a restored Notify service could not recover the filters. As filter is independent from admin or proxy object, the filter factory now keeps track the filter objects and assigns a unique id to each filter. The admin and proxy reference the filter with its unique id ("MapId"). When the persistent data is loaded at init time, the filter factory creates the filters with the specified ids and constraints and provides reference when loading admin and proxy that reference it. Rolled back following changes as the changes actually still create filter factory servant singleton but activate it with default poa to create each filter factory object reference for each event channel. Mon Mar 2 19:23:21 UTC 2009 Marcel Smit * tao/GIOP_Message_Base.cpp: Resolved compiler error when ZIOP is off Mon Mar 2 19:06:05 UTC 2009 Olli Savia * tests/Sequence_Unit_Tests/unbounded_octet_sequence_ut.cpp: Reordered includes to make sure config.h gets included before boost headers. Mon Mar 2 15:42:13 UTC 2009 Vladimir Zykov * orbsvcs/tests/ImplRepo/Bug_2604_Regression/Messenger_i.cpp: * orbsvcs/tests/ImplRepo/Bug_2604_Regression/run_test.pl: * orbsvcs/tests/ImplRepo/nestea_client_i.cpp: Fixed memory leaks local to these tests. * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp: Fixed a memory leak in ImR_Locator_i::find(). imr_info was allocated in that function and immediately overwritten by new allocation. Mon Mar 2 15:09:21 UTC 2009 Marcel Smit * tao/GIOP_Message_Base.cpp: * tao/GIOP_Message_Base.h: * tao/ZIOP/ZIOP.cpp: * tao/ZIOP/ZIOP.h: * tao/ZIOP_Adapter.h: Changed decompress interface to handle incoming and outgoing message blocks and errors better. * tests/ZIOP/client.cpp: Tempory blocked some tests. Mon Mar 2 14:54:21 UTC 2009 Olli Savia * tests/Xt_Stopwatch/Stopwatch_display.cpp: Fixed compile warning and run-time error on 64-bit systems. Mon Mar 2 12:57:14 UTC 2009 Vladimir Zykov * orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/test_idl.cpp: * orbsvcs/tests/InterfaceRepo/Bug_2962_Regression/client.cpp: Fixed local memory leaks in these tests. Mon Mar 2 11:42:15 UTC 2009 Johnny Willemsen * bin/tao_orb_tests.lst: Added 3597 Mon Mar 2 11:10:15 UTC 2009 Johnny Willemsen * tests/AMH_Oneway/run_test.pl: Fixed typo in this file Mon Mar 2 11:08:42 UTC 2009 Vladimir Zykov * tests/Bug_3575_Regression/test.cpp: * tests/Bug_3575_Regression/run_test.pl: * tests/Bug_3575_Regression/README: * tests/Bug_3575_Regression/Bug_3575_Regression.mpc: * bin/tao_orb_tests.lst: Added a test for bug#3575 and scheduled it for run. Mon Mar 2 10:25:12 UTC 2009 Vladimir Zykov * tao/String_Sequence_Element_T.h: Fixed a bug#3575. * TAO_IDL/be/be_codegen.cpp: * TAO_IDL/be/be_helper.cpp: * TAO_IDL/be/be_interface.cpp: * TAO_IDL/be_include/be_helper.h: Fixed known memory leak in tao_idl. Mon Mar 2 08:44:55 UTC 2009 Marcel Smit * tests/Bug_3553_Regression/Bug_3553_Regression_client.cpp: * tests/Bug_3553_Regression/Bug_3553_Regression_server.cpp: Resolved compiler warning. Mon Mar 2 08:20:51 UTC 2009 Vladimir Zykov * orbsvcs/tests/InterfaceRepo/Application_Test/Makefile.am: Added proper include paths for autoconf builds. Mon Mar 2 07:44:16 UTC 2009 Olli Savia * tests/Bug_3558_Regression/client.cpp: Fixed compile warning. Sun Mar 1 19:31:00 UTC 2009 Olli Savia * docs/tutorials/Quoter/RTCORBA/Admin.cpp: * docs/tutorials/Quoter/RTCORBA/Broker.cpp: * docs/tutorials/Quoter/RTCORBA/Broker_i.cpp: Fixed compile warnings. Fri Feb 27 10:09:15 UTC 2009 Johnny Willemsen * tao/Compression/bzip2/Bzip2Compressor.cpp: Don't use TAO_GIOP_MESSAGE_HEADER_LEN Fri Feb 27 09:26:17 UTC 2009 Olli Savia * tao/Compression/bzip2/Bzip2Compressor.cpp: Added #include "tao/GIOP_Message_State.h" to pull TAO_GIOP_MESSAGE_HEADER_LEN. Fri Feb 27 08:36:13 UTC 2009 Olli Savia * examples/AMI/FL_Callback/Progress_i.h: * examples/AMI/FL_Callback/Progress_i.cpp: * examples/AMI/FL_Callback/progress.cpp: * tests/FL_Cube/client.cpp: * tests/FL_Cube/server.cpp: * tests/FL_Cube/test_i.h: Fixed includes. Fri Feb 27 07:13:43 UTC 2009 Marcel Smit * tests/Bug_3553_Regression/Bug_3553_Regression_client.cpp: * tests/Bug_3553_Regression/Bug_3553_Regression_server.cpp: Resolved unicode compiler error. Thu Feb 26 15:04:43 UTC 2009 Olli Savia * tests/Xt_Stopwatch/Client.h: * tests/Xt_Stopwatch/server.cpp: Updated includes (XtResource_Loader.h has been moved). Thu Feb 26 14:26:25 UTC 2009 Johnny Willemsen * tao/PortableServer/PortableServer_include.pidl: Removed old comments Thu Feb 26 12:23:25 UTC 2009 Johnny Willemsen * tao/ORB.cpp: Updated layout of debug message * ace/TAO_Internal.cpp: Pass 0 as default logger key, makes it easier to check in ACE whether we have set an own key or noet Thu Feb 26 12:08:25 UTC 2009 Johnny Willemsen * tests/Bug_3597_Regression/Bug_3597_Regression.mpc: * tests/Bug_3597_Regression/run_test.pl: * tests/Bug_3597_Regression/server.cpp: Added a new regression test for bugzilla 3597, the -ORBServiceConfigLoggerKey is broken and doesn't work Thu Feb 26 11:14:25 UTC 2009 Marcel Smit * Bug_3553_Regression: * Bug_3553_Regression/Bug_3553_Regression_client.cpp: * Bug_3553_Regression/Bug_3553_Regression_server.cpp: * Bug_3553_Regression/Hello.cpp: * Bug_3553_Regression/Hello.h: * Bug_3553_Regression/run_test.pl: * Bug_3553_Regression/Test.idl: * Bug_3553_Regression/TransportCache.mpc: * bin/tao_orb_tests.lst: Added regression test for bug 3553. With this test you can test how many items the transport cache may hold and how the orb behaves when a maximum number of items is reached. Thu Feb 26 08:40:48 UTC 2009 Vladimir Zykov * orbsvcs/tests/InterfaceRepo/Application_Test/Makefile.am: Fixed link error in autoconf build. Thu Feb 26 07:18:15 UTC 2009 Johnny Willemsen * tests/Bug_3574_Regression/test.cpp: Added some more tests Wed Feb 25 16:22:50 UTC 2009 Vladimir Zykov * orbsvcs/orbsvcs/IFRService/Container_i.cpp: * orbsvcs/orbsvcs/IFRService/ConstantDef_i.cpp: * orbsvcs/orbsvcs/IFRService/Contained_i.cpp: * orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/main.cpp: * orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/Application_Test/IFR_Application_Test.mpc: * orbsvcs/tests/InterfaceRepo/Application_Test/server.cpp: * orbsvcs/tests/InterfaceRepo/Application_Test/test_i.cpp: * tests/NestedUpcall/MT_Client_Test/server.cpp: * tests/NestedUpcall/MT_Client_Test/client.cpp: Fixed memory leaks. Wed Feb 25 10:07:20 UTC 2009 Vladimir Zykov * tests/Bug_3574_Regression/test.cpp: * tests/Bug_3574_Regression/run_test.pl: * tests/Bug_3574_Regression/README: * tests/Bug_3574_Regression/Bug_3574_Regression.mpc: * bin/tao_orb_tests.lst: Added a test for bug#3574 and scheduled it for run. Wed Feb 25 00:28:09 UTC 2009 Friedhelm Wolf * tao/RTCORBA/RT_Invocation_Endpoint_Selectors.cpp: Removed two throw statements that prevented client request interceptors to be invoked. Thanks to Simon McQueen for pointing this out. This fix closes [BUGID:3582]. Tue Feb 24 11:27:44 UTC 2009 Marcel Smit * tao/QtResource/QtResource_Loader.h: Resolved compiler error when using Qt 4. Mon Feb 23 17:42:11 UTC 2009 Friedhelm Wolf * tests/Portable_Interceptors/Bug_3582/run_test.pl: Updated to new test framework. Mon Feb 23 13:12:52 UTC 2009 William R. Otte * TAO_IDL/be/be_visitor_interface/interface_ch.cpp: * TAO_IDL/be/be_visitor_interface/interface_cs.cpp: Removed ciao_{pre,post}activate. Mon Feb 23 08:08:15 UTC 2009 Johnny Willemsen * DevGuideExamples/Multithreading/GracefulShutdown/MessengerClient.cpp * DevGuideExamples/Multithreading/GracefulShutdown/MessengerServer.cpp * docs/tutorials/Quoter/RTCORBA/Admin.cpp * docs/tutorials/Quoter/RTCORBA/Broker.cpp * docs/tutorials/Quoter/RTCORBA/Distributor.cpp * examples/Advanced/ch_3/client.cpp * examples/AMH/Sink_Server/AMH_Servant.cpp * examples/AMH/Sink_Server/Base_Server.cpp * examples/AMH/Sink_Server/MT_AMH_Server.cpp * examples/AMH/Sink_Server/st_server.cpp * examples/AMH/Sink_Server/Timer_Handler.cpp * examples/Buffered_AMI/client.cpp * examples/Callback_Quoter/Consumer_Handler.cpp * examples/Callback_Quoter/Consumer_i.cpp * examples/Callback_Quoter/Consumer_Input_Handler.cpp * examples/Callback_Quoter/Notifier_Input_Handler.cpp * examples/Callback_Quoter/Supplier_i.cpp * examples/Callback_Quoter/Supplier_Timer_Handler.cpp * examples/Content_Server/SMI_Iterator/client.cpp * examples/CSD_Strategy/ThreadPool2/OrbShutdownTask.cpp * examples/CSD_Strategy/ThreadPool3/OrbShutdownTask.cpp * examples/CSD_Strategy/ThreadPool4/Callback_i.cpp * examples/CSD_Strategy/ThreadPool4/Foo_i.cpp * examples/CSD_Strategy/ThreadPool4/OrbShutdownTask.cpp * examples/CSD_Strategy/ThreadPool5/Callback_i.cpp * examples/CSD_Strategy/ThreadPool5/Foo_i.cpp * examples/CSD_Strategy/ThreadPool5/FooServantList.cpp * examples/CSD_Strategy/ThreadPool5/OrbShutdownTask.cpp * examples/CSD_Strategy/ThreadPool5/ServerApp.cpp * examples/CSD_Strategy/ThreadPool6/OrbShutdownTask.cpp * examples/CSD_Strategy/ThreadPool/OrbShutdownTask.cpp * examples/Event_Comm/Consumer_Handler.cpp * examples/Event_Comm/notifier.cpp * examples/Event_Comm/Notifier_Handler.cpp * examples/Event_Comm/supplier.cpp * examples/Kokyu_dsrt_schedulers/EDF_Scheduler.cpp * examples/Kokyu_dsrt_schedulers/MUF_Scheduler.cpp * examples/Kokyu_dsrt_schedulers/Task_Stats.cpp * examples/Load_Balancing/Identity_Client.cpp * examples/Load_Balancing/Identity_Server.cpp * examples/Load_Balancing/Load_Balancing_Service.cpp * examples/Load_Balancing_persistent/Identity_Client.cpp * examples/Load_Balancing_persistent/Identity_Server.cpp * examples/Load_Balancing_persistent/Load_Balancer_i.cpp * examples/Logging/Logging_Test_i.cpp * examples/Persistent_Grid/Grid_Client_i.cpp * examples/Persistent_Grid/Persistent_Client_i.cpp * examples/PluggableUDP/tests/SimplePerformance/client.cpp * examples/Quoter/Quoter_i.cpp * examples/RTScheduling/Fixed_Priority_Scheduler/test.cpp * examples/RTScheduling/POA_Holder.cpp * examples/RTScheduling/Starter.cpp * examples/RTScheduling/Task_Stats.cpp * examples/Simple/Simple_util.cpp * interop-tests/wchar/client.cpp * orbsvcs/Concurrency_Service/Concurrency_Service.cpp * orbsvcs/examples/CosEC/Factory/FactoryClient.cpp * orbsvcs/examples/CosEC/Factory/FactoryDriver.cpp * orbsvcs/examples/CosEC/RtEC_Based/lib/CosEvent_Utilities.cpp * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Consumer.cpp * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Multiple.cpp * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/Supplier.cpp * orbsvcs/examples/Log/Basic/TLS_Client.cpp * orbsvcs/examples/Log/Event/Event_Supplier.cpp * orbsvcs/examples/Log/Notify/Notify_Supplier.cpp * orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp * orbsvcs/examples/Notify/Filter/Filter.cpp * orbsvcs/examples/Notify/Lanes/Consumer.cpp * orbsvcs/examples/Notify/Lanes/Consumer_Client.cpp * orbsvcs/examples/Notify/Lanes/Supplier_Client.cpp * orbsvcs/examples/Notify/ThreadPool/Consumer.cpp * orbsvcs/examples/Notify/ThreadPool/Consumer_Client.cpp * orbsvcs/examples/Notify/ThreadPool/Supplier_Client.cpp * orbsvcs/FTRT_Event_Service/Event_Service/FT_EventService.cpp * orbsvcs/FTRT_Event_Service/Factory_Service/FTRTEC_Factory_Service.cpp * orbsvcs/ImplRepo_Service/Activator_Options.cpp * orbsvcs/ImplRepo_Service/ImR_Activator.cpp * orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp * orbsvcs/ImplRepo_Service/ImR_Locator.cpp * orbsvcs/ImplRepo_Service/tao_imr_i.cpp * orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.cpp * orbsvcs/Notify_Service/Notify_Service.cpp * orbsvcs/orbsvcs/AV/AV_Core.cpp * orbsvcs/orbsvcs/AV/FlowSpec_Entry.cpp * orbsvcs/orbsvcs/AV/QoS_UDP.cpp * orbsvcs/orbsvcs/AV/Transport.cpp * orbsvcs/orbsvcs/AV/UDP.cpp * orbsvcs/orbsvcs/Event/EC_Gateway_IIOP.cpp * orbsvcs/orbsvcs/Event/EC_Kokyu_Filter_Builder.cpp * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp * orbsvcs/orbsvcs/Event_Utilities.cpp * orbsvcs/orbsvcs/FaultTolerance/FT_IOGR_Property.cpp * orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_Loader.cpp * orbsvcs/orbsvcs/HTIOP/HTIOP_Profile.cpp * orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.cpp * orbsvcs/orbsvcs/LoadBalancing/LB_LoadMinimum.cpp * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp * orbsvcs/orbsvcs/Notify/Any/AnyEvent.cpp * orbsvcs/orbsvcs/Notify/CosNotify_Service.cpp * orbsvcs/orbsvcs/Notify/Event_Manager.cpp * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp * orbsvcs/orbsvcs/Notify/Method_Request_Updates_T.inl * orbsvcs/orbsvcs/PortableGroup/PG_FactoryRegistry.cpp * orbsvcs/orbsvcs/PortableGroup/PG_Object_Group.cpp * orbsvcs/orbsvcs/PortableGroup/UIPMC_Acceptor.cpp * orbsvcs/orbsvcs/RTCosScheduling/RTCosScheduling_PCP_Manager.cpp * orbsvcs/orbsvcs/Sched/DynSched.cpp * orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp * orbsvcs/orbsvcs/Scheduler_Factory.cpp * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.cpp * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp * orbsvcs/performance-tests/RTEvent/lib/RIR_Narrow.cpp * orbsvcs/PSS/PSDL_Code_Gen.cpp * orbsvcs/PSS/PSDL_Exception_Visitor.cpp * orbsvcs/PSS/PSDL_Struct_Visitor.cpp * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Connection_Manager.cpp * orbsvcs/tests/AVStreams/Component_Switching/Connection_Manager.cpp * orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp * orbsvcs/tests/AVStreams/Full_Profile/ftp.cpp * orbsvcs/tests/AVStreams/Full_Profile/server.cpp * orbsvcs/tests/AVStreams/Latency/ping.cpp * orbsvcs/tests/AVStreams/Multicast/ftp.cpp * orbsvcs/tests/AVStreams/Multicast/server.cpp * orbsvcs/tests/AVStreams/Multicast_Full_Profile/ftp.cpp * orbsvcs/tests/AVStreams/Multicast_Full_Profile/server.cpp * orbsvcs/tests/AVStreams/Pluggable/ftp.cpp * orbsvcs/tests/AVStreams/Simple_Two_Stage/receiver.cpp * orbsvcs/tests/AVStreams/Simple_Two_Stage/sender.cpp * orbsvcs/tests/BiDir_CORBALOC/TimeServer.cpp * orbsvcs/tests/Bug_2247_Regression/Manager.cpp * orbsvcs/tests/Bug_2248_Regression/client.cpp * orbsvcs/tests/Bug_2285_Regression/ServerRequest_Interceptor.cpp * orbsvcs/tests/Bug_2285_Regression/ServerRequest_Interceptor2.cpp * orbsvcs/tests/Bug_2316_Regression/client.cpp * orbsvcs/tests/Bug_3216_Regression/ServerRequest_Interceptor.cpp * orbsvcs/tests/Concurrency/CC_naming_service.cpp * orbsvcs/tests/Event/Basic/Reconnect.cpp * orbsvcs/tests/Event/Mcast/Two_Way/application.cpp * orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/client.cpp * orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/server.cpp * orbsvcs/tests/FaultTolerance/GroupRef_Manipulation/Server_Request_Interceptor.cpp * orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp * orbsvcs/tests/FaultTolerance/IOGR/test_i.cpp * orbsvcs/tests/FaultTolerance/IOGRManipulation/IOGRTest.cpp * orbsvcs/tests/FT_App/FT_Client.cpp * orbsvcs/tests/FT_App/FT_ReplicaFactory_i.cpp * orbsvcs/tests/FT_App/FT_ReplicationManagerController.cpp * orbsvcs/tests/HTIOP/AMI/client.cpp * orbsvcs/tests/HTIOP/AMI/simple_client.cpp * orbsvcs/tests/HTIOP/BiDirectional/test_i.cpp * orbsvcs/tests/Notify/Basic/AdminProperties.cpp * orbsvcs/tests/Notify/Basic/ConnectDisconnect.cpp * orbsvcs/tests/Notify/Basic/Events.cpp * orbsvcs/tests/Notify/Basic/Filter.cpp * orbsvcs/tests/Notify/Basic/IdAssignment.cpp * orbsvcs/tests/Notify/Basic/LifeCycle.cpp * orbsvcs/tests/Notify/Basic/Sequence.cpp * orbsvcs/tests/Notify/Basic/Simple.cpp * orbsvcs/tests/Notify/Basic/Updates.cpp * orbsvcs/tests/Notify/Destroy/main.cpp * orbsvcs/tests/Notify/Driver/main.cpp * orbsvcs/tests/Notify/lib/Driver.cpp * orbsvcs/tests/Notify/lib/Periodic_Consumer.cpp * orbsvcs/tests/Notify/lib/Supplier_T.cpp * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp * orbsvcs/tests/Notify/Reconnecting/Consumer.cpp * orbsvcs/tests/Notify/Reconnecting/Supplier.cpp * orbsvcs/tests/Notify/RT_lib/RT_POA_Command.cpp * orbsvcs/tests/Property/client.cpp * orbsvcs/tests/Property/main.cpp * orbsvcs/tests/Sched_Conf/Sched_Conf.cpp * orbsvcs/tests/Sched_Conf/Sched_Conf_Anomalies.cpp * orbsvcs/tests/Security/BiDirectional/test_i.cpp * orbsvcs/tests/Security/mixed_security_test/Foo_i.cpp * orbsvcs/tests/Security/MT_IIOP_SSL/client.cpp * orbsvcs/tests/Security/MT_IIOP_SSL/Client_Worker.cpp * orbsvcs/tests/Security/MT_SSLIOP/client.cpp * orbsvcs/tests/Security/MT_SSLIOP/Client_Worker.cpp * orbsvcs/tests/Security/ssliop_corbaloc/client.cpp * orbsvcs/tests/Simple_Naming/client.cpp * orbsvcs/tests/Time/Client_i.cpp * performance-tests/CSD_Strategy/TestApps/ClientApp.cpp * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.cpp * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.cpp * performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.cpp * performance-tests/Cubit/TAO/MT_Cubit/Globals.cpp * performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp * performance-tests/Memory/IORsize/Memory_Growth.cpp * performance-tests/POA/Demux/demux_test_server.cpp * performance-tests/POA/Object_Creation_And_Registration/registration.cpp * tao/Strategies/SHMIOP_Profile.cpp * tao/Synch_Reply_Dispatcher.cpp * tao/Synch_Reply_Dispatcher.h * tao/Wait_On_LF_No_Upcall.cpp * TAO_IDL/ast/ast_union_branch.cpp * TAO_IDL/be/be_global.cpp * TAO_IDL/be/be_visitor_interface/interface_ch.cpp * TAO_IDL/be/be_visitor_operation/operation.cpp * TAO_IDL/be/be_visitor_typedef/any_op_ch.cpp * TAO_IDL/be/be_visitor_typedef/any_op_cs.cpp * TAO_IDL/be/be_visitor_typedef/cdr_op_ch.cpp * TAO_IDL/be/be_visitor_typedef/cdr_op_cs.cpp * TAO_IDL/be/be_visitor_typedef/serializer_op_ch.cpp * TAO_IDL/be/be_visitor_typedef/serializer_op_cs.cpp * TAO_IDL/be/be_visitor_typedef/typedef_ch.cpp * TAO_IDL/be/be_visitor_typedef/typedef_ci.cpp * TAO_IDL/contrib/mcpp/system.cpp * tests/Abstract_Interface/client.cpp * tests/AMH_Oneway/client.cpp * tests/AMI/client.cpp * tests/AMI/simple_client.cpp * tests/BiDirectional/test_i.cpp * tests/BiDirectional_DelayedUpcall/test_i.cpp * tests/BiDirectional_NestedUpcall/test_i.cpp * tests/Big_AMI/client.cpp * tests/Big_Oneways/server.cpp * tests/Big_Twoways/server.cpp * tests/Bug_1361_Regression/Server_Thread_Pool.cpp * tests/Bug_1482_Regression/Reply_Handler.cpp * tests/Bug_1495_Regression/Server_Task.cpp * tests/Bug_1495_Regression/Threaded_Server.cpp * tests/Bug_1535_Regression/bug_1535_regression.cpp * tests/Bug_1693_Test/client.cpp * tests/Bug_2186_Regression/Hello.cpp * tests/Bug_2319_Regression/server.cpp * tests/Bug_2356_Regression/client.cpp * tests/Bug_2542_Regression/bug_2542_regression.cpp * tests/Bug_2543_Regression/bug_2543_regression.cpp * tests/Bug_2654_Regression/client.cpp * tests/Bug_2654_Regression/Hello.cpp * tests/Bug_2683_Regression/client.cpp * tests/Bug_2683_Regression/test_i.cpp * tests/Bug_2805_Regression/client.cpp * tests/Bug_2826_Regression/bug_2826_regression.cpp * tests/Bug_3068_Regression/client.cpp * tests/Bug_3276_Regression/test_i.cpp * tests/Bug_3547_Regression/run_test.pl * tests/Bug_3547_Regression/Stock_Quoter_Client.cpp * tests/Bug_3558_Regression/client.cpp * tests/Bug_3567_Regression/client.cpp * tests/Cache_Growth_Test/Hello.cpp * tests/CDR/basic_types.cpp * tests/Collocation_Oneway_Tests/Client_Task.cpp * tests/Connection_Timeout/client.cpp * tests/Crashed_Callback/Crashed_Callback.cpp * tests/CSD_Strategy_Tests/Broken/ClientApp.cpp * tests/CSD_Strategy_Tests/TP_Common/ServantList_T.cpp * tests/CSD_Strategy_Tests/TP_Foo_B/Foo_B_i.cpp * tests/CSD_Strategy_Tests/TP_Foo_B/Foo_B_Statistics.cpp * tests/CSD_Strategy_Tests/TP_Test_2/ClientApp.cpp * tests/CSD_Strategy_Tests/TP_Test_3/ClientApp.cpp * tests/CSD_Strategy_Tests/TP_Test_4/ClientApp.cpp * tests/DII_AMI_Forward/client.cpp * tests/DII_Collocation_Tests/oneway/Client_Task.cpp * tests/DII_Collocation_Tests/oneway/Hello.cpp * tests/DII_Collocation_Tests/oneway/Server_Task.cpp * tests/DII_Collocation_Tests/twoway/Client_Task.cpp * tests/DII_Collocation_Tests/twoway/Hello.cpp * tests/DII_Collocation_Tests/twoway/Server_Task.cpp * tests/Faults/client.cpp * tests/Faults/test_i.cpp * tests/GIOP_Fragments/Java_Big_Reply/Client_Task.cpp * tests/Hang_Shutdown/client.cpp * tests/Hang_Shutdown/server.cpp * tests/ICMG_Any_Bug/client.cpp * tests/MProfile/client.cpp * tests/MProfile/test_i.cpp * tests/MProfile_Connection_Timeout/client.cpp * tests/MProfile_Connection_Timeout/test_i.cpp * tests/MProfile_Forwarding/client.cpp * tests/MProfile_Forwarding/Manager.cpp * tests/MProfile_Forwarding/Servant_Locator.cpp * tests/MProfile_Forwarding/test_i.cpp * tests/MT_BiDir/client.cpp * tests/MT_BiDir/Server_Task.cpp * tests/Multiple/Collocation_Tester.cpp * tests/Muxed_GIOP_Versions/client.cpp * tests/Muxed_GIOP_Versions/server.cpp * tests/NestedUpcall/MT_Client_Test/server.cpp * tests/NestedUpcall/Triangle_Test/initiator.cpp * tests/NestedUpcall/Triangle_Test/server_A.cpp * tests/NestedUpcall/Triangle_Test/server_B.cpp * tests/No_Server_MT_Connect_Test/client.cpp * tests/Objref_Sequence_Test/client.cpp * tests/Objref_Sequence_Test/server.cpp * tests/OBV/Collocated/Forward/Client_Task.cpp * tests/OBV/Forward/client.cpp * tests/OBV/Simple/OBV_impl.cpp * tests/OBV/Supports/Supports_Test_impl.cpp * tests/OBV/Truncatable/client.cpp * tests/OBV/Truncatable/TruncatableS_impl.cpp * tests/OBV/ValueBox/client.cpp * tests/Oneways_Invoking_Twoways/client.cpp * tests/Oneways_Invoking_Twoways/Receiver_i.cpp * tests/Oneways_Invoking_Twoways/Sender_i.cpp * tests/ORB_shutdown/Foo_Bar.cpp * tests/ORB_shutdown/server.cpp * tests/Param_Test/multdim_array.cpp * tests/Param_Test/results.cpp * tests/Param_Test/ub_any_seq.cpp * tests/POA/Bug_1592_Regression/test_i.cpp * tests/POA/DSI/Database_i.cpp * tests/POA/Forwarding/client.cpp * tests/POA/Forwarding/server.cpp * tests/POA/Generic_Servant/client.cpp * tests/POA/On_Demand_Loading/Servant_Manager.cpp * tests/POA/TIE/client.cpp * tests/Portable_Interceptors/Bug_3079/server.cpp * tests/Portable_Interceptors/Bug_3582/server.cpp * tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/interceptors.cpp * tests/Portable_Interceptors/Dynamic/client_interceptor.cpp * tests/Portable_Interceptors/Redirection/server.cpp * tests/Portable_Interceptors/Request_Interceptor_Flow/Request_Interceptor.cpp * tests/QtTests/test_i.cpp * tests/RTCORBA/Banded_Connections/server.cpp * tests/RTCORBA/Client_Protocol/server.cpp * tests/RTCORBA/Diffserv/server.cpp * tests/RTCORBA/Profile_And_Endpoint_Selection/client.cpp * tests/RTCORBA/Profile_And_Endpoint_Selection/server.cpp * tests/RTCORBA/RTMutex/server.cpp * tests/RTCORBA/Server_Protocol/server.cpp * tests/Servant_To_Reference_Test/server.cpp * tests/Server_Connection_Purging/client.cpp * tests/Server_Connection_Purging/Test_i.cpp * tests/Smart_Proxies/dtor/server.cpp * utils/catior/catior.cpp Zapped some not needed spaces at the end of a debug message Mon Feb 23 07:58:15 UTC 2009 Johnny Willemsen * bin/tao_orb_tests.lst: Added 3581 * tests/Portable_Interceptors/Bug_3582/client.cpp: Fixed include Sun Feb 22 13:53:15 UTC 2009 Friedhelm Wolf * tests/Portable_Interceptors/Bug_3582/server.cpp: Fixed compiler warning on win platforms. Sun Feb 22 10:13:07 UTC 2009 Marcel Smit * tests/Portable_Interceptors/Bug_3582/client.cpp Fixed compiler error on WinCE. Fri Feb 20 23:17:07 UTC 2009 Friedhelm Wolf * tests/Portable_Interceptors/Bug_3582: Added test program for a bug about TRANSIENT exceptions being not intercepted when RTCORBA is used. Fri Feb 20 11:36:50 UTC 2009 Vladimir Zykov * tao/Value_Traits_T.h: Reverted the change from std::fill to ACE_OS::memset. Despite there was no problem with it on the scoreboard it was unsafe in case value_traits was instantiated for struct that has a non-POD type as its member. The rest of similar changes are equivalent to what we had before. Thu Feb 19 10:59:31 UTC 2009 Vladimir Zykov * tao/Generic_Sequence_T.h: Fixed a small mistake in the commit "Wed Feb 18 10:37:15 UTC 2009 Vladimir Zykov". Wed Feb 18 18:57:39 UTC 2009 Johnny Willemsen * tao/orbconf.h: Removed commented out code * tao/Transport_Cache_Manager_T.cpp: Don't try to always purge 1 entry * tao/Bug_3558_Regression/client.cpp: Set the purging percentage to 100 * tao/Transport_Cache_Manager/Bug_3558_Regression.cpp Fixed gnu warning Wed Feb 18 10:37:15 UTC 2009 Vladimir Zykov Fixed bug#3574 and bug#3473. This must improve performance when handling sequences. * tao/String_Traits_T.h: * tao/Value_Traits_T.h: * tao/Object_Reference_Traits_T.h: * tao/Array_Traits_T.h: * tao/Valuetype/Valuetype_Traits_T.h: Added copy_swap_range() which swaps pointers for dynamically allocated types and copies values for all of the rest. This is useful when we know that copying is reduntant since the old buffer will be destroyed immediately after the operation. Changed std::fill to ACE_OS::memset in zero_range() which turned to be faster when only needed to zero a region of memory. * tao/Bounded_Value_Allocation_Traits_T.h: * tao/Bounded_Reference_Allocation_Traits_T.h: * tao/Bounded_Array_Allocation_Traits_T.h: * tao/Unbounded_Value_Allocation_Traits_T.h: * tao/Unbounded_Reference_Allocation_Traits_T.h: * tao/Unbounded_Array_Allocation_Traits_T.h: * tao/Valuetype/Bounded_Valuetype_Allocation_Traits_T.h: * tao/Valuetype/Unbounded_Valuetype_Allocation_Traits_T.h: Added allocbuf_noinit which does what allocbuf previously did and now allocbuf works as required by CORBA C++ mapping i.e. it returns correctly initilized buffer. This also fixes bug#3473. * tao/Valuetype/Bounded_Valuetype_Sequence_T.h: * tao/Valuetype/Unbounded_Valuetype_Sequence_T.h: * tao/Unbounded_Sequence_CDR_T.h: * tao/Bounded_Sequence_CDR_T.h: Changed the way temporaries are created. Since they don't need a properly constructed internal buffer allocbuf_noinit is used for their creation. * tao/Unbounded_Octet_Sequence_T.h: * tao/Generic_Sequence_T.h: Updated the temporaries creation and improved generic_sequence:: length(CORBA::ULong) when extending a sequence by employing copy_swap_range() for old values while moving them to a new sequence. Tue Feb 17 15:14:39 UTC 2009 Johnny Willemsen * tao/ORB_Core.cpp: * tao/orbconf.h: Added TAO_SO_LINGER, TAO_ACCEPT_ERROR_DELAY and TAO_USE_PARALLEL_CONNECT which can be set in config.h to control the default values. * tao/ORB_Core.cpp: * tao/IIOP_Acceptor.cpp: * tao/params.h: * tao/params.inl: * tao/Profile.cpp: Changed std_profile_components to a real bool Tue Feb 17 14:43:41 UTC 2009 William R. Otte * tao/Strategies/UIOP_Connector.cpp: Fixed syntax problem. Tue Feb 17 14:03:39 UTC 2009 Johnny Willemsen * orbsvcs/orbsvcs/HTIOP/HTIOP_Connector.cpp: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connector.cpp: * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp: * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp: * tao/Strategies/DIOP_Connector.cpp: * tao/Strategies/SCIOP_Connector.cpp: * tao/Strategies/SHMIOP_Connector.cpp: * tao/Strategies/UIOP_Connector.cpp: Only the return of -1 with cache_transport should be seen as an error * tao/Cache_Entries_T.cpp: Updated some debug statements * tao/Condition.cpp: * tao/Condition.h: Changed delete_lock_ to a bool * tao/Exception.cpp: * tao/SystemException.cpp: Check for self assignment in operator= * tao/IIOP_Connection_Handler.cpp: Layout changes to debug statements and use ACE_TEXT * tao/IIOP_Connector.cpp: Check the return value of cache_transport * tao/Leader_Follower.inl: Const change * tao/LF_CH_Event.cpp: * tao/LF_Event.h: * tao/LF_Event.inl: Addeds state_name to LF_Event and print the state as string instead of number * tao/Strategies/SCIOP_Acceptor.cpp: Fixed gcc warning, don't use ACE_UNUSED_ARG anymore * tao/Strategies/SCIOP_Connection_Handler.cpp: Layout change * tao/String_Alloc.cpp: Simplified check * tao/Transport_Cache_Manager_T.cpp: * tao/Transport_Cache_Manager_T.h: * tao/Transport_Cache_Manager_T.inl: Updated various debug statements. When we have to purge the cache always try to purge the cache with 1 entry else we don't purge when we have a very small cache. Make the maximum transport cache size a real maximum, it was previously not a real maximum, just a default allocation value. This fixes 3570 * tao/Transport_Connector.cpp: Check the return value of cache_transport. * tao/ZIOP/ZIOP.cpp: * tao/ZIOP/ZIOP.h Layout changes * tests/Bug_3558_Regression/client.cpp: * tests/Transport_Cache_Manager/Bug_3558_Regression.cpp: The cache has now a real maximum, updated these tests Tue Feb 17 11:04:39 UTC 2009 Johnny Willemsen * bin/tao_orb_tests.lst: 3566 and 4567 are not fixed yet Mon Feb 16 16:39:26 UTC 2009 Vladimir Zykov * tests/Bug_3524_Regression/run_test.pl: Fixed a variable name for IOR file deletion at the end of the script. Sat Feb 14 07:36:39 UTC 2009 Johnny Willemsen * tao/Compression/lzo/LzoCompressor.cpp: * tao/Compression/zlib/ZlibCompressor.cpp: Fixed compile errors Fri Feb 13 15:44:39 UTC 2009 Johnny Willemsen * tao/ZIOP/ZIOP.cpp: Fixed compile error Fri Feb 13 15:37:39 UTC 2009 Johnny Willemsen * tao/GIOP_Message_Base.cpp: Unicode fix and removed not needed variable Fri Feb 13 15:22:39 UTC 2009 Marcel Smit * tests/Big_Reply/Test.idl: * tests/Bug_3430_Regression/Bug_3430_Regression.mpc: * tests/ZIOP/client.cpp: * tests/ZIOP/Hello.cpp: * tests/ZIOP/Hello.h: * tests/ZIOP/run_test.pl: * tests/ZIOP/server.cpp: * tests/ZIOP/Test.idl: * tests/ZIOP/ZIOP.mpc: Updated to meet the latest ZIOP changes (see previous commits). Fri Feb 13 15:17:39 UTC 2009 Johnny Willemsen * orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.cpp * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp * tao/GIOP_Message_Base.cpp * tao/GIOP_Message_Base.h * tao/IIOP_Transport.cpp * tao/Strategies/DIOP_Transport.cpp * tao/Strategies/SCIOP_Transport.cpp * tao/Strategies/SHMIOP_Transport.cpp * tao/Strategies/UIOP_Transport.cpp * tao/Synch_Invocation.cpp * tao/Synch_Reply_Dispatcher.cpp * tao/Transport.cpp * tao/Transport.h Pass the stub as pointer, it could be zero Fri Feb 13 15:04:39 UTC 2009 Johnny Willemsen * tao/GIOP_Message_Base.cpp: * tao/GIOP_Message_Base.h: Fixed compile problem when ZIOP is not enabled Fri Feb 13 14:35:39 UTC 2009 Marcel Smit Implementation of the ZIOP Beta 1 spec * tao/CDR.cpp: * tao/CDR.h: * tao/CDR.inl: * tao/Messaging/Asynch_Invocation.cpp: * tao/TAO_Server_Request.cpp: Removed obsolete compression flag. * tao/Compression/zlib/ZlibCompressor.cpp: * tao/Compression/bzip2/Bzip2Compressor.cpp: * tao/Compression/Compression.pidl: Added description to Compression exception in order to meet the ZIOP Beta 1 specification * tao/Compression/Compression_Manager.cpp: No major changes made. * tao/GIOP_Message_Base.cpp: * tao/GIOP_Message_Base.h: * tao/GIOP_Message_State.cpp: Implementation of compression and decompression methods. * tao/ORB_Core.h: * tao/ORB_Core.inl: Removed ziop_enabled method since it became obsolete. * tao/orbconf.h: Implemented compression policies. * tao/Remote_Invocation.cpp: * tao/PortableServer/Upcall_Wrapper.cpp: Removed compression and decompression methods here (moved to GIOP_Message_Base. * tao/Synch_Invocation.cpp: Due to interface change of format_message method in GIOP_Message_Base. Removed obsolete compression flag. * tao/ZIOP_Adapter.h: * tao/ZIOP/ZIOP.cpp: * tao/ZIOP/ZIOP.h: * tao/ZIOP/ZIOP.pidl: Refactored current ZIOP implementation in order to meet the ZIOP Beta 1 specification. * tao/ZIOP/ZIOP_Policy_i.cpp: * tao/ZIOP/ZIOP_Policy_i.h: * tao/ZIOP/ZIOP_Policy_Validator.cpp: * tao/ZIOP/ZIOP_PolicyFactory.cpp: Implemented compression policies. * tao/Transport.cpp: * tao/Transport.h: * tao/IIOP_Transport.cpp: * orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.cpp: * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp: * tao/Strategies/DIOP_Transport.cpp: * tao/Strategies/SHMIOP_Transport.cpp: Due to interface change of format_message method in GIOP_Message_Base. Fri Feb 13 03:19:39 UTC 2009 Phil Mesnier * tests/Bug_3567_Regression/run_test.pl: Fuzz fix. Thu Feb 12 20:22:44 UTC 2009 Johnny Willemsen * tao/Exclusive_TMS.cpp: Updated a few debug statements to have the same layout as in other places * tao/Acceptor_Impl.cpp * tao/Asynch_Queued_Message.cpp * tao/CSD_Framework/CSD_Strategy_Repository.cpp * tao/default_resource.cpp * tao/DynamicInterface/DII_Invocation.cpp * tao/DynamicInterface/DII_Reply_Dispatcher.cpp * tao/DynamicInterface/DII_Reply_Handler.cpp * tao/Exclusive_TMS.cpp * tao/FlResource/FlResource_Factory.cpp * tao/FoxResource/FoxResource_Factory.cpp * tao/GIOP_Message_Base.cpp * tao/GIOP_Message_Generator_Parser_10.cpp * tao/GIOP_Message_State.cpp * tao/IIOP_Connector.cpp * tao/IIOP_Profile.cpp * tao/Invocation_Adapter.cpp * tao/Messaging/Asynch_Reply_Dispatcher.cpp * tao/Muxed_TMS.cpp * tao/ORB_Core.cpp * tao/PI/Interceptor_List_T.cpp * tao/PortableServer/Active_Object_Map.cpp * tao/PortableServer/Object_Adapter.cpp * tao/PortableServer/Root_POA.cpp * tao/QtResource/QtResource_Factory.cpp * tao/Queued_Data.cpp * tao/Remote_Invocation.cpp * tao/RTScheduling/Request_Interceptor.cpp * tao/RTScheduling/RTScheduler_Initializer.cpp * tao/Strategies/COIOP_Acceptor.cpp * tao/Strategies/COIOP_Profile.cpp * tao/Strategies/DIOP_Acceptor.cpp * tao/Strategies/DIOP_Transport.cpp * tao/Strategies/SCIOP_Acceptor.cpp * tao/Strategies/SCIOP_Connection_Handler.cpp * tao/Strategies/SCIOP_Connector.cpp * tao/Strategies/SCIOP_Endpoint.cpp * tao/Strategies/SCIOP_Profile.cpp * tao/Strategies/SCIOP_Transport.cpp * tao/Strategies/SHMIOP_Profile.cpp * tao/Strategies/SHMIOP_Transport.cpp * tao/Strategies/UIOP_Acceptor.cpp * tao/Strategies/UIOP_Connector.cpp * tao/Strategies/UIOP_Profile.cpp * tao/Strategies/UIOP_Transport.cpp * tao/Synch_Invocation.cpp * tao/Synch_Reply_Dispatcher.cpp * tao/Tagged_Profile.cpp * tao/TkResource/TkResource_Factory.cpp * tao/Transport_Cache_Manager_T.cpp * tao/Transport_Connector.cpp * tao/Wait_On_Read.cpp * tao/XtResource/XtResource_Factory.cpp Updated debug statements with layout and unicode fixes Thu Feb 12 19:33:44 UTC 2009 Johnny Willemsen * tests/Bug_3567_Regression/*: Extended this reproducer * bin/tao_orb_tests.lst: Added 3567 Thu Feb 12 10:36:44 UTC 2009 Johnny Willemsen * tests/Bug_3531_Regression/client.cpp: Unicode fix Thu Feb 12 10:36:44 UTC 2009 Johnny Willemsen * tests/Bug_3531_Regression/server.cpp: Unicode fix Thu Feb 12 10:28:44 UTC 2009 Johnny Willemsen * tests/Bug_3567_Regression/*: Added new regression test for bug 3567. The test is not ready yet, working on extending it to reproduce this bug. Thu Feb 12 08:52:44 UTC 2009 Johnny Willemsen * tests/AMH_Oneway/run_test.pl: Fixed a bug in this script Thu Feb 12 02:39:44 UTC 2009 William R. Otte * TAO_IDL/fe/idl.ll: * TAO_IDL/fe/lex.yy.cpp: Fixed a small syntax problem from Wed Feb 11 21:03:46 UTC 2009 Jeff Parsons Thu Feb 12 00:02:27 UTC 2009 Phil Mesnier * tests/Bug_3531_Regression/Bug_3531_Regression.mpc: * tests/Bug_3531_Regression/test_i.h: * tests/Bug_3531_Regression/test_i.cpp: Fuzz fixes. Wed Feb 11 21:03:46 UTC 2009 Jeff Parsons * TAO_IDL/fe/lex.yy.cpp(idl_get_pragma_string): * TAO_IDL/fe/idl.ll(idl_get_pragma_string): Beefed up error checking to catch the case where one or both quote are missing from the #pragma prefix string, and output a syntax error instead of crashing. Thanks to Bogdan Jeram for reporting the bug. This fix closes [BUGID:3568]. Wed Feb 11 16:14:04 UTC 2009 Douglas C. Schmidt * examples/Advanced/ch_8_and_10/Advanced_ch_8_and_10.mpc: Zapped libs += TAO_PortableServer based upon recommendation of Johnny Willemsen. Tue Feb 10 02:48:01 UTC 2009 Douglas C. Schmidt * examples/Advanced/ch_8_and_10/Advanced_ch_8_and_10.mpc: Added libs += TAO_PortableServer * examples/Advanced/ch_8_and_10/icp.h: Added #include for "ace/OS.h". * examples/Advanced/ch_8_and_10/server.h: Zapped a stray ')'. Thanks to Joe Lihn for reporting these problems and providing the fixes. Wed Feb 11 14:15:28 UTC 2009 Johnny Willemsen * tao/Leader_Follower.cpp: Layout change * tao/Leader_Follower.h: Updated link to bugzilla * tao/Leader_Follower.inl: Const change * tao/LF_Event_Loop_Thread_Helper.h: Doxygen change * tao/LF_Strategy_Complete.cpp: * tao/Transport.cpp: Updated debug message to match others * tao/LF_Strategy_Complete.h: * tao/LocateRequest_Invocation.cpp: Layout change * tao/Muxed_TMS.cpp: Check the return value of pop * tao/Synch_Invocation.cpp: Layout changes Wed Feb 11 13:40:28 UTC 2009 Johnny Willemsen * tests/Bug_3531_Regression/*: * bin/tao_orb_tests.lst: Added bug 3531 regression. Thanks to Russell Mora for creating this test. This will fail, no fix integrated at this moment Wed Feb 11 10:32:28 UTC 2009 Johnny Willemsen * orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.cpp: And now the last msc ver check Wed Feb 11 10:09:28 UTC 2009 Johnny Willemsen * tests/Bug_3565_Regression/run_test.pl: * tests/Bug_3566_Regression/run_test.pl: Improved these scripts Wed Feb 11 08:50:28 UTC 2009 Johnny Willemsen * orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.cpp: Removed a second old msc ver check Wed Feb 11 07:03:28 UTC 2009 Johnny Willemsen * orbsvcs/tests/InterfaceRepo/Application_Test/ifr_dii_client.cpp: Removed old msc ver check Tue Feb 10 20:13:28 UTC 2009 Johnny Willemsen * tests/OctetSeq/run_test.pl: Fixed fuzz errors Tue Feb 10 18:37:28 UTC 2009 Johnny Willemsen * bin/tao_orb_tests.lst: Added 3565/3566 and enabled some tests for fuzz/wince Tue Feb 10 18:36:28 UTC 2009 Johnny Willemsen * tests/OctetSeq/run_test.pl: * tests/AMH_Oneway/run_test.pl: * tests/AMI/run_test.pl: * tests/AMI_Timeouts/run_test.pl: Converted to the new test framework * tests/Bug_3559_Regression/Bug_3559_Regression_Test.cpp: Zap empty spaces Tue Feb 10 18:33:28 UTC 2009 Johnny Willemsen * tests/Bug_3565_Regression/* New test for bugzilla 3565 * tests/Bug_3566_Regression/* New test for bugzilla 3566 Tue Feb 10 18:32:28 UTC 2009 Johnny Willemsen * orbsvcs/orbsvcs/Naming/Naming_Loader.cpp: No need for intermediate variable Tue Feb 10 18:31:28 UTC 2009 Johnny Willemsen * utils/catior/test.bat: Updated for catior rename Tue Feb 10 18:29:28 UTC 2009 Johnny Willemsen * tao/RTCORBA/RT_Mutex.h: Made destructor public to fix GCC 4.4 compile errors Tue Feb 10 05:39:28 UTC 2009 Phil Mesnier * NEWS: revision bump. Tue Feb 10 05:19:18 UTC 2009 Phil Mesnier * ChangeLogs/ChangeLog-09a: Added this file. Mon Feb 09 12:01:28 CST 2009 Phil Mesnier * TAO version 1.6.8 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: