1 Tue Dec 31 23:53:17 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
3 * TAO_IDL/include/idl_global.h: Added missing include to get it
6 * tests/Bug_1269_Regression/ORB_Task.cpp: #included
7 tao/Environment.h to get it compiling on AIX.
9 Thanks to Jon Wackley for the patches.
11 Tue Dec 31 21:03:37 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
13 * performance-tests/Makefile: Added the new directory to the list
15 * performance-tests/Memory/Makefile: Added a new Makefile to
16 compile the sub-directories.
18 Tue Dec 31 20:55:48 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
20 * performance-tests/Memory/Single_Threaded: A simple test for
21 tracking memory usage. This is going to be compiled only on Linux
23 * performance-tests/Memory/Single_Threaded/Memory_Growth.mpc:
24 * performance-tests/Memory/Single_Threaded/Makefile:
25 * performance-tests/Memory/Single_Threaded/Memory_Growth.cpp:
26 * performance-tests/Memory/Single_Threaded/Memory_Growth.h:
27 * performance-tests/Memory/Single_Threaded/README:
28 * performance-tests/Memory/Single_Threaded/Test.idl:
29 * performance-tests/Memory/Single_Threaded/client.cpp:
30 * performance-tests/Memory/Single_Threaded/server.cpp: Files for
33 Tue Dec 31 19:33:09 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
36 * tao/Condition.cpp: Added missing includes for the AIX compiler.
37 Thanks to Jon Wackley for providing this patch.
39 * tao/Leader_Follower.cpp (wait_for_event): Cached the transport
40 id before waiting as a follower or drive the event loop as
41 leader, and use the cached id for all the debug statements. The
42 transport object could dissappear during the process of waiting
43 for connection establishment or connection completion and calls
44 on the transport object could crash. Thanks to Duane Binder for
45 reporting this problem.
47 Tue Dec 31 14:03:53 2002 Nanbor Wang <nanbor@cs.wustl.edu>
49 * tests/RTCORBA/Profile_And_Endpoint_Selection/lanes_r:
50 * tests/RTCORBA/Profile_And_Endpoint_Selection/bands_r:
51 * tests/RTCORBA/Profile_And_Endpoint_Selection/invocation_priorities_r:
52 * tests/RTCORBA/Profile_And_Endpoint_Selection/run_test.pl:
53 Changed to run the tests with reduced numbered priority lanes on
54 Solaris to avoid exhausting the limited SysV semaphores and
55 causing unnecessary warnings. Thanks to Irfan for the new set
56 of configuration files.
58 Mon Dec 30 12:10:49 2002 Balachandran Natarajan <bala@cs.wustl.edu>
60 * examples/AMH/Sink_Server/st_server.dsp:
61 * examples/AMH/Sink_Server/client.dsp:
62 * examples/AMH/Sink_Server/mt_server.dsp: Changed the include path
63 information in the release builds.
65 Mon Dec 30 08:49:31 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
67 * TAO_IDL/util/utl_global.cpp:
69 Fixed bug in #pragma prefix when the prefix directive is followed by
70 an #include directive. Thanks to Adee Ran <adeeran@yahoo.com> for
73 Mon Dec 30 06:12:53 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
75 * examples/AMH/Sink_Server/st_server.dsp (USERDEP__TEST_):
76 * examples/AMH/Sink_Server/client.dsp:
77 * examples/AMH/Sink_Server/mt_server.dsp: Changed the path to the
78 tao_idl in the external_dependencies section. This should fix
79 the warnings in the daily builds.
81 Sun Dec 29 11:29:20 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
83 * examples/AMH/Sink_Server/AMH_Sink_Server.dsw:
84 * examples/AMH/Sink_Server/client.dsp:
85 * examples/AMH/Sink_Server/st_server.dsp:
86 * examples/AMH/Sink_Server/mt_server.dsp:
87 * tests/AMH_Exceptions/AMH_Exceptions.dsw:
88 * tests/AMH_Exceptions/server.dsp:
89 * tests/AMH_Exceptions/client.dsp: Added the above files. No need
90 to explain why they need to be added ;)
92 Sun Dec 29 08:44:06 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
94 * TAO_IDL/ast/ast_array.cpp:
95 * TAO_IDL/ast/ast_sequence.cpp:
96 * TAO_IDL/be/be_array.cpp:
97 * TAO_IDL/be/be_decl.cpp:
98 * TAO_IDL/be/be_sequence.cpp:
99 * TAO_IDL/be/be_union_branch.cpp:
100 * TAO_IDL/be/be_valuetype.cpp:
101 * TAO_IDL/be/be_visitor_amh_pre_proc.cpp:
102 * TAO_IDL/be/be_visitor_ami_pre_proc.cpp:
103 * TAO_IDL/be/be_visitor_argument.cpp:
104 * TAO_IDL/be/be_visitor_array.cpp:
105 * TAO_IDL/be/be_visitor_attribute.cpp:
106 * TAO_IDL/be/be_visitor_component.cpp:
107 * TAO_IDL/be/be_visitor_decl.cpp:
108 * TAO_IDL/be/be_visitor_exception.cpp:
109 * TAO_IDL/be/be_visitor_field.cpp:
110 * TAO_IDL/be/be_visitor_interface_fwd.cpp:
111 * TAO_IDL/be/be_visitor_operation.cpp:
112 * TAO_IDL/be/be_visitor_scope.cpp:
113 * TAO_IDL/be/be_visitor_sequence.cpp:
114 * TAO_IDL/be/be_visitor_structure.cpp:
115 * TAO_IDL/be/be_visitor_typedef.cpp:
116 * TAO_IDL/be/be_visitor_union.cpp:
117 * TAO_IDL/be/be_visitor_union_branch.cpp:
118 * TAO_IDL/be/be_visitor_valuetype_fwd.cpp: #include'd
119 ace/Log_Msg.h to all the above files. This helps compilation to
122 * TAO_IDL/include/ast_module.h: #include'd ace/Unbounded_Set.h.
124 * tao/Condition.h: #include'd tao/orbconf.h and forward declared
127 * tao/FILE_Parser.cpp:
128 * tao/Typecode.cpp: #include'd ace/Malloc_Base.h.
130 All the above changes help compilation on AIX. Thanks to Jon
131 Wackley <jonw@mountaincable.net> for providing these patches.
134 * tao/Muxed_TMS.h: Use recursive mutex instead of a simple
135 mutex. This prevents deadlock that might occur, when a thread
136 tries to send a request during reply dispatching.
138 Sat Dec 28 13:09:53 2002 Nanbor Wang <nanbor@cs.wustl.edu>
140 * tao/Strategies/SHMIOP_Transport.cpp (recv_i): Changed the recv_i
141 method to handle closed socket correctly. The original
142 implementation caused SHMIOP falling into an infinite loop when
143 the other end closed the connection.
145 Sat Dec 28 10:33:20 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
147 * tests/Bug_1361_Regression/Server_Thread_Pool.cpp: Fixed warnings
150 Sat Dec 28 09:35:36 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
152 * tests/Makefile.bor: Removed ior_corbaloc test.
154 Fri Dec 27 20:00:41 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
156 * tests/Bug_1361_Regression/run_test.pl: Added more threads in the
157 client to stress the ORB.
159 Fri Dec 27 14:01:28 2002 Priyanka Gontla <pgontla@ece.uci.edu>
161 * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
162 Decrementing the reference count for object references
163 when unbinding it from the map. Thanks to Carlos for pointing
164 it out. Fixed bug 1403.
166 * orbsvcs/tests/ImplRepo/run_test.pl:
167 Fixed the typo in passing the name of the file to the ORBInitRef
168 option. Did some minor indentation modifications.
170 Fri Dec 27 15:03:36 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
172 * tests/ior_corbaloc: Removed.
174 Fri Dec 27 11:49:22 2002 Priyanka Gontla <pgontla@ece.uci.edu>
176 * tao/CORBALOC_Parser.h:
177 * tao/CORBALOC_Parser.cpp:
178 Modified the signature of parse_string_assign_helper. We dont
179 have to send the length of original string as an argument.
180 When invoking assign_ke_string, the length of the token needs
181 to be sent as opposed to the length of the whole address.
182 Thanks to Bertin Colpron <BColpron@interstarinc.com>
185 Fri Dec 27 14:57:50 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
188 * examples/Makefile.bor: Added ior_corbaloc to the list of
191 Fri Dec 27 14:41:44 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
193 * examples/ior_corbaloc: Moved the test from tests/ior_corbaloc to
194 examples. Moving the test to examples directory would help us to
195 run the test in our daily builds.
197 Fri Dec 27 07:56:31 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
199 * TAO_IDL/be/be_generator.cpp (create_module):
201 Added a line to propagate the prefix of a module to a reopening of
202 that module in another IDL file, overlooked in the changes of
204 Wed Dec 11 18:26:09 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
206 which was causing a reference (in a third IDL file) to a member of
207 the reopened module to lack the correct prefix, if it had been set.
208 Thanks to Nanbor Wang <nanbor@cse.wustl.edu> for reporting the
211 Fri Dec 27 07:15:34 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
213 * examples/Simple/Simple_Util.h: Somehow missed this in my checkin.
215 Thu Dec 26 09:07:21 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
217 * examples/Simple/Simple_Util.h: Added a method to return the
219 * examples/Simple/grid/Grid_Client_i.cpp: Hold the Grid_Factory's
220 object reference in a var instead of a pointer. This prevents
221 memory leaks in the application.
223 Wed Dec 25 17:47:47 2002 Bala <bala@cs.wustl.edu>
225 * TAO version 1.2.8 released.
227 Wed Dec 25 06:24:01 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
229 * docs/performance.html: Added some tips about how to reduce the size of
230 the compile-time and run-time memory footprint.
232 Tue Dec 24 12:36:11 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
234 * orbsvcs/tests/Security/Crash_Test/server.cpp: Fixed a compile
237 Mon Dec 23 22:48:58 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
239 * orbsvcs/tests/Notify/Basic/AdminProperties.h:
240 * orbsvcs/tests/Notify/Basic/AdminProperties.cpp: Fixed compile
241 errors in g++ builds that were caused by improper signatures.
243 Mon Dec 23 22:33:56 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
245 A slight redesign of the changes applied to fix BUG 1276. The
246 redesign was motivated due to a drop in our performance.
248 * tao/Reply_Dispatcher.cpp:
249 * tao/Reply_Dispatcher.h:
250 * tao/Reply_Dispatcher.i: Did a slight redesign of how timeouts are
251 handled. This was necessitated since the previous design made
252 things slow. Though none of the synchronization primitives were
253 used for normal cases ie. invocations without timeouts, we still
254 created them for every invocation. Creation of synchronizaton
255 primitives actually made things slow, and they have now been
258 * tao/Muxed_TMS.cpp: Removed calls to start_dispatch () and
259 end_dispatch () on the Reply_Dispatcher.
261 * tao/Invocation.cpp: We now do a synchronization on the internal
262 lock used by Muxed_TMS strategy so that no two threads are
263 active on the Reply_Handler at the same time. This, though not
264 very elegant, provides the same effect as the changes in "Sun
265 Dec 22 11:26:30 2002 Balachandran Natarajan
266 <bala@isis-server.isis.vanderbilt.edu>". The gist of the changes
267 mentioned above have still been retained.
269 * tao/Exclusive_TMS.cpp: Removed calls to start_dispatch and
270 end_dispatch () on the Reply_Dispatcher.
272 These changes should get our performance back on track.
274 Mon Dec 23 18:21:51 2002 Pradeep Gore <pradeep@oomworks.com>
276 * orbsvcs/tests/Notify/Blocking/Notify_Structured_Push_Consumer.cpp:
277 * orbsvcs/tests/Notify/Discarding/Notify_Sequence_Push_Consumer.cpp:
278 * orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.cpp:
279 * orbsvcs/tests/Notify/Ordering/Notify_Sequence_Push_Consumer.cpp:
280 * orbsvcs/tests/Notify/Ordering/Notify_Structured_Push_Consumer.cpp:
281 * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Notify_Sequence_Push_Consumer.cpp:
282 * orbsvcs/tests/Notify/Sequence_Multi_Filter/Notify_Sequence_Push_Consumer.cpp:
283 * orbsvcs/tests/Notify/Structured_Filter/Notify_Push_Consumer.cpp:
284 * orbsvcs/tests/Notify/Structured_Filter/Structured_Consumer.cpp:
285 * orbsvcs/tests/Notify/Structured_Filter/Structured_Supplier.cpp:
286 * orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Consumer.cpp:
287 * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Consumer.cpp:
288 * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Supplier.cpp:
289 * orbsvcs/tests/Notify/performance-tests/Filter/Sequence_Consumer.cpp:
290 * orbsvcs/tests/Notify/performance-tests/Filter/Structured_Consumer.cpp:
291 * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp:
292 Debug messages are printed only if the debug level is set.
294 Mon Dec 23 16:25:08 2002 Boris S Kolpackov <boris@isis-server.isis.vanderbilt.edu>
296 * orbsvcs/tests/Security/Makefile: Added
297 orbsvcs/tests/Security/Crash_Test/Crash_Test directory.
299 Mon Dec 23 15:50:54 2002 Boris S Kolpackov <boris@isis-server.isis.vanderbilt.edu>
301 * orbsvcs/tests/Security/Crash_Test/Crash_Test.dsw:
302 * orbsvcs/tests/Security/Crash_Test/Crash_Test_Client.dsp:
303 * orbsvcs/tests/Security/Crash_Test/Crash_Test_Server.dsp:
304 * orbsvcs/tests/Security/Crash_Test/Makefile:
305 * orbsvcs/tests/Security/Crash_Test/README:
306 * orbsvcs/tests/Security/Crash_Test/cacert.pem:
307 * orbsvcs/tests/Security/Crash_Test/client.conf:
308 * orbsvcs/tests/Security/Crash_Test/client.cpp:
309 * orbsvcs/tests/Security/Crash_Test/client_cert.pem:
310 * orbsvcs/tests/Security/Crash_Test/client_key.pem:
311 * orbsvcs/tests/Security/Crash_Test/run_test.pl:
312 * orbsvcs/tests/Security/Crash_Test/server.conf:
313 * orbsvcs/tests/Security/Crash_Test/server.cpp:
314 * orbsvcs/tests/Security/Crash_Test/server.ior:
315 * orbsvcs/tests/Security/Crash_Test/server_cert.pem:
316 * orbsvcs/tests/Security/Crash_Test/server_key.pem:
317 * orbsvcs/tests/Security/Crash_Test/test.idl:
318 * orbsvcs/tests/Security/Crash_Test/test_i.cpp:
319 * orbsvcs/tests/Security/Crash_Test/test_i.h:
320 * orbsvcs/tests/Security/Crash_Test/test_i.i:
321 Added a new test to verifies that the ORB's connection
322 management mechanism is functioning properly in conjunction
323 with SSLIOP. For more information please refer to README.
325 Mon Dec 23 15:08:22 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
327 * orbsvcs/tests/Notify/Basic/AdminProperties.cpp:
328 * orbsvcs/tests/Notify/Basic/AdminProperties.h: Fixed a warning
331 Mon Dec 23 15:16:21 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
333 * tao/RTPortableServer/RT_Object_Adapter_Factory.cpp: Moved the
334 setting of the <collocation_resolver_name_> from the constructor
335 to create (), since it is not required immediately on loading
336 the RT_PortableServer. This should fix a problem with GCC 2.95
337 builds on Solaris where the static initializations are all
338 messed up! Surprising that other tests even work.
340 Mon Dec 23 10:44:19 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
342 * TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp:
343 * TAO_IDL/be/be_visitor_ccm_pre_proc.cpp:
345 Fixed code generation errors for components and eventtypes. Thanks
346 to Nanbor Wang <nanbor@cse.wustl.edu> for his example IDL files
347 that uncovered the problem.
349 Mon Dec 23 06:57:41 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
351 * orbsvcs/orbsvcs/Notify/ThreadPool_Task.h:
352 * orbsvcs/orbsvcs/Notify/ThreadPool_Task.cpp: Fixed warnings in
353 SunCC builds. Yet another problem with SunCC compiler. This
354 should also hopefully fix a similar problem with Borland 6.
356 Sun Dec 22 22:46:50 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
358 * tao/Connection_Handler.cpp: Replaced the word "error" from one
359 of the debug statements. The test
360 tests/RTCORBA/MT_Client_Protocol_Priority uses a script that
361 parses the output from the test run to determine if the test was
362 right. The script searches for the word "error" in the output
363 and on seeing it barf's. Hence the change.
365 Sun Dec 22 23:18:58 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
367 * tao/Reply_Dispatcher.h:
368 * tao/Reply_Dispatcher.i: Added an accessor for <timeout_>
370 * tao/Muxed_TMS.cpp: Call start_dispatch () and end_dispatch ()
371 only if the Reply_Dispatcher has timout associated with it. This
372 should fix most of the problems that showed up in the latest
375 Sun Dec 22 20:22:50 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
377 * performance-tests/Latency/Thread_Per_Connection/svc.conf: Used
378 the blocked connect strategy instead of the default
379 strategy. This is needed to work around the problem outlined in
382 Sun Dec 22 11:26:30 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
384 Fix for Bug 1276. Please see
386 http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1276 for more
387 details on this bug. The gist of the fix is this
389 - If a follower thread timesout, it first tries to unbind the
390 dispatcher from the table
392 - If unbinding is succesfull it throws a TIMEOUT exception to
395 - If unbinding is unsuccesful, it waits on a condition variable
396 in the reply dispatcher
398 - Once the reply is available it dispatches the reply.
400 - This helps avoid the race conditions that are documented in
403 None of the above code should be executed when timeouts are not
404 enabled in the ORB ie. for the default path.
406 * tao/Bind_Dispatcher_Guard.cpp:
407 * tao/Bind_Dispatcher_Guard.h:
408 * tao/Bind_Dispatcher_Guard.i: Added method unbind_dispatcher ()
409 which unbinds the dispatcher from the Transport_Mux_Strategy and
410 status (), which allows to set the status of the dispatcher
413 * tao/Transport_Mux_Strategy.h
414 * tao/Exclusive_TMS.cpp:
415 * tao/Exclusive_TMS.h:
417 * tao/Muxed_TMS.h: Changed the signature of the method
418 unbind_dispatcher (). It now returns an int. Further, we mark
419 the Reply_Dispatcher as busy when the dispatching thread is
420 ready to call Reply_Dispatcher::dispatch_reply ().
422 * tao/Reply_Dispatcher.cpp:
423 * tao/Reply_Dispatcher.h:
424 * tao/Reply_Dispatcher.i: Added a mutex and a condition variable
425 for the follower to wait on when a leader thread is within the
426 Reply_Dispatcher. Methods to wait on the CV and to mark the
427 reply_dispatcher as being used and free have been added. These
428 methods are essentially no-ops if timeouts are not set.
430 * tao/Invocation.cpp:
431 * tao/Invocation.h: If the invocation thread gets a timeout, it
432 first unbinds its reply dispatcher from the Mux_Strategy. If the
433 unbind fails (this means that another thread has aleardy
434 collected the reply from the transport) , it waits on the
435 reply_dispatcher to collect the reply instead of just throwing a
438 Fri Dec 20 13:47:33 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
440 * orbsvcs/tests/Security/Big_Request/Makefile:
441 * orbsvcs/tests/Security/Callback/Makefile:
442 * orbsvcs/tests/Security/MT_SSLIOP/Makefile:
443 * orbsvcs/tests/Security/Secure_Invocation/Makefile:
444 * orbsvcs/tests/Security/SecurityLevel1/Makefile: Too much of cut
445 and paste. Fixed places where BIN was assigned something
448 Thu Dec 19 13:45:50 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
450 * TAO_IDL/util/utl_global.cpp:
452 Added a patch sent in by Greg Mulyar <greg_mu@yahoo.com> to make
453 sure that the ACE version of gperf is used when both the ACE and
454 GNU versions of gperf are present. This fixes BUG 1406.
456 Thu Dec 19 08:48:04 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
458 * orbsvcs/tests/Security/Big_Request/Makefile:
459 * orbsvcs/tests/Security/Callback/Makefile:
460 * orbsvcs/tests/Security/MT_SSLIOP/Makefile:
461 * orbsvcs/tests/Security/Secure_Invocation/Makefile:
462 * orbsvcs/tests/Security/SecurityLevel1/Makefile: Added our usual
463 checks to make sure that these dont get built if Security
464 service or SSLIOP libraries arent built. This shold fix compile
465 errors in NO_AMI_MESSAGING and NO_INTERCEPTORS builds.
467 Thu Dec 19 08:25:04 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
469 * tao/Transport_Cache_Manager.cpp: Call
470 TAO_Transport::close_connection_no_purge () in
471 TAO_Transport_Cache_Manager::purge () instead of
472 close_connection_i (). Surprising that Chris Cleeland missed
473 this after we agreed that this was the right things to do. Looks
474 like Chris C has been caught up in a different world altogether
475 :-). This should fix the errors in the daily builds.
477 Wed Dec 18 19:45:45 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
479 * TAO_IDL/fe/fe_declarator.cpp:
481 Added a check for 0 return from a narrow to AST_Type. This
482 check catches attempts to use constants, enum values,
483 attributes, and operations as IDL sequence elements, and
484 outputs an error instead of crashing. Thanks to Petr
485 Ferschmann <pferschmann@kerio.com> for pointing out the
486 problem with enum values.
488 Wed Dec 18 14:48:32 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
493 Added cast operator to Any& for class Any_var. Thanks to Torsten
494 Kuepper <torsten.kuepper@nokia.com> for pointing out the lack of
495 this spec-required operator. This fixes BUG 1404.
497 Wed Dec 18 14:46:53 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
499 * orbsvcs/orbsvcs/Makefile (TAO_ORBSVCS): Build SSL only when
500 corba_messaging and interceptors are infact turned on.
502 Wed Dec 18 08:22:39 2002 Ossama Othman <ossama@uci.edu>
504 * orbsvcs/orbsvcs/LoadBalancing/LB_Random.cpp
505 (tao_lb_random_init_routine):
507 Fixed compile-time problem on platforms that do not support for
508 the Pthread standard. This function should always be visible.
510 Tue Dec 17 09:53:02 2002 Chris Cleeland <cleeland_c@ociweb.com>
512 * tao/Transport_Cache_Manager.*:
514 Fixed deadlock that can occur when trying to gain reactor token
515 and transport cache manager lock while purging cache entries.
516 Unfortunately , the classic solution to the classic
517 deadlock-- which is typically caused by an ordering problem, and is
518 solved by re-ordering--doesn't apply. We simply don't have
519 control of the order due to the fact that we have two frameworks
520 interacting, and the offending bodies of code don't have
521 visibility to both locks.
523 The key is not trying to remove the handler while the transport
524 cache lock is held. So, we break this into two loops. The first
525 loop does everything cache-releated with only the cache lock held,
526 then releases it. The second loop then does only the
527 reactor-related things.
531 - Move purge() from .inl to .cpp.
532 - Fold close_entries() into purge() (purge was the only thing that
533 called close_entries anyway).
534 - Use a stack to accumulate the transports that have been purged
535 in the first loop, then, in the second loop, pop the stack and
536 call the remove_handler on each transport.
537 - Note that the transports whose pointers are stuck in the stack
538 are properly reference counted using
539 TAO_Transport::_duplicate/release.
541 Thanks to Raytheon in San Diego for providing the environment to
544 Tue Dec 17 08:14:35 2002 Chad Elliott <elliott_c@ociweb.com>
546 * utils/nslist/nslist.mpc:
548 Adding an mpc file for nslist and company.
550 Tue Dec 17 06:36:17 2002 Chad Elliott <elliott_c@ociweb.com>
552 * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.cpp:
553 * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.h:
554 * orbsvcs/orbsvcs/Event/EC_Reactive_ConsumerControl.h:
555 * orbsvcs/orbsvcs/Event/EC_Reactive_SupplierControl.h:
556 * orbsvcs/orbsvcs/Event/Memory_Pools.h:
557 * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.h:
558 * orbsvcs/orbsvcs/PortableGroup/PG_MemberInfo.h:
559 * orbsvcs/orbsvcs/Sched/Scheduler_Generic.h:
560 * tao/Default_Endpoint_Selector_Factory.cpp:
563 * tao/PortableServer/POAManager.h:
564 * tao/Strategies/advanced_resource.cpp:
565 * tao/Synch_Refcountable.cpp:
566 * tao/Transport_Cache_Manager.h:
567 * tao/Utils/PolicyList_Destroyer.cpp:
568 * tao/default_resource.cpp:
570 Added #include's and forward declarations for the Green Hills
571 compiler for VxWorks.
573 * orbsvcs/orbsvcs/IOR_Multicast.cpp:
575 Added .inout() to a CORBA::String_var.
577 * orbsvcs/orbsvcs/PortableGroup/Portable_Group_Map.cpp:
579 Divide the object_group_id by 1 to force ACE_U_LongLong (on
580 platforms that don't support unsigned long long) to cast down to
583 * tao/Fault_Tolerance_Service.i:
584 * tao/Fault_Tolerance_Service.cpp:
588 Moved a couple of inline methods to the .cpp to avoid inclusion of
589 header files in the .h.
591 * tao/TAO_Singleton_Manager.cpp:
593 Added check for ghs when determining which version of
594 set_unexpected() to call.
596 Mon Dec 16 23:26:50 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
598 * tao/Policy_Validator.cpp: Reset the last_ to zero during
599 destruction. If not reset, it starts creating problem during
600 reloading of libraries since they see that last_ is not zero but
601 pointing to a stale location. Thanks to Guan
602 Joe <annieg608@hotmail.com> for reporting this. Having a static
603 member is not the way to go. But let me hold on till 1.3 goes
606 Mon Dec 16 17:09:55 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
608 * tao/CORBALOC_Parser.cpp:
612 Silly errors in the fix below. Thanks to Chris Cleeland
613 <cleeland_c@ociweb.com> for catching it.
615 Mon Dec 16 14:27:15 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
618 * tao/CORBALOC_Parser.cpp:
619 * tao/CORBA_String.h:
620 * tao/CORBA_String.inl:
624 Removed the String_var non-const cast operator to char*,
625 as per http://cgi.omg.org/issues/issue3797.txt, and made
626 necessary changes to TAO where CORBA::String_var is
627 passed to strcpy, strcat, etc., without using .out()
630 Mon Dec 16 09:29:32 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
632 * tao/CORBA_String.h:
633 * tao/CORBA_String.inl:
635 Added the spec-required cast operator to char*& for
636 the string_var class. Thanks to Torsten Kuepper
637 <torsten.kuepper@nokia.com> for reporting the oversight.
638 This closes [BUGID:1402].
640 Sun Dec 15 22:26:29 2002 Priyanka Gontla <pgontla@ece.uci.edu>
642 * tao/CORBALOC_Parser.cpp:
643 Fixed a problem with the ior_corbaloc test. A wrong string was
644 being used for strcmp. Thanks to Bala for finding and reporting
647 Sun Dec 15 20:18:53 2002 Priyanka Gontla <pgontla@ece.uci.edu>
649 * tests/ior_corbaloc/status_i.h:
650 * tests/ior_corbaloc/status_i.cpp:
651 * tests/ior_corbaloc/ior_corbaloc_client_i.cpp:
652 Fixed exception macros usage.
654 Sun Dec 15 01:37:14 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
657 * TAO_IDL/fe/lex.yy.cpp:
658 * TAO_IDL/util/utl_global.cpp:
660 Further changes to the #pragma prefix handling. Special checks
661 had to be added to deal with the unique behavior of the
662 preprocessor on the Linux platforms.
664 Sat Dec 14 17:08:17 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
666 * orbsvcs/orbsvcs/Notify/Timer_Queue.cpp: Reverted "Sat Dec 14
667 09:19:30 2002 Balachandran Natarajan
668 <bala@isis-server.isis.vanderbilt.edu>" since the offending ACE
669 change has been reverted. Thanks to Dr. Schmidt for reverting
672 Sat Dec 14 09:19:30 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
674 * orbsvcs/orbsvcs/Notify/Timer_Queue.cpp: #included Reactor.h. No
675 reason to do this, but this change in ACE makes us do this
676 "Fri Dec 13 16:05:05 2002 Douglas C. Schmidt
677 <schmidt@ace.cs.wustl.edu>"
679 The above change just couples the Reactor and the timerqueue
682 Fri Dec 13 17:37:25 2002 Pradeep Gore <pradeep@oomworks.com>
684 * orbsvcs/tests/Notify/Basic/AdminProperties.cpp:
685 Added the "Error" word in the debug message so
686 that it shows up red in the scoreboard on run error.
688 * orbsvcs/tests/Notify/Basic/run_test.pl:
689 AdminProperties test is run conditionally - skipped when the
690 Notification is in Reactive mode, because the Reactive mode does
691 not support any queues to test the MaxQueueLength Admin
692 Property. In the MT mode, it uses the adminproperties.conf
694 * orbsvcs/tests/Notify/MT_Dispatching/run_test.pl:
695 The Notify output is no longer parsed, as the debug messages
698 Fri Dec 13 12:52:31 2002 Ossama Othman <ossama@uci.edu>
700 * orbsvcs/orbsvcs/CosLoadBalancing.idl:
702 Added missing "RequestsPerSecond" LoadId constant.
704 Reordered register_load_monitor() parameters so that they are
705 consistent with the other methods in the PortableGroup and
706 CosLoadBalancing modules (i.e. object to be registered is last
709 Uncommented Strategy::analyze_loads() method. It is required
710 for adaptive load balancing support.
712 * orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.h:
713 * orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.cpp
714 (register_load_monitor):
716 Updated parameter list to match the updated IDL.
718 Unbind the load monitor just registered if scheduling of the
719 timer handler fails. Fixes a resource leak.
721 Fixed problem where it wasn't possible to register more than one
726 Invoke the Strategy::analyze_loads() method on load
727 balancing strategies associated with object groups that have
728 members residing at the given location. This is an adaptive
731 (check_strategy_prop, preprocess_properties):
733 Replaced check_strategy_prop() method with the new
734 preprocess_properties() method. In addition to performing the
735 property checks found in the check_strateg_prop() method,
736 preprocess_properties() also converts the "StrategyInfo"
737 property to a "Strategy" property. This allows applications to
738 retrieve references to the built-in strategies, in addition to
739 fixing a problem where different LeastLoaded strategy
740 configurations could not be created.
744 Since built-in load balancing strategy references are now stored
745 in the object group's property list, the same code that was used
746 for the custom strategies may be used for the built-in ones.
747 The code is now much cleaner.
751 Removed this method. The introduction of the
752 preprocess_properties() method obviates the need for this
755 (extract_float_property):
757 Move this method to the TAO_LB_LeastLoaded servant
758 implementation. It was only used by that servant.
760 * orbsvcs/orbsvcs/LoadBalancing/LB_LeastLoaded.h:
761 * orbsvcs/orbsvcs/LoadBalancing/LB_Random.h:
762 * orbsvcs/orbsvcs/LoadBalancing/LB_RoundRobin.h:
764 All built-in load balancing strategies are now unconstrained.
765 Applications should be able to make invocations on those
768 * orbsvcs/orbsvcs/LoadBalancing/LB_Random.h:
769 * orbsvcs/orbsvcs/LoadBalancing/LB_Random.cpp:
771 Refactored out random number generator initialization code so
772 that other balancing strategies (e.g. LeastLoaded) may
773 initialize it if necessary.
775 If a standard PThreads implementation is configured, use the
776 pthread_once() function to force only a single initialization of
777 the random number generator to occur.
779 (get_loads, analyze_loads):
781 Implemented these methods.
783 * orbsvcs/orbsvcs/LoadBalancing/LB_LeastLoaded.cpp
784 (TAO_LB_LeastLoaded):
786 Initialize the random number generator prior to selecting group
791 Fixed default load rebalancing and request rejection behavior.
792 By default, neither of these should happen, as required by the
793 forthcoming CORBA Load Balancing and Monitoring specification.
795 Fixed problem where the same location was always selected.
797 Cleaned up the code quite a bit.
799 (get_properties, get_loads, analyze_loads):
801 Implemented these methods.
805 New method used to initialize the LeastLoaded servant. All
806 LeastLoaded property extraction and checking is performed in
807 this method. This method is invoked by the LoadManager when an
808 application configures LeastLoaded as its balancing strategy.
810 (extract_float_property):
812 Method that extracts CORBA::Float values from a given
813 LeastLoaded property.
815 * orbsvcs/orbsvcs/LoadBalancing/LB_MemberLocator.cpp (pre_invoke):
819 * orbsvcs/orbsvcs/LoadBalancing/LB_RoundRobin.cpp (get_loads):
822 Implemented these methods.
824 * orbsvcs/LoadBalancer/LoadManager.cpp (ACE_TMAIN):
827 * orbsvcs/LoadBalancer/LoadMonitor.cpp (register_load_monitor):
829 Updated LoadManager::register_load_monitor() call arguments to
830 match the updated IDL.
832 * orbsvcs/orbsvcs/PortableGroup.idl (groups_at_location):
834 Added new method to the ObjectGroupManager interface that
835 returns a sequence of references to the ObjectGroups residing at
836 a given location. This method should be pushed into the
837 forthcoming standard.
839 * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.h:
840 * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp:
842 Implemented ObjectGroupManager::groups_at_location() method.
844 * orbsvcs/orbsvcs/Naming/Hash_Naming_Context.cpp (resolve):
846 Improved exception-safety, and a potential memory leak in the
847 emulated exception case.
849 Fri Dec 13 10:58:40 2002 Pradeep Gore <pradeep@oomworks.com>
851 * orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.cpp:
852 * orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.h:
853 * orbsvcs/tests/Notify/Discarding/Structured_Consumer.cpp:
854 Made amends for "signed unsigned comparison" compile warning.
856 * orbsvcs/orbsvcs/Notify/CosNotify_Initializer.cpp:
857 Removed reference to defunct .inl file.
859 Fri Dec 13 10:04:59 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
861 * TAO_IDL/fe/fe_tmplinst.cpp:
863 Added missing semicolon.
865 Fri Dec 13 00:10:23 2002 Pradeep Gore <pradeep@oomworks.com>
867 * orbsvcs/orbsvcs/Notify/AdminProperties.cpp:
868 Added missing template instantiation for TAO_NS_AdminProperties_var
870 * orbsvcs/orbsvcs/Notify/Builder.cpp:
871 Added a 2 step initialization of TAO_NS_AdminProperties object
872 to appease Borland compiler.
874 * orbsvcs/orbsvcs/Notify/CosNotify_Initializer.cpp:
875 * orbsvcs/orbsvcs/Notify/CosNotify_Initializer.h:
876 Moved Initializer from Notify_Service.cpp to a seperate file.
877 This should fix the bug related to multiple instances of the
878 Initalizer. Thanks to Shelton Tang <stang@altigen.com> for
881 * orbsvcs/orbsvcs/Notify/Notify_Service.cpp:
882 * orbsvcs/orbsvcs/Notify/Notify_Service.h:
883 Removed Initializer class and implementation.
885 * orbsvcs/orbsvcs/Makefile.CosNotification:
886 * orbsvcs/Orbsvcs/CosNotification.dsp:
887 * orbsvcs/Orbsvcs/CosNotification_Static.dsp:
888 * orbsvcs/Orbsvcs/CosNotification.bor:
891 * orbsvcs/Notify_Service/Makefile:
892 * orbsvcs/Notify_Service/Notify_Service.h:
893 Replaced include for Initializer to "CosNotify_Initializer.h"
895 * orbsvcs/tests/Notify/Basic/AdminProperties.h:
896 * orbsvcs/tests/Notify/Basic/AdminProperties.cpp:
897 Modified the test to check MaxQueueLength and MaxSuppliers and
898 MaxConsumers seperately. Events are dispatched in a seperate
899 thread. The main thread receives events, an initial delay and
900 a consumer delay can be configured to provide a lag in event
901 delivery to force the Notification to buffer events.
903 * orbsvcs/tests/Notify/Basic/Sequence.h:
904 * orbsvcs/tests/Notify/Basic/Sequence.cpp:
905 Added a test for sequences. In the default run, this test sends
906 15 events in batches of 5 events via a sequence supplier. It
907 sets the consumer's batch size to 3 and sets a pacing interval
908 of 2 seconds. it checks to see if 15 events are indeed received.
910 * orbsvcs/tests/Notify/Basic/adminproperties.conf:
911 Svc Conf file for the AdminProperties test - This prevents the
912 supplier's event sending thread from reading incomming requests.
914 * orbsvcs/tests/Notify/Basic/Makefile:
915 * orbsvcs/tests/Notify/Basic/Makefile.bor:
916 * orbsvcs/tests/Notify/Basic/Sequence.dsp:
917 * orbsvcs/tests/Notify/Notify_Tests.dsw:
918 * orbsvcs/tests/Notify/Basic/run_test.pl:
921 * orbsvcs/tests/Notify/Discarding/notify.conf:
922 To apply the MaxEventsPerConsumer QoS we need configure a queue
925 * orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.cpp:
926 * orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.h:
927 * orbsvcs/tests/Notify/Discarding/Structured_Consumer.cpp:
928 * orbsvcs/tests/Notify/Discarding/Structured_Supplier.cpp:
929 This test was expecting to receive the same number of events as
930 the MaxEventsPerConsumer. We know that atleast 1 *extra* event
931 will be delivered because the 1st event delivery causes the
932 channel queue to fill up and discard events. Thus, we send 40
933 events, set the MaxEventsPerConsumer at 10 and really expect to
934 see 11 events, but we give some leeway and set the expected count
935 at 13. far less compared to 40.
937 Thu Dec 12 10:10:53 2002 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
939 * orbsvcs/orbsvcs/Naming/Persistent_Context_Index.cpp: Fixed
940 an inappropriate use of ACE_NEW_RETURN where a placement new
941 operator will suffice. Thanks to Torsten Kuepper
942 <torsten.kuepper@nokia.com> for reporting this. Fixes [bugid
945 * docs/performance.html: Added suggestions on how to speedup
946 compilation times for ACE+TAO and applications. Thanks to Alex
947 Hornby <alex@anvil.com> for contributing these suggestions.
949 Thu Dec 12 10:29:11 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
951 * TAO_IDL/fe/fe_tmplinst.cpp:
953 Added an explicit instantiation to the list.
955 Thu Dec 12 09:20:07 2002 Pradeep Gore <pradeep@oomworks.com>
957 * orbsvcs/orbsvcs/CosNotification.bor:
958 Added missing .obj extensions to new files added.
960 Wed Dec 11 23:23:26 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
962 * TAO_IDL/util/utl_global.cpp: Fixed a warning in the builds.
964 Wed Dec 11 18:26:09 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
967 * TAO_IDL/fe/lex.yy.cpp:
968 * TAO_IDL/include/idl_global.h:
969 * TAO_IDL/util/utl_global.cpp:
971 Fixes to the #pragma prefix handling in the IDL compiler.
972 Thanks to Duane Binder <duane.binder@veritas.com> for
973 reporting that one of the "omg.org" prefixes in the
974 chain of (p)idl files included from orb.idl was not
975 getting cleared at file's end.
977 Wed Dec 11 19:18:33 2002 Pradeep Gore <pradeep@oomworks.com>
979 * orbsvcs/orbsvcs/Notify/Notify_Signal_Property_T.cpp:
980 * orbsvcs/orbsvcs/Notify/Notify_Signal_Property_T.h:
981 * orbsvcs/orbsvcs/Notify/Sequence/EventBatch.cpp:
982 * orbsvcs/orbsvcs/Notify/Sequence/EventBatch.h:
983 * orbsvcs/orbsvcs/Notify/Sequence/EventBatch.inl:
984 * orbsvcs/orbsvcs/Notify/Sequence/Method_Request_Dispatch_EventBatch.cpp:
985 * orbsvcs/orbsvcs/Notify/Sequence/Method_Request_Dispatch_EventBatch.h:
986 * orbsvcs/orbsvcs/Notify/Sequence/Method_Request_Dispatch_EventBatch.inl:
987 Removed the following files obsoleted by the changes to Buffering
988 and Sequences described below.
990 * orbsvcs/orbsvcs/Notify/Timer.h:
991 Abstract Timer object that is obtained via the Proxy.
993 * orbsvcs/orbsvcs/Notify/Timer_Queue.cpp:
994 * orbsvcs/orbsvcs/Notify/Timer_Queue.h:
995 * orbsvcs/orbsvcs/Notify/Timer_Queue.inl:
996 Timer implementation that uses the ACE_Timer_Queue.
998 * orbsvcs/orbsvcs/Notify/Timer_Reactor.cpp:
999 * orbsvcs/orbsvcs/Notify/Timer_Reactor.h:
1000 * orbsvcs/orbsvcs/Notify/Timer_Reactor.inl:
1001 Timer implementation that uses the ACE_Reactor::instance. This timer
1002 assumes that the Reactor is run by the main thread.
1004 * orbsvcs/orbsvcs/Notify/Sequence/Batch_Buffering_Strategy.cpp:
1005 * orbsvcs/orbsvcs/Notify/Sequence/Batch_Buffering_Strategy.h:
1006 * orbsvcs/orbsvcs/Notify/Sequence/Batch_Buffering_Strategy.inl:
1007 The Batch Buffering strategy that extends the base
1008 Buffering_Strategy by adding methods to extract batch size events.
1010 * orbsvcs/orbsvcs/Notify/AdminProperties.cpp:
1011 * orbsvcs/orbsvcs/Notify/AdminProperties.h:
1012 * orbsvcs/orbsvcs/Notify/AdminProperties.inl:
1013 Added a global queue lock and condition for global queue not
1014 empty. Added a TAO_NS_AdminProperties_var to manage
1015 AdminProperty lifetime.
1017 * orbsvcs/orbsvcs/Notify/Buffering_Strategy.cpp:
1018 * orbsvcs/orbsvcs/Notify/Buffering_Strategy.h:
1019 * orbsvcs/orbsvcs/Notify/Buffering_Strategy.inl:
1020 The Buffering Strategy(BS) has been re-implemented:
1021 The BS now checks for a local and global maxima when enqueing
1022 events. If either maxima is reached and discarding is enabled,
1023 queued messages are discarded according to the discard policy.
1024 The global lock in the AdminProperties class (created per
1025 Event Channel)is used to serialize access to the global message
1026 count and condition variables.
1027 Note that the local maxima is infact due to the
1028 MaxEventsPerConsumer QoS property. Hence to use this property
1029 there must be a queue configured per proxy supplier. (using
1030 -AllocateTaskPerProxy directive in the svc.conf. see
1031 $TAO_ROOT/orbsvcs/tests/Notify/Discarding/notify.conf for an example)
1033 * orbsvcs/orbsvcs/Notify/Builder.cpp:
1034 * orbsvcs/orbsvcs/Notify/Builder.h:
1035 Removed <apply_threadpool_qos> and <apply_threadpool_lane_qos>
1036 methods. The TAO_NS_Object now provides protected virtual
1037 methods to override concurrency related QoS application.
1039 * orbsvcs/orbsvcs/Notify/EventChannel.cpp:
1040 Removed deletion of AdminProperties Object. As this object is
1041 now refcounted, it automatically gets destroyed when the
1042 EventChannel is destroyed. However, the EC might be destroyed
1043 before its child objects.
1045 * orbsvcs/orbsvcs/Notify/FilterAdmin.cpp:
1046 * orbsvcs/orbsvcs/Notify/FilterAdmin.h:
1047 * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp:
1048 * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.h:
1049 * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch_No_Filtering.cpp:
1050 * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch_No_Filtering.h:
1051 * orbsvcs/orbsvcs/Notify/Method_Request_Lookup.cpp:
1052 * orbsvcs/orbsvcs/Notify/Method_Request_Lookup.h:
1053 * orbsvcs/orbsvcs/Notify/Proxy.cpp:
1054 * orbsvcs/orbsvcs/Notify/Proxy.h:
1055 "Constified" TAO_NS_Event_var parameter.
1057 * orbsvcs/orbsvcs/Notify/Method_Request.cpp:
1058 * orbsvcs/orbsvcs/Notify/Method_Request.h:
1059 - Provided concrete implementations for the <execute> and <copy>
1061 - Added <event> method to obtain the event wrapped by this
1064 * orbsvcs/orbsvcs/Notify/Notify_Service.cpp:
1065 * orbsvcs/orbsvcs/Notify/Notify_Service.h:
1066 - Added <set_event_channel_threads> method.
1067 - Removed check for "threads > 0" in set_XXX_qos_properties
1068 method. If 0 threads are specified, the QoS property for
1069 concurrency defaults to a Reactive model.
1071 * orbsvcs/orbsvcs/Notify/Object.cpp:
1072 * orbsvcs/orbsvcs/Notify/Object.h:
1073 * orbsvcs/orbsvcs/Notify/Object.inl:
1074 - Added <apply_reactive_concurrency>,
1075 <apply_thread_pool_concurrency> and <apply_lane_concurrency> methods.
1076 These methods can be overridden for NS_Object specific concurrency QoS.
1078 * orbsvcs/orbsvcs/Notify/Property.h:
1079 - Removed reference to Notify_Signal_Property_T.
1081 * orbsvcs/orbsvcs/Notify/ProxySupplier.cpp:
1082 * orbsvcs/orbsvcs/Notify/ProxySupplier.h:
1083 Overide TAO_NS_Object::qos_changed method. This method checks
1084 for the MaxEventsPerConsumer QoS property and applies it to the
1085 Buffering Strategy of the Worker Task.
1087 * orbsvcs/orbsvcs/Notify/Reactive_Task.cpp:
1088 * orbsvcs/orbsvcs/Notify/Reactive_Task.h:
1089 * orbsvcs/orbsvcs/Notify/Reactive_Task.inl:
1090 Added acessors for timer and buffering strategy.
1091 The reactor base timer is used and there is no buffering
1094 * orbsvcs/orbsvcs/Notify/ThreadPool_Task.cpp:
1095 * orbsvcs/orbsvcs/Notify/ThreadPool_Task.h:
1096 * orbsvcs/orbsvcs/Notify/ThreadPool_Task.inl:
1097 This task delegates message enqueues and dequeues to the
1098 buffering strategy. The Timer_Queue is used to schedule timers.
1099 The <svc> method thus dispatches timers and executes command objects.
1101 * orbsvcs/orbsvcs/Notify/Worker_Task.cpp:
1102 * orbsvcs/orbsvcs/Notify/Worker_Task.h:
1103 Added abstract accessors for timer and buffering strategy.
1105 * orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp:
1106 * orbsvcs/orbsvcs/Notify/Any/ProxyPushSupplier.cpp:
1107 * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushConsumer.cpp:
1108 * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.cpp:
1109 * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushConsumer.cpp:
1110 * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.cpp:
1111 * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.h:
1112 Added NULL check before <release>ing the peer object.
1114 * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.cpp:
1115 * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.h:
1116 Changed timer handling and related code. Timers are set via the
1117 TAO_NS_Timer object obtained via this objects Proxy. If a
1118 dispatching thread is configured, events are now dispatched in
1119 the context of the dispatching thread and not in the main thread.
1121 * orbsvcs/orbsvcs/Makefile.CosNotification:
1122 * orbsvcs/Orbsvcs/CosNotification.dsp:
1123 * orbsvcs/Orbsvcs/CosNotification_Static.dsp:
1124 * orbsvcs/Orbsvcs/CosNotification.bor:
1127 Wed Dec 11 16:26:48 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1129 * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.cpp: Removed redundant
1130 template instantiations that have already been instantiated
1131 through specialization. This should clear up one of the builds
1134 Tue Dec 10 19:30:56 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
1136 * TAO_IDL/be/be_visitor_array/array_ci.cpp:
1138 Removed all memory management from the *_forany classes. A close reading
1139 of the spec, and discussion with Bala, made it clear that this
1140 class is meant to be nothing more than a helper for the overloaded Any
1141 and CDR stream operators, and should not make any memory management
1142 decisions of its own. Thanks to Petr Tuma <petr.tuma@mff.cuni.cz>
1143 for reporting the oversight.
1145 Tue Dec 10 18:17:12 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1147 * tao/IIOP_Transport.cpp (send_message): Formatted the debug
1148 statement to print out %m instead of %p. The TAO_Transport
1149 object under some circumstances return -1 with errno set to
1150 ENOENT. %m would then be a bit more softer than %p which leads
1153 Tue Dec 10 16:15:09 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1155 * Makefile: Added a target 'reverseclean' to be used in our daily
1158 Mon Dec 9 22:25:06 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
1160 * TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp:
1162 Added initialization for INOUT and OUT argument declarations in the
1163 skeleton body when they are of any integer or floating point type.
1164 This is a workaround for VC7, which has an internal compiler error
1165 when the corresponding IDL operation has certain non-void return
1166 types, i.e., when this return type is declared in the skeleton
1167 body just before the argument in question. The C++ compiler is
1168 evidently unable to tell that the argument variable is intialized
1169 by demarshaling later in the generated skeleton body. Thanks to
1170 Tim Pullen <tim@timpullen.co.uk> for reporting the problem.
1172 Mon Dec 09 18:11:02 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1174 * tests/OBV/TC_Alignment/server.dsp:
1175 * tests/OBV/TC_Alignment/client.dsp: Fixed the release build
1178 Mon Dec 9 15:43:38 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1180 * tao/Connection_Handler.cpp (handle_input_eh): Use a cached
1181 transport id instead of calling id () when printing out
1182 ACE_DEBUG statements. Thanks to Duane Binder for reporting the
1185 Mon Dec 9 14:51:01 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1187 * tao/LF_Connect_Strategy.cpp (wait): Cosmetic fixes to the debug
1188 statements. Should fix a FMR problem with Purify.
1190 Mon Dec 9 16:33:07 UTC 2002 Don Hinton <dhinton@ieee.org>
1192 * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.i: Added missing
1195 Mon Dec 9 10:26:07 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1197 * tao/IIOP_Transport.cpp (recv_i): Fixed a small error in the
1198 debug statement. Thanks to Duane Binder for pointing this out.
1200 * tao/IIOP_Connection_Handler.cpp: Initialized dscp_codepoint_ in
1201 the second constructor. This was observed by Ossama, Duane
1202 Binder and me. I decided to check this in.
1204 Thu Dec 5 20:45:49 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
1206 * orbsvcs/orbsvcs/Event_Utilities.cpp (event_debug): Print out the
1207 debugging info in hex as well as decimal. Thanks to Oliver Kellog
1208 <oliver.kellogg@sysde.eads.net> for reporting this.
1210 Sat Dec 7 09:44:33 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
1212 * orbsvcs/orbsvcs/CosTime.dsp:
1213 * orbsvcs/orbsvcs/CosTrading.dsp:
1214 * orbsvcs/orbsvcs/DsLogAdmin.dsp:
1215 * orbsvcs/orbsvcs/Fault_Tolerance.dsp:
1217 Changes to MFC project settings for IDL compilation. Thanks to
1218 John Morey <jmorey@mmintl.com> for reporting the bugs.
1220 Sat Dec 7 11:59:06 UTC 2002 Don Hinton <dhinton@ieee.org>
1222 * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.cpp: Removed close
1223 from dtor since it can raise an exception. This is
1224 consistent with previous behavior since the user must
1225 explicitely call close.
1227 Fri Dec 6 21:02:48 UTC 2002 Don Hinton <dhinton@ieee.org>
1229 * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.{h,cpp}: Removed use of
1230 TAO:Utils:Implicit_Deactivator since it has problems on windows.
1231 Made dtor exception safe. Thanks to Bala for pointing this out.
1233 * orbsvcs/tests/EC_Custom_Marshal/Makefile:
1234 * orbsvcs/tests/EC_MT_Mcast/Makefile:
1235 * orbsvcs/tests/EC_Mcast/Makefile:
1236 * orbsvcs/tests/EC_Multiple/Makefile:
1237 * orbsvcs/tests/EC_Throughput/Makefile:
1238 * orbsvcs/tests/Event/Basic/Makefile:
1239 * orbsvcs/tests/Event/Performance/Makefile: Removed link to
1240 libTAO_Utils to pick up Implicit_Deactivator due to windows
1241 problem cited above.
1243 Fri Dec 6 05:20:28 UTC 2002 Don Hinton <dhinton@ieee.org>
1245 * orbsvcs/orbsvcs/Event/ECG_Mcast_EH.{h,i,cpp}: Refactored
1246 code to properly remove event handlers from the reactor. This
1247 included refcounting the event handlers. Added ifdef for
1248 ACE_LACKS_PERFECT_MULTICAST_FILTERING so that platforms that
1249 bind the multicast address by default don't even try to
1250 join multiple groups on a single socket before adding a new
1251 socket. Also added a deactivator for the Observer class to
1252 help simplify deactivation on shutdown and in case of exceptions.
1253 Thanks to Russ Noseworthy for reporting this.
1255 * orbsvcs/tests/EC_Custom_Marshal/Makefile:
1256 * orbsvcs/tests/EC_MT_Mcast/Makefile:
1257 * orbsvcs/tests/EC_Mcast/Makefile:
1258 * orbsvcs/tests/EC_Multiple/Makefile:
1259 * orbsvcs/tests/EC_Throughput/Makefile:
1260 * orbsvcs/tests/Event/Basic/Makefile:
1261 * orbsvcs/tests/Event/Performance/Makefile: Added link to
1262 libTAO_Utils to pick up Implicit_Deactivator.
1264 Thu Dec 5 14:42:21 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1266 * tests/Server_Connection_Purging/client.cpp: Fixed a warning in
1269 Thu Dec 5 11:16:40 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1271 * tests/Server_Connection_Purging/run_test.pl: Missed this in my
1274 Thu Dec 5 08:24:23 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1276 * tests/Bug_1020_Regression/Bug_1020_Regression.dsw (Project):
1277 * tests/Bug_1020_Regression/client.dsp:
1278 * tests/Bug_1020_Regression/server.dsp: Removed them since they
1279 dont compile if service pack 5 isnt loaded.
1281 Thu Dec 5 09:58:45 UTC 2002 Don Hinton <dhinton@ieee.org>
1283 * docs/tutorials/Quoter/index.html:
1284 * docs/tutorials/Quoter/On_Demand_Activation/index.html:
1285 * docs/tutorials/Quoter/Simple/Persistent/index.html: Fixed a
1286 few minor typos and ommissions in the code sections, along with
1287 an html formatting problem that showed up with certain browsers.
1289 Wed Dec 4 23:40:31 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1291 * tao/Transport.cpp: Old habits die-hard. Made a mistake while
1292 constructing objects, which basically leads to unspecified
1293 behaviours on g++, Sunc++ etc. Fixed object construction by
1294 adding a temporary variable. This should fix most of the
1295 problems that showed up in our builds.
1297 Wed Dec 4 18:34:21 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1299 * tests/Makefile: Added the new test to the list of DIRS.
1301 Wed Dec 4 18:30:55 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1303 * tests/Server_Connection_Purging/Test_i.h:
1304 * tests/Server_Connection_Purging/Test_i.cpp:
1305 * tests/Server_Connection_Purging/Test.idl:
1306 * tests/Server_Connection_Purging/client.cpp:
1307 * tests/Server_Connection_Purging/server.cpp:
1308 * tests/Server_Connection_Purging/Makefile:
1309 * tests/Server_Connection_Purging/run_test.pl:
1310 * tests/Server_Connection_Purging/svc.conf: Simple test for
1311 checking whether the handles on the server side are being
1312 purged. Borland and Win32 files would follow.
1314 Wed Dec 4 17:25:06 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1316 * tao/Transport_Cache_Manager.cpp (update_item) : Return -1 in
1317 case the map entry is zero after holding the lock. Thanks to
1318 Scott Harris for pointing this out.
1320 Wed Dec 4 17:15:29 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1322 * tao/TAO_Server_Request.cpp: Fixed a typo in this "Tue Dec 3
1323 18:13:42 2002 Balachandran Natarajan
1324 <bala@isis-server.isis.vanderbilt.edu>" checkin.
1326 Wed Dec 4 13:00:53 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1328 * tao/Connect_Strategy.h:
1329 * tao/Connect_Strategy.cpp (post_failed_connect): Improved
1330 documentation for this abstract class since it was outdated.
1332 Wed Dec 4 12:50:39 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1334 * tao/Connection_Handler.h:
1335 * tao/Connection_Handler.cpp: Added a new method is_finalized ()
1336 which returns whether the connection handler has reached its
1339 Wed Dec 4 12:24:52 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1341 * tao/LF_CH_Event.h (TAO_LF_CH_Event): Made the call is_state_final ()
1344 Wed Dec 4 12:14:09 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1346 * tao/Reactive_Connect_Strategy.cpp: Use the LF_Event's standard
1347 calls, like keep_waiting (), successful () and error_detected ()
1348 to wait and collect results, instead of using special calls on
1349 the connection handler.
1351 Wed Dec 04 07:05:06 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1353 * tests/OBV/TC_Alignment/client.dsp:
1354 * tests/OBV/TC_Alignment/server.dsp: Fixed release configurations.
1356 Wed Dec 04 06:59:27 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1358 * tests/Bug_1020_Regression/Bug_1020_Regression.dsw (Project):
1359 * tests/Bug_1020_Regression/client.dsp:
1360 * tests/Bug_1020_Regression/server.dsp: Added MSVC files for the test.
1362 Tue Dec 3 21:38:02 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1364 * tao/IIOP_Connector.cpp:
1365 * tao/Strategies/SHMIOP_Connector.cpp:
1366 * tao/Strategies/UIOP_Connector.cpp:
1367 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp:
1368 * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp: Obtain the status
1369 of the state transformations on the connection handler before
1370 decrementing the refcount and pass that to the
1371 post_failed_connect () call.
1373 Tue Dec 3 21:27:52 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1375 * tao/Blocked_Connect_Strategy.cpp:
1376 * tao/Blocked_Connect_Strategy.h:
1377 * tao/Connect_Strategy.cpp:
1378 * tao/Connect_Strategy.h:
1379 * tao/LF_Connect_Strategy.cpp:
1380 * tao/LF_Connect_Strategy.h:
1381 * tao/Reactive_Connect_Strategy.cpp:
1382 * tao/Reactive_Connect_Strategy.h: Did some refactoring of code,
1383 especially the call to post_failed_connect (). Since all connect
1384 strategies may require some cleaning up, moved the
1385 implementation to the base class. Added an argument to the call
1386 post_failed_connect () to indicate the status of the state
1387 transformations that occurred on the Connection_Handler.
1389 Tue Dec 3 18:16:38 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1391 * tao/LF_Connect_Strategy.h:
1392 * tao/LF_Connect_Strategy.cpp:
1393 * tao/Reactive_Connect_Strategy.h
1394 * tao/Reactive_Connect_Strategy.cpp: Implemented the
1395 post_failed_connect () method to shutdown the connection
1396 handler properly for cases that are not taken care by the asynch
1397 connect process in ACE_Svc_Handler. This fixes a memory leak
1398 reported by Duane Binder of Veritas. Thanks a lot to Duane
1399 reporting the problem and teaching me how to reproduce this on
1400 solaris. I couldnt reproduce this on Win32 and Linux since the
1401 the TCP stack behaved a bit differently on those platforms.
1403 Tue Dec 3 18:13:42 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1405 Fix for BUG 1382. Please see
1407 http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1382
1409 for details. The problem is basically that we didnt know when and
1410 how to do reference counting. The following fix addresses
1414 * tao/Transport.inl (TAO_Transport_Refcount_Guard): A new helper
1415 guard class which increments the refcount when constructed and
1416 decrements the refcount on destruction.
1418 * tao/Transport.cpp (process_parsed_messages): Just before
1419 resuming the handle, increment the refcount of TAO_Transport and
1420 decrement it when exiting the scope once request and reply
1423 * tao/TAO_Server_Request.cpp: Removed incrementing and
1424 decrementing the TAO_Transport. It has now been moved to
1425 TAO_Transport::process_parsed_messages () which is a safer and
1426 the right place to do refcounting. Manipulating refcounts here
1427 is too late between which world of bad things could strike.
1429 Mon Dec 2 18:42:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
1431 * examples/Borland/ChatClient.cpp:
1432 * examples/Borland/ChatClientWnd.cpp:
1433 * examples/Borland/ORBThread.cpp:
1434 Made these files compiling with latest version of TAO
1436 * examples/Borland/README:
1437 Added more info about what to do if someone wants to compile
1438 this example. Thanks to Tim Smith <timsmith_s@hotmail.com>
1439 for reporting that this example doesn't compile anymore.
1441 Mon Dec 2 13:25:20 2002 Craig Rodrigues <crodrigu@bbn.com>
1443 * orbsvcs/orbsvcs/Makefile.av (ACE_SHLIBS): Add -lTAO_IORTable to
1444 appease MacOS X linker.
1446 Mon Dec 2 13:21:26 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1448 * tao/Utils/Auto_Functor.cpp: Changed the names of #ifndef. They
1449 had the same symbols as the header file. Thanks to Don Hinton
1450 for pointing this out.
1452 Sun Dec 01 10:17:32 2002 Balachandran <bala@cs.wustl.edu>
1454 * TAO version 1.2.7 released.
1456 Sat Nov 30 13:38:34 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
1458 * orbsvcs/orbsvcs/CosNotification_Static.dsp:
1460 Changes to project settings.
1462 Sat Nov 30 09:38:33 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1464 * tao/Transport_Cache_Manager.cpp: Added a second check after
1465 holding the lock for the hash map entry in update_item ().
1467 Fri Nov 29 19:42:12 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1469 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp:
1470 * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connection_Handler.cpp:
1471 * tao/Strategies/SHMIOP_Connection_Handler.cpp:
1472 * tao/Strategies/UIOP_Connection_Handler.cpp: Replicated the changes
1473 in IIOP to the above protocols. Need to refactor this code.
1475 Fri Nov 29 19:30:20 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1477 * tao/Connect_Strategy.h:
1478 * tao/Connect_Strategy.cpp: Added a new method post_failed_connect
1479 () which could be used to do cleanup if the connect () call
1482 * tao/Blocked_Connect_Strategy.h:
1483 * tao/Blocked_Connect_Strategy.cpp: Implemented the
1484 post_failed_connect () method to do cleanup of the svc_handler
1485 created. Since the blocked connect strategy doesnt use the
1486 reactor, and hence no handle_close () call if connection
1487 establishment fails, we need to employ a seperate mechanism to
1488 take care of cleanup. This fixes a memory leak.
1490 * tao/IIOP_Connector.cpp: Call post_failed_connect () if the
1491 connect () call fails.
1493 Fri Nov 29 19:25:59 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1495 * tao/Transport.cpp: Prevented the thread doing the server side
1496 purging from waiting on the LF and waiting for connection
1497 closure, since its of no use.
1499 Fri Nov 29 18:13:03 2002 Nanbor Wang <nanbor@cs.wustl.edu>
1501 * orbsvcs/orbsvcs/Notify/ThreadPool_Task.cpp: Changed to use
1502 Thread_Manager::task () directly to acquire the task pointer of
1503 the current thread instead of acquiring it indirectly from the
1504 Thread_Descriptor since accessing Thread_Descriptor directly is
1507 Fri Nov 29 12:58:00 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
1509 * tests/OBV/TC_Alignment/TC_Alignment.dsw:
1510 * tests/OBV/TC_Alignment/client.dsp:
1511 * tests/OBV/TC_Alignment/server.dsp:
1513 Renamed the project files, since the default filename (the same as the
1514 project name) contained whitespace.
1516 Fri Nov 29 12:31:20 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
1518 * orbsvcs/orbsvcs/CosNotification.dsp:
1520 Changes to IDL compiler settings for this project.
1522 Fri Nov 29 11:42:45 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1524 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp:
1525 * tao/Strategies/SHMIOP_Connection_Handler.cpp:
1526 * tao/Strategies/UIOP_Connection_Handler.cpp: Cache and idle the
1527 transport in add_transport_to_cache () instead of just caching
1528 and leaving the transport in busy state.
1530 Fri Nov 29 11:16:28 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1532 This set of fixes are for fixing BUG 1247. Please see
1534 http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1247
1535 for more details. The problem is that the server side connections
1536 never got purged. The cache manager was designed to purge
1537 connections in the client and server end.
1539 * tao/Transport_Cache_Manager.h:
1540 * tao/Transport_Cache_Manager.cpp:
1541 * tao/transport_cache_manager.inl: Added two new methods,
1542 cache_idle_transport () and update_entry (). The former
1543 caches the transport and puts it in the idle and purgable
1544 state. The latter is useful to update the purge policy
1548 * tao/Transport.cpp: Added a new method update_transport () which
1549 in turn calls the TAO_Transport_Cache_Manager::update_entry ()
1550 to update the purging policy information.
1552 In close_connection_shared (), the connection handler is set in
1553 a temporary state before waiting on the LF for connection
1556 * tao/Connection_Handler.cpp (TAO_Connection_Handler):
1557 * tao/Connection_Handler.h: Added a new method
1558 connection_close_wait () to set the connection handler in a
1559 a state which is an intermediate state between SUCESS and
1562 Added a call to update transport information in handle_output_eh
1563 () and handle_input_eh (). This is needed for the following
1566 . A connection could be cached by a server thread and the
1567 connection would be continously used to receive requests. In
1568 such cases the cache and purging policies should be updated
1569 to ensure that actively used connections are not purged.
1571 . In BiDirectional cases, a client thread could cache the
1572 connection, but the connection could be actively used by a
1573 server thread. An update is needed to avoid purging the
1574 connections abruptly.
1576 * tao/IIOP_Connection_Handler.cpp: Cache and idle the transport in
1577 add_transport_to_cache () instead of just caching and leaving
1578 the transport in busy state.
1581 * tao/LF_CH_Event.h:
1582 * tao/LF_CH_Event.cpp: Added a new temporary state in the path
1583 from LFS_SUCCESS to LFS_CONNECTION_CLOSED.
1585 Fri Nov 29 09:56:46 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1587 * tests/OBV/Any/client.cpp:
1588 * tests/OBV/Any/AnyS_impl.cpp: Fixed compile errors in BCB6
1591 Fri Nov 29 08:01:56 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1593 * orbsvcs/orbsvcs/Makefile: PortableGroup will not be compiled if
1596 Fri Nov 29 11:55:41 2002 D A Hanvey <d.hanvey@qub.ac.uk>
1598 * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp:
1599 * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.h:
1601 Fixed Segmentation fault.
1604 Thu Nov 28 22:39:38 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1606 * orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp:
1607 Fixed warnings in builds where excetions are turned off.
1610 Thu Nov 28 22:30:37 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1612 * tests/OBV/TC_Alignment/client.cpp: Fixed errors and warnings in
1613 builds where exceptions are turned off.
1615 Thu Nov 28 14:45:43 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1617 * tests/Bug_1361_Regression/Server_Thread_Pool.cpp (svc):
1618 * tests/Bug_1361_Regression/Server_Thread_Pool.h:
1619 * tests/Bug_1361_Regression/shutdown.cpp: Fixed warnings and
1622 Thu Nov 28 07:57:12 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1624 * orbsvcs/orbsvcs/Notify/Admin.h:
1625 * orbsvcs/orbsvcs/Notify/EventChannel.h:
1626 * orbsvcs/orbsvcs/Notify/EventChannelFactory.h:
1627 * orbsvcs/orbsvcs/Notify/Proxy.h: Added missing includes to
1628 compile a bit better on VC 7.0. Thanks to Tommy Andreasen
1629 <tommy.andreasen@radiometer.dk> for providing patches.
1631 Thu Nov 28 07:40:16 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1633 * tests/OBV/TC_Alignment/server.cpp: Fixed fuzz errors.
1635 Thu Nov 28 07:03:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
1637 * tests/OBV/Any/client.bor:
1638 * tests/OBV/Any/server.bor:
1639 Fix errors in these bcb makefiles.
1641 Wed Nov 27 22:31:34 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1643 * tests/Bug_1361_Regression/Server_Thread_Pool.h:
1644 * tests/Bug_1361_Regression/Server_Thread_Pool.cpp: Converted the
1645 usage of ACE_SYNCH_MUTEX to ACE_SYNCH. Missed that
1646 Message_Queue needs a condition variable in addition to the
1649 Wed Nov 27 18:58:25 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
1651 * orbsvcs/orbsvcs/CosNotification_Static.dsp:
1653 Fixed project settings.
1655 Wed Nov 27 18:32:31 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1657 * tests/OBV/TC_Alignment/Makefile:
1658 * tests/OBV/TC_Alignment/client.cpp: Fixed problems in g++ builds.
1660 Wed Nov 27 15:22:13 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1662 * tests/Bug_1361_Regression/Server_Thread_Pool.cpp: Fixed a
1663 warning from our daily builds.
1665 Wed Nov 27 14:02:16 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
1667 * tests/OBV/TC_Alignment/Makefile:
1669 Applied patch sent by Criag Rodrigues <crodrigu@bbn.com>.
1671 Wed Nov 27 13:45:32 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1673 * orbsvcs/orbsvcs/Log/NotifyLog_i.h: Fixed conflicts the files.
1675 Wed Nov 27 13:03:19 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
1679 Changed handling of valuetypes to skip a long when skipping the
1680 valuetype typecode members ValueModifier and Visibility.
1681 Even though these quanitities are defined as constant short types
1682 by the spec, the IDL compiler creates typecodes with a hard-coded
1683 array of longs. Skipping a short can cause an alignment problem depending
1684 on what comes previously in the CDR stream. Thanks to Pablo d'Angelo
1685 <pablo@mathematik.uni-ulm.de> for reporting the problem and for
1686 sending in example code.
1688 * tests/OBV/TC_Alignment/Makefile:
1689 * tests/OBV/TC_Alignment/Makefile.bor:
1690 * tests/OBV/TC_Alignment/OBV TC Alignment Client.dsp:
1691 * tests/OBV/TC_Alignment/OBV TC Alignment Server.dsp:
1692 * tests/OBV/TC_Alignment/OBV_TC_Alignment.mpc:
1693 * tests/OBV/TC_Alignment/README:
1694 * tests/OBV/TC_Alignment/TC_Alignment.dsw:
1695 * tests/OBV/TC_Alignment/client.bor:
1696 * tests/OBV/TC_Alignment/client.cpp:
1697 * tests/OBV/TC_Alignment/run_test.pl:
1698 * tests/OBV/TC_Alignment/server.bor:
1699 * tests/OBV/TC_Alignment/server.cpp:
1700 * tests/OBV/TC_Alignment/test.idl:
1701 * tests/OBV/TC_Alignment/test_i.cpp:
1702 * tests/OBV/TC_Alignment/test_i.h:
1704 New test added to check for recurrence of the above problem.
1706 * tests/OBV/Makefile:
1707 * tests/OBV/Makefile.bor:
1709 Added new test to parent directory makefiles.
1711 Wed Nov 27 12:30:41 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1713 * orbsvcs/orbsvcs/Makefile.DsEventLogAdmin:
1714 * orbsvcs/orbsvcs/Makefile.DsLogAdmin:
1715 * orbsvcs/orbsvcs/Makefile.DsNotifyLogAdmin: Updated dependencies.
1717 Wed Nov 27 16:35:03 2002 D A Hanvey <d.hanvey@qub.ac.uk>
1719 * orbsvcs/orbsvcs/Log/NotifyLogConsumer.h:
1720 * orbsvcs/orbsvcs/Log/NotifyLogFactory_i.h:
1721 * orbsvcs/orbsvcs/Log/NotifyLogNotification.h:
1723 Removed includes to deprecated files.
1726 Wed Nov 27 13:54:55 2002 D A Hanvey <d.hanvey@qub.ac.uk>
1728 * orbsvcs/tests/Log/Basic_Log_Test/client.cpp:
1729 * orbsvcs/tests/Log/Basic_Log_Test/Basic_Log_Test.cpp:
1730 * orbsvcs/tests/Log/Basic_Log_Test/Basic_Log_Test.h:
1731 * orbsvcs/tests/Log/Basic_Log_Test/Makefile:
1733 Documentation changes to files.
1736 Wed Nov 27 13:48:19 2002 D A Hanvey <d.hanvey@qub.ac.uk>
1738 * orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.cpp:
1739 * orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.h:
1740 * orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.cpp:
1741 * orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.h:
1742 * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp:
1743 * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.h:
1744 * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Server.cpp:
1745 * orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.cpp:
1746 * orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.cpp:
1748 Documentation changes to files.
1751 Wed Nov 27 13:36:11 2002 D A Hanvey <d.hanvey@qub.ac.uk>
1753 * orbsvcs/examples/Log/Basic/main.cpp:
1754 * orbsvcs/examples/Log/Basic/TLS_Client.cpp:
1755 * orbsvcs/examples/Log/Basic/TLS_Client.h:
1756 * orbsvcs/examples/Log/Event/Event_Consumer.cpp:
1757 * orbsvcs/examples/Log/Event/Event_Consumer.h:
1758 * orbsvcs/examples/Log/Event/Event_Supplier.cpp:
1759 * orbsvcs/examples/Log/Event/Event_Supplier.h:
1760 * orbsvcs/examples/Log/Notify/Notify_Consumer.cpp:
1761 * orbsvcs/examples/Log/Notify/Notify_Consumer.h:
1762 * orbsvcs/examples/Log/Notify/Notify_Supplier.cpp:
1763 * orbsvcs/examples/Log/Notify/Notify_Supplier.h:
1764 * orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.cpp:
1765 * orbsvcs/examples/Log/RTEvent/RTEvent_Consumer.h:
1766 * orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp:
1767 * orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.h:
1769 Documenation changes to files.
1771 Wed Nov 27 07:18:54 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1773 * tests/Bug_1361_Regression/Server_Thread_Pool.h:
1774 * tests/Bug_1361_Regression/Server_Thread_Pool.cpp: Fixed compile
1775 errors in single threaded builds.
1777 Wed Nov 27 13:19:19 2002 D A Hanvey <d.hanvey@qub.ac.uk>
1779 * orbsvcs/orbsvcs/Makefile.DsEventLogAdmin:
1780 * orbsvcs/orbsvcs/Makefile.DsNotifyLogAdmin:
1781 * orbsvcs/orbsvcs/Makefile.RTEventLogAdmin:
1783 Files amended for new *LogConsumer files.
1785 Wed Nov 27 13:12:54 2002 D A Hanvey <d.hanvey@qub.ac.uk>
1787 * orbsvcs/orbsvcs/Log/BasicLogFactory_i.cpp:
1788 * orbsvcs/orbsvcs/Log/BasicLogFactory_i.h:
1789 * orbsvcs/orbsvcs/Log/BasicLog_i.cpp:
1790 * orbsvcs/orbsvcs/Log/BasicLog_i.h:
1791 * orbsvcs/orbsvcs/Log/EventLogConsumer.cpp:
1792 * orbsvcs/orbsvcs/Log/EventLogConsumer.h:
1793 * orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp:
1794 * orbsvcs/orbsvcs/Log/EventLogFactory_i.h:
1795 * orbsvcs/orbsvcs/Log/EventLogNotification.cpp:
1796 * orbsvcs/orbsvcs/Log/EventLogNotification.h:
1797 * orbsvcs/orbsvcs/Log/EventLog_i.cpp:
1798 * orbsvcs/orbsvcs/Log/EventLog_i.h:
1799 * orbsvcs/orbsvcs/Log/Iterator_i.cpp:
1800 * orbsvcs/orbsvcs/Log/Iterator_i.h:
1801 * orbsvcs/orbsvcs/Log/LogMgr_i.cpp:
1802 * orbsvcs/orbsvcs/Log/LogMgr_i.h:
1803 * orbsvcs/orbsvcs/Log/LogNotification.cpp:
1804 * orbsvcs/orbsvcs/Log/LogNotification.h:
1805 * orbsvcs/orbsvcs/Log/LogRecordStore.cpp:
1806 * orbsvcs/orbsvcs/Log/LogRecordStore.h:
1807 * orbsvcs/orbsvcs/Log/LogRecordStore_persist.cpp:
1808 * orbsvcs/orbsvcs/Log/LogRecordStore_persist.h:
1809 * orbsvcs/orbsvcs/Log/Log_Constraint_Interpreter.cpp:
1810 * orbsvcs/orbsvcs/Log/Log_Constraint_Interpreter.h:
1811 * orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.cpp:
1812 * orbsvcs/orbsvcs/Log/Log_Constraint_Visitors.h:
1813 * orbsvcs/orbsvcs/Log/Log_i.cpp:
1814 * orbsvcs/orbsvcs/Log/Log_i.h:
1815 * orbsvcs/orbsvcs/Log/NotifyLogConsumer.cpp:
1816 * orbsvcs/orbsvcs/Log/NotifyLogConsumer.h:
1817 * orbsvcs/orbsvcs/Log/NotifyLogFactory_i.cpp:
1818 * orbsvcs/orbsvcs/Log/NotifyLogFactory_i.h:
1819 * orbsvcs/orbsvcs/Log/NotifyLogNotification.cpp:
1820 * orbsvcs/orbsvcs/Log/NotifyLogNotification.h:
1821 * orbsvcs/orbsvcs/Log/NotifyLog_i.cpp:
1822 * orbsvcs/orbsvcs/Log/NotifyLog_i.h:
1823 * orbsvcs/orbsvcs/Log/PersistStore.cpp:
1824 * orbsvcs/orbsvcs/Log/PersistStore.h:
1825 * orbsvcs/orbsvcs/Log/RTEventLogConsumer.cpp:
1826 * orbsvcs/orbsvcs/Log/RTEventLogConsumer.h:
1827 * orbsvcs/orbsvcs/Log/RTEventLogFactory_i.cpp:
1828 * orbsvcs/orbsvcs/Log/RTEventLogFactory_i.h:
1829 * orbsvcs/orbsvcs/Log/RTEventLogNotification.cpp:
1830 * orbsvcs/orbsvcs/Log/RTEventLogNotification.h:
1831 * orbsvcs/orbsvcs/Log/RTEventLog_i.cpp:
1832 * orbsvcs/orbsvcs/Log/RTEventLog_i.h:
1834 Documentation changes to files.
1836 Wed Nov 27 10:14:26 2002 D A Hanvey <d.hanvey@qub.ac.uk>
1838 * orbsvcs/orbsvcs/RTEventLog.dsp:
1839 * orbsvcs/orbsvcs/DsEventLogAdmin.dsp:
1840 * orbsvcs/orbsvcs/DsNotifyLogAdmin.dsp:
1842 Updated to reflect additional files...
1843 orbsvcs/orbsvcs/Log/EventLogConsumer.h
1844 orbsvcs/orbsvcs/Log/EventLogConsumer.cpp
1845 orbsvcs/orbsvcs/Log/NotifyLogConsumer.h
1846 orbsvcs/orbsvcs/Log/NotifyLogConsumer.cpp
1847 orbsvcs/orbsvcs/Log/RTEventLogConsumer.h
1848 orbsvcs/orbsvcs/Log/RTEventLogConsumer.h
1850 Wed Nov 27 09:23:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
1852 * tests/Bug_1361_Regression/Test.idl:
1855 * tests/Bug_1361_Regression/server.bor:
1856 Removed not existing file and corrected TAO_IDL flags
1858 * tests/Bug_1361_Regression/client.bor:
1859 Corrected TAO_IDL flags
1861 * tests/Bug_1361_Regression/Makefile.bor:
1864 Tue Nov 26 23:09:41 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1867 * tests/Makefile.bor: Added the new test to the daily builds.
1869 * tests/Bug_1361_Regression/server.bor:
1870 * tests/Bug_1361_Regression/client.bor:
1871 * tests/Bug_1361_Regression/shutdown.bor:
1872 * tests/Bug_1361_Regression/Makefile.bor: The Borland Makefiles.
1874 Tue Nov 26 22:32:06 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1876 * tests/Bug_1361_Regression/*: A new regression for BUG
1879 * tests/Bug_1361_Regression/client.cpp:
1880 * tests/Bug_1361_Regression/Echo_Caller.cpp:
1881 * tests/Bug_1361_Regression/Echo_Caller.h:
1882 * tests/Bug_1361_Regression/Echo.cpp:
1883 * tests/Bug_1361_Regression/Echo.h
1884 * tests/Bug_1361_Regression/Makefile
1885 * tests/Bug_1361_Regression/ORB_Task.cpp:
1886 * tests/Bug_1361_Regression/ORB_Task.h:
1887 * tests/Bug_1361_Regression/run_test.pl*
1888 * tests/Bug_1361_Regression/server.cpp
1889 * tests/Bug_1361_Regression/Server_Thread_Pool.cpp
1890 * tests/Bug_1361_Regression/Server_Thread_Pool.h
1891 * tests/Bug_1361_Regression/Server_Timer.cpp
1892 * tests/Bug_1361_Regression/Server_Timer.h
1893 * tests/Bug_1361_Regression/shutdown.cpp
1894 * tests/Bug_1361_Regression/Test.idl:
1896 Thanks to Duane Binder <duane.binder@veritas.com> for donating
1899 Tue Nov 26 16:03:52 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1901 * tests/Bug_1020_Basic_Regression/run_test.pl:
1902 * tests/Bug_1020_Regression/run_test.pl: Fixed these scripts to
1903 work for 5 minutes instead of 7. They tend to get timedout
1904 creating noise in the builds.
1906 Tue Nov 26 15:01:40 2002 Jeff Parsons <j.parsons@vanderbilt.edu>
1908 * tao/AbstractBase.cpp:
1909 * tao/AbstractBase.h:
1912 * tao/ValueBase.cpp:
1914 * tao/ValueFactory.cpp:
1915 * tao/ValueFactory.h:
1916 * tao/ValueFactory_Map.cpp:
1917 * tao/ValueFactory_Map.h:
1920 * tao/DynamicAny/DynCommon.cpp:
1921 * tao/DynamicAny/DynCommon.h:
1923 Removed TAO_HAS_VALUETYPE flag. None of the tests or examples that
1924 use valuetypes have ever used this flag.
1926 Tue Nov 26 14:21:20 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1928 * docs/tutorials/Quoter/On_Demand_Activation/Handler_i.h:
1929 * docs/tutorials/Quoter/On_Demand_Activation/Handler_i.cpp:
1930 Fixed compile errors by adding dummy implementations for the
1931 base interface methods in interface Stock{}; This should fix
1932 compile errors on many platforms.
1934 Tue Nov 26 13:41:21 2002 Pradeep Gore <pradeep@oomworks.com>
1936 * orbsvcs/orbsvcs/Notify/Notify_Constraint_Interpreter.h:
1937 * orbsvcs/orbsvcs/Notify/Notify_Constraint_Interpreter.cpp:
1938 * orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.h:
1939 * orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.cpp:
1940 Prefixed "Notify_" to original filesnames to disambiguate from
1941 simile in Trader. Thanks to Jaroslaw Nozderko
1942 <jaroslaw.nozderko@polkomtel.com.pl> for reporting this problem
1943 and Bala for providing the fix.
1945 * orbsvcs/orbsvcs/Notify/ETCL_Filter.h:
1946 * orbsvcs/orbsvcs/Notify/ETCL_Filter.cpp:
1947 * orbsvcs/orbsvcs/Makefile.CosNotification:
1948 * orbsvcs/orbsvcs/CosNotification.dsp:
1949 * orbsvcs/orbsvcs/CosNotification.bor:
1950 Modified to point to renamed files.
1952 Tue Nov 26 09:09:48 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
1954 * orbsvcs/orbsvcs/PortableGroup.bor:
1956 Matched changes to corresponding makefile and project files. Thanks to
1957 Johnny Willemsen <jwillemsen@rememdy.nl> for pointing this out.
1959 Tue Nov 26 00:01:07 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1961 * tao/ORB.cpp: Fix for BUG [1373]. The marshalling and
1962 demarshalling operators for TAO_opaque objects were
1963 wrong. Thanks to Carlos O'Ryan for reporting this problem and
1966 Mon Nov 25 14:39:00 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
1968 * TAO_IDL/be/be_visitor_ami_pre_proc.cpp:
1970 Added implied IDL generation for imported (included from another
1971 IDL file) interfaces. No C++ code is generated for these or any
1972 other imported nodes in the AST.
1974 * orbsvcs/orbsvcs/PortableGroup.dsp:
1975 * orbsvcs/orbsvcs/PortableGroup_Static.dsp:
1976 * orbsvcs/orbsvcs/Makefile.PortableGroup:
1978 Added IDL compiler command line option to generated AMI code. Also
1979 added link to TAO Messaging library. These were necessary because some
1980 of the interfaces in CosLoadBalancing.idl, which already uses AMI,
1981 inherit from interfaces in PortableGroup.idl, so there must be
1982 associated reply handlers to inherit as well.
1984 * TAOACE_Static.dsw:
1986 Removed some project dependencies that were causing 'already defined'
1989 Mon Nov 25 15:09:50 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
1991 * docs/tutorials/Quoter/AMI/Handler_i.cpp:
1992 * docs/tutorials/Quoter/AMI/Handler_i.h: Fixed compile errors by
1993 adding dummy implementations for the base interface methods in
1994 interface Stock{}; This should fix compile errors on many
1997 Mon Nov 25 12:25:47 2002 Pradeep Gore <pradeep@oomworks.com>
1999 * orbsvcs/orbsvcs/Event_Forwarder.idl:
2000 Moved up from subdirectory Notify. Dependencies could not be
2001 updated correctly due to the idl file in a subdirectory. Thanks
2002 to Jaroslaw Nozderko <jaroslaw.nozderko@polkomtel.com.pl> for
2003 prompting this correction.
2005 * orbsvcs/orbsvcs/Makefile:
2006 * orbsvcs/orbsvcs/CosNotification.dsp:
2007 * orbsvcs/orbsvcs/CosNotification.bor:
2008 Modified to point currectly to Event_Forwarder.idl.
2010 * Modified the following changelog entries to thank bug reporters:
2011 Sun Oct 27 01:04:09 2002 Pradeep Gore <pradeep@oomworks.com> and
2012 Thu Nov 21 18:45:23 2002 Pradeep Gore <pradeep@oomworks.com>
2014 Mon Nov 25 11:38:37 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2016 * orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile: The Makefile was
2017 by default generating a static library even in dynamic
2018 builds. Fixed the Makefile to work fine.
2020 Sun Nov 24 12:27:27 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
2022 * TAO_IDL/be/be_visitor_ami_pre_proc.cpp:
2024 Added check for null result of scoped name lookups in creation of
2025 inheritance list for reply handlers. Also added a check for each
2026 possible reply handler parent to determine if it is from an included
2027 IDL file or not, since the AMI preprocessing visitor does not creeate
2028 implied IDL for imported nodes. This check may make the first one
2029 redundant, but it is there anyway for added safety. Thanks to Johnny Willemsen
2030 <jwillemsen@rememdy.nl> and Craig Rodrigues <crodrigu@bbn.com> for
2033 Sun Nov 24 00:21:43 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2035 * orbsvcs/orbsvcs/Makefile*: Made another try in updating
2036 dependencies again. Thanks to Russ Carter and Dirk Moermans
2037 <dirk.moermans@brutele.be> for pointing out the problem.
2039 Sat Nov 23 10:52:28 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2041 * tao/IIOP_Transport.cpp: Cosmetic fixes to the debugging
2044 Fri Nov 22 15:30:28 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
2046 * TAO_IDL/be/be_visitor_ami_pre_proc.cpp:
2047 * TAO_IDL/be_include/be_visitor_ami_pre_proc.h:
2049 Fixed the creation of the inheritance list for the implied
2050 AMI reply handler interface. It now inherits from the
2051 reply handler of each of the original interface's parents. Thanks
2052 to Carlos O'Ryan <coryan@atdesk> for pointing out the bug. This closes
2055 Fri Nov 22 12:27:27 2002 Craig Rodrigues <crodrigu@bbn.com>
2057 * orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile:
2058 Fix extraneous spaces in GNU make findstring commands.
2060 Fri Nov 22 04:53:12 2002 Bala <bala@cs.wustl.edu>
2062 * TAO version 1.2.6 released.
2064 Thu Nov 21 18:45:23 2002 Pradeep Gore <pradeep@oomworks.com>
2066 * docs/releasenotes/index.html: Updates the section on
2067 Notification Service.
2068 * docs/releasenotes/notify.html: Added a detailed feature matrix
2069 of the Cos Notification Service. Thanks to Sharon Caspi
2070 <sharonc@scopus.net> for suggesting this.
2073 Thu Nov 21 13:26:27 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2075 * tao/Connection_Handler.cpp: Avoid checks for reactor consistency
2076 if the handler is not registered with the reactor. This should
2077 fix most of the runtime problems that we are seeing. This place
2078 needs to be reexamined after the beta. The intersection of
2079 RTCORBA and nonRT cases simply makes this place too
2082 Wed Nov 20 18:04:00 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2084 * tests/Muxing/run_test.pl: Checked in a version of the script
2085 that I use locally by mistake. Reverted the change to the
2088 Wed Nov 20 18:01:38 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2090 * tao/Connection_Handler.cpp (close_connection_eh): Did cosmetic
2091 changes to the assertive checks.
2093 Wed Nov 20 15:23:40 2002 Ossama Othman <ossama@uci.edu>
2095 * TAO_IDL/be/be_visitor_operation/ami_cs.cpp
2096 (gen_marshal_and_invoke):
2098 Initialize the invocation status variable in the generated stub
2099 code. Previously, that variable was uninitialized, which caused
2100 some invalid code execution paths to occur. Fixes some problems
2101 exhibited by TAO's basic AMI regression test.
2103 Wed Nov 20 15:15:02 2002 Ossama Othman <ossama@uci.edu>
2105 * tao/ClientRequestInfo_i.h (setup_picurrent):
2107 New method that sets up the thread scope and request scope
2108 PICurrent objects on the client side.
2110 * tao/ClientRequestInfo_i.cpp (TAO_ClientRequestInfo_i):
2113 Refactored duplicate code in both TAO_ClientRequestInfo_i
2114 constructors to the new setup_picurrent() method.
2116 Only set the TSC's peer if a copy was actually performed. Fixes
2117 a seg fault after calling
2118 PortableInterceptor::Current::set_slot() after a client
2119 invocation was performed. Thanks to Philipp Leibfried
2120 <pleibfried@speech-design.de> for providing a test case that
2121 reproduced this problem.
2123 Wed Nov 20 15:54:10 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
2125 * TAO_IDL/be/be_visitor_exception/exception_cs.cpp:
2127 Changed an internal variable name in generated code for the
2128 _downcast() method that was short and ran a high risk of name
2129 clash with the exception typename.
2131 Wed Nov 20 15:23:13 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2133 * tao/Connection_Handler.cpp (close_connection_eh): Do not do
2134 comparisions checks for reactor pointers in TAO_Transport,
2135 TAO_ORB_Core and ACE_Event_handler when the ORB has already
2136 shutdown. The comparisons could be wrong since the thread that
2137 is closing it may not have the right access to all the resources
2138 opened up by other threads (read RTCORBA threads).
2140 Wed Nov 20 16:14:31 2002 Irfan Pyarali <irfan@oomworks.com>
2142 * orbsvcs/Notify_Service/Notify_Service.cpp: Added
2143 ../orbsvcs/Notify/Notify_Service.h so that the static
2144 initializer can run and add the service objects to the service
2145 repository. Thanks to Bala for helping with this.
2147 Wed Nov 20 12:48:35 2002 Irfan Pyarali <irfan@oomworks.com>
2149 * orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor:
2151 Fixed test name from RedGreen to RedGreen_Test.
2153 * orbsvcs/tests/Notify/Structured_Filter/Structured_Filter_Consumer.dsp
2154 * orbsvcs/tests/Notify/Structured_Filter/Structured_Filter_Supplier.dsp
2155 * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Multi_Filter_Consumer.dsp
2156 * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Multi_Filter_Supplier.dsp
2158 Fixed release executable name.
2160 Wed Nov 20 10:26:58 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2162 * orbsvcs/orbsvcs/CosNotification_Static.dsp: Fixed path to some
2163 idl files in the project.
2165 Tue Nov 19 22:32:30 2002 Ossama Othman <ossama@uci.edu>
2167 * tao/Acceptor_Registry.cpp (is_collocated):
2169 Fixed problem where only the first endpoint in an endpoint chain
2170 was used when determining if an acceptor is collocated despite
2171 the fact the endpoint chain was "walked" when making this
2174 Tue Nov 19 15:16:56 2002 Pradeep Gore <pradeep@oomworks.com>
2176 * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Filter_Consumer.bor:
2177 * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Filter_Supplier.bor:
2178 * orbsvcs/tests/Notify/Structured_Filter/Structured_Filter_Consumer.bor:
2179 * orbsvcs/tests/Notify/Structured_Filter/Structured_Filter_Supplier.bor:
2180 Updated executable file names.
2182 * orbsvcs/tests/Notify/Basic/run_test.pl:
2183 Modified to accept conf files are parameters.
2185 * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp:
2186 * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.h:
2187 Fixed problems with the test not exiting gracefully.
2189 * orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.cpp:
2190 Modified the <create> method to add missing initialization of
2191 TAO_NS_Notify_Service. Thanks to Steve Totten<totten_s@ociweb.com>
2192 for providing the OCI test example and Irfan for showing how to
2193 use <_tao_poa_downcast>.
2195 * orbsvcs/Notify_Service/Notify_Service.dsp: Release executable
2196 should go in the Release directory.
2198 Tue Nov 19 15:16:56 2002 Pradeep Gore <pradeep@oomworks.com>
2200 * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Filter_Consumer.bor:
2201 * orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Filter_Supplier.bor:
2202 * orbsvcs/tests/Notify/Structured_Filter/Structured_Filter_Consumer.bor:
2203 * orbsvcs/tests/Notify/Structured_Filter/Structured_Filter_Supplier.bor:
2204 Updated executable file names.
2206 * orbsvcs/tests/Notify/Basic/run_test.pl:
2207 Modified to accept conf files are parameters.
2209 * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.cpp:
2210 * orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen_Test.h:
2211 Fixed problems with the test not exiting gracefully.
2213 * orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.cpp:
2214 Modified the <create> method to add missing initialization of
2215 TAO_NS_Notify_Service. Thanks to Steve Totten<totten_s@ociweb.com>
2216 for providing the OCI test example and Irfan for showing how to
2217 use <_tao_poa_downcast>.
2219 * orbsvcs/Notify_Service/Notify_Service.dsp: Release executable
2220 should go in the Release directory.
2222 Tue Nov 19 11:02:00 2002 Pradeep Gore <pradeep@oomworks.com>
2224 * Added explaination for each class in
2225 ChangeLogTag: Sun Oct 27 01:04:09 2002 Pradeep Gore
2226 <pradeep@oomworks.com>
2228 Mon Nov 18 20:45:12 2002 Pradeep Gore <pradeep@oomworks.com>
2230 * orbsvcs/tests/Notify/Blocking/notify.conf:
2231 As per Bala's suggestion, applied "-ORBClientConnectionHandler
2232 RW" hoping to make the blocking work. Alas, the buffering
2233 design needs a facelift.
2235 * orbsvcs/tests/Notify/Ordering/run_test.pl
2236 - Increased allowable period for consumers to run so that test
2237 doesn't timeout before hand.
2238 - Commented out priority policy temporarily till the sequences
2239 implementation of priority ordering is completed.
2241 * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Notify_Sequence_Push_Consumer.cpp:
2242 Removed the MaxEventsPerConsumer policy applied to the
2243 proxy. That isn't what the test was supposed to excercise.
2245 * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Consumer.cpp
2246 Changed OR_OP to AND_OP otherwise the Consumer Admin filter will
2247 always be true and no events would be rejected.
2249 Mon Nov 18 17:54:41 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2251 * tao/Transport.cpp: Cosmetic changes.
2253 Mon Nov 18 14:50:31 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
2255 * TAO_IDL/be_include/be_global.h:
2256 * TAO_IDL/be/be_global.cpp:
2258 Added storage and accessors for the AST node
2259 Components::CCMObject, which is looked up and stored
2260 if there is at least one component in the IDL file.
2262 * TAO_IDL/be/be_interface.cpp:
2263 * TAO_IDL/be/be_visitor_ccm_pre_proc.cpp:
2264 * TAO_IDL/be_include/be_visitor_ccm_pre_proc.h:
2266 Added the operations of Components::CCMObject to the operation
2267 table and *_skel method generation for component equivalent
2268 interfaces. Thanks to Nanbor <nanbor@cse.wustl.edu> for uncovering
2271 * TAO_IDL/be/be_visitor_component/component_sh.cpp:
2272 * TAO_IDL/be_include/be_visitor_component/component_sh.h:
2274 Added conditional generation of AMH classes for component
2275 equivalent interfaces.
2277 * TAO_IDL/be/be_visitor_interface/thru_poa_proxy_impl_sh.cpp:
2279 Added base component equivalent interface (if any) to the generated
2280 inheritance list for component equivalent interfaces.
2282 Mon Nov 18 12:11:53 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
2284 * orbsvcs/orbsvcs/CosNotification_Static.dsp:
2286 Fixed settings for the IDL files in this project.
2288 Mon Nov 18 13:01:42 2002 Pradeep Gore <pradeep@oomworks.com>
2290 * orbsvcs/orbsvcs/Notify/ThreadPool_Task.cpp:
2291 Commented decrement of <queue_length_> in the svc method.
2292 This needs to be corrected but at this point all the tests crash
2293 because of this, so its being taken out temporarily.
2295 Mon Nov 18 11:04:35 2002 Pradeep Gore <pradeep@oomworks.com>
2297 * orbsvcs/tests/Notify/performance-tests/RedGreen/run_test.pl:
2298 * orbsvcs/tests/Notify/Structured_Multi_Filter/run_test.pl:
2299 Appended Structured_ suffix to executable name.
2300 * orbsvcs/orbsvcs/Notify/ThreadPool_Task.cpp:
2301 Reverted thread creation flags.
2303 Mon Nov 18 07:32:10 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2305 * orbsvcs/orbsvcs/Notify/Event.h: Work around for a weird BCB6
2306 compiler bug. Thanks to Chris Kohlhoff for helping me with this.
2308 Mon Nov 18 07:28:16 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2310 * tests/Portable_Interceptors/AMI/Makefile: Prevent the contents
2311 from being compiled when AMI is disabled.
2313 Sun Nov 17 17:32:47 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2315 * orbsvcs/orbsvcs/CosNotification_Static.dsp: Updated dsp file.
2317 Sun Nov 17 12:57:10 2002 Pradeep Gore <pradeep@oomworks.com>
2319 * orbsvcs/orbsvcs/CosNotification_Static.dsp:
2321 * orbsvcs/orbsvcs/Notify/Structured/RTCORBA_*:
2322 Removed extraneous files.
2324 Sun Nov 17 12:05:20 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2326 * tests/Portable_Interceptors/Makefile.bor: Added AMI test to the
2327 list of tests that needs compilation. Thanks to Johnny for
2330 Sun Nov 17 09:37:08 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2332 * orbsvcs/orbsvcs/Makefile*: Updated dependencies again.
2334 Sat Nov 16 21:09:32 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2336 * tests/Portable_Interceptors/Makefile: Added AMI test to the list
2337 of tests that needs compilation.
2339 Sat Nov 16 20:43:21 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2341 * */Makefile: Updated dependency.
2343 Sat Nov 16 20:11:13 2002 Pradeep Gore <pradeep@oomworks.com>
2345 * orbsvcs/orbsvcs/Notify/ThreadPool_Task.cpp:
2346 - Modified threadpool creation flags to ACE_Task::activate.
2347 - Corrected decrement of <queue_length_>.
2349 Fri Nov 15 15:29:24 2002 Pradeep Gore <pradeep@oomworks.com>
2351 * orbsvcs/tests/Notify/Basic/run_test.pl:
2352 Modified to run the basic tests with a reactive and
2353 multithreaded Notification.
2355 * orbsvcs/tests/Notify/Basic/notify.mt.conf:
2356 Added MT conf for the Basic test.
2358 * orbsvcs/tests/Notify/Basic/notify.reactive.conf:
2359 Added reactive conf for the Basic test.
2361 * orbsvcs/tests/Notify/Blocking/notify.conf:
2362 * orbsvcs/tests/Notify/Discarding/notify.conf:
2363 * orbsvcs/tests/Notify/MT_Dispatching/notify_mtdispatching.conf:
2364 * orbsvcs/tests/Notify/Ordering/notify.conf:
2365 * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/notify.conf:
2366 * orbsvcs/tests/Notify/Sequence_Multi_Filter/notify.conf
2367 * orbsvcs/tests/Notify/performance-tests/Filter/notify.conf
2368 * orbsvcs/tests/Notify/performance-tests/RedGreen/listener.conf
2369 * orbsvcs/tests/Notify/performance-tests/RedGreen/lookup.conf
2370 * orbsvcs/tests/Notify/performance-tests/RedGreen/reactive.conf
2371 * orbsvcs/logging_service/notify_logging_service/svc.conf:
2372 * orbsvcs/Notify_Service/svc.conf: Reverted factory back to
2373 Notify_Default_Event_Manager_Objects_Factory. I have decided not
2374 to introduce any changes for Notify Options in TAO 1.3. Better
2375 replacements will be introduced gradually in subsequent
2378 * orbsvcs/Notify_Service/Notify_Server.cpp:
2379 Not handling signals. The shutdown code and event handler is
2380 maintained in case we want to address this in the future.
2382 * orbsvcs/tests/Notify/performance-tests/RedGreen/run_test.pl:
2383 - Modified to run all 3 test cases described in the README.
2384 * orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.cpp:
2385 Changed hardcoded "10" to the expected number of events that can
2386 be specified on the command line.
2388 * orbsvcs/tests/Notify/Discarding/Sequence_Consumer.cpp:
2389 - Changed low=2 and high=20. Here is the explanation:
2390 The Supplier sends 96 events as 6 batches of 16 events.
2391 The Notification is run with 1 dispatching thread. The Discarding
2392 Policy is set and the MaxEventsPerConsumer is set to 2 (Event
2393 Batches).The Batch size is 5 so the maximum batches that can be
2394 received is 20 (19 batches with 5 events each and 1 batch with 1
2395 event).if we receive 20 batches then the channel
2396 hasn't discarded anything. so high = 20. In the worst case the
2397 consumer starts *after* the supplier has send all the events to
2398 the Notification. This means that only 2 batches are queued and
2399 all others are discarded. Hence low = 2.
2401 - Changed the sleep time that the consumer was polling fior
2402 excess events, from 3 to 1 sec. otherwise the perl script was
2405 * orbsvcs/tests/Notify/Ordering/Notify_Sequence_Push_Consumer.h:
2406 * orbsvcs/tests/Notify/Ordering/Notify_Sequence_Push_Consumer.cpp:
2407 * orbsvcs/tests/Notify/Ordering/Sequence_Consumer.cpp:
2408 Removed high-low logic. There is *no* discarding policy set so
2409 the Sequence Consumer should received the expected number of 96 events.
2411 * orbsvcs/tests/Notify/Sequence_Multi_Filter/Sequence_Consumer.cpp:
2412 - Changed ConsumerAdmin interfilter operator to AND_OP. With an
2413 OR_OP, all the filters would return true! this is because the
2414 filters of the Admin and Proxy, both are combined to determine event
2415 eligibility. Note that this test success/failure has to be
2416 determined visually.
2418 * orbsvcs/tests/Notify/listener.conf:
2419 * orbsvcs/tests/Notify/lookup.conf:
2420 * orbsvcs/tests/Notify/reactive.conf:
2421 Reverted to Notify_Default_Event_Manager_Objects_Factory for
2422 backward compatibility.
2424 * orbsvcs/tests/Notify/Structured_Filter/Structured_Filter_Consumer.dsp:
2425 * orbsvcs/tests/Notify/Structured_Filter/Structured_Filter_Supplier.dsp:
2426 * orbsvcs/tests/Notify/Structured_Filter/Structured_Multi_Filter_Consumer.dsp:
2427 * orbsvcs/tests/Notify/Structured_Filter/Structured_Multi_Filter_Supplier.dsp:
2428 * orbsvcs/tests/Notify/Structured_Filter/run_test.pl:
2429 Reverted executable name to Structured_* prefix.
2431 * orbsvcs/orbsvcs/Notify/Buffering_Strategy.cpp:
2432 Discarding condition should be executed when buffering limit has
2433 reached. Current logic was enqueing 1 extra event.
2435 * orbsvcs/orbsvcs/Notify/Builder.cpp:
2436 Added call to set default startup QoS options on the Proxys and Admins.
2438 * orbsvcs/orbsvcs/Notify/Notify_Service.cpp:
2439 * orbsvcs/orbsvcs/Notify/Notify_Service.h:
2440 - Added support for configuring startup threads at the proxy and
2441 Admin level while maintaining backward compatibility.
2442 - Modified updates logic - Updates are send synchronously by
2443 default. If the -AsynchUpdates option is set, updates are queued along
2444 with the regular events in the Proxy objects worker task.
2446 * orbsvcs/orbsvcs/Notify/Properties.h:
2447 * orbsvcs/orbsvcs/Notify/Properties.inl:
2448 Added get/set methods for Proxy and Admin level default QoS.
2449 Changed <updates> to <asynch_updates> flag.
2451 * orbsvcs/orbsvcs/Notify/Property_T.h:
2452 * orbsvcs/orbsvcs/Notify/Property_T.inl:
2453 - Added assignment operator to TAO_NS_Property_T.
2454 - Added an <invalidate> method to TAO_NS_PropertyBase_T
2456 * orbsvcs/orbsvcs/Notify/Proxy.cpp:
2457 - Send updates synchronously unless default properties mandate
2458 asynchrony. In that case the event is executed in the current
2461 * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.h:
2462 * orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.h:
2463 Added dummy methods and ACE_ASSERT in them if called.
2465 * orbsvcs/orbsvcs/Notify/Sequence/EventBatch.h:
2466 * orbsvcs/orbsvcs/Notify/Sequence/EventBatch.inl:
2467 Added an accessor for the current size of the EventBatch.
2468 Note that this size can be greater than the batchsize.
2470 * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.cpp:
2471 * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.h:
2472 Overloaded ProxyPushSupplier::push method.
2473 The overloaded implementation executes the filtering and
2474 dispatch in the current thread context. Now, this dispatch
2475 doesn't immediately go remote but is stored in an event batch
2476 waiting for the pacing interval to expire after which the
2477 batchsize events are queued in the SequenceProxy's worker thread
2478 to be finally dispatched to the remote consumer.
2480 * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.h:
2481 Removed <dispatch_immediate> and <cancel_timer> methods.
2482 There was no need for these seperate methods.
2484 * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.cpp:
2485 Modified the implementation so that the Pacing Timer is deployed
2486 only if there is atleast 1 event queued to send, otherwise the
2487 existing timer is removed. This will avoid needless timeouts.
2489 Sat Nov 16 08:22:38 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2491 * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.h:
2492 * orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.h: Fixed typos that
2493 lead to link errors.
2495 * tao/Asynch_Queued_Message.cpp: Fixed a warning in the daily
2498 Sat Nov 16 12:43:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
2500 * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/server.bor:
2501 Fixes error in this BCB makefile.
2503 Fri Nov 15 18:29:28 2002 Ossama Othman <ossama@uci.edu>
2505 * orbsvcs/orbsvcs/LoadBalancing/LB_Random.h:
2506 * orbsvcs/orbsvcs/LoadBalancing/LB_Random.cpp (next_member):
2509 Refactored random member selection code into a TAO-specific
2510 static method. This is possible since this random load
2511 balancing strategy implementation is stateless. This allows
2512 other strategies to reuse the random member selection code
2513 without instantiating the TAO_LB_Random class.
2515 * orbsvcs/orbsvcs/LoadBalancing/LB_LeastLoaded.cpp (next_member):
2517 No loads have been reported for any of the locations the object
2518 group members reside at. If no loads have been reported to the
2519 LoadManager, adaptive load balancing decisions cannot be made.
2520 Fall back on a non-adaptive strategy, such as the Random load
2521 balancing strategy, instead. The Random load balancing strategy
2522 is used since it is very lightweight and stateless.
2524 Fri Nov 15 15:26:29 2002 Ossama Othman <ossama@uci.edu>
2526 * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/Basic.cpp:
2527 * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/LB_server.cpp:
2528 * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/client.cpp:
2529 * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/server.cpp:
2531 Corrected ACE_RCSID macros. They listed the wrong directory.
2533 Fri Nov 15 15:13:20 2002 Ossama Othman <ossama@uci.edu>
2535 * orbsvcs/LoadBalancer/Signal_Handler.cpp (activate):
2537 sigwait() is not supported on MS Windows, meaning that signals
2538 cannot be handled synchronously with the current implementation
2539 of this signal handler. Handle signals asynchronously through
2540 the ORB's reactor instead.
2542 * orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.cpp (init):
2544 Fixed buffer overrun problem that was causing an unhandled
2545 exception to be thrown on MS Windows. The hexidecimal
2546 representation of the time in milliseconds was supposed to be
2547 embedded in a string buffer of 8 characters. The decimal
2548 representation, which is greater than 8 characters long, was
2549 being embedded into the string instead.
2551 * orbsvcs/orbsvcs/LoadBalancing/LB_Component.h:
2552 * orbsvcs/orbsvcs/LoadBalancing/LB_Component.cpp:
2554 Cosmetic and spelling fixes/updates.
2556 * orbsvcs/orbsvcs/LoadBalancing/LB_IORInterceptor.h:
2558 CORBA::SystemException, not CORBA_SystemException.
2560 Fri Nov 15 16:59:49 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2562 * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.h:
2563 * orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.h: Fixed warnings
2566 Fri Nov 15 15:22:54 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
2568 * TAO_IDL/be/be_visitor_ccm_pre_proc.cpp:
2570 Added check to skip implied IDL generation for imported nodes.
2571 Thanks once again to Nanbor <nanbor@cse.wustl.edu> for his
2572 testing of the new CCM-related IDL features.
2574 Fri Nov 15 14:51:31 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2576 * tao/Asynch_Queued_Message.cpp:
2577 * tao/Asynch_Queued_Message.h:
2578 * tao/Synch_Queued_Message.cpp:
2579 * tao/Synch_Queued_Message.h:
2580 * tao/Queued_Message.cpp:
2581 * tao/Queued_Message.h: Added an extra default argument to the
2582 constructor that indicates whether the class is heap allocated
2585 * tao/Transport.cpp: Changed the places where the
2586 Asynch_Queued_Message was allocated on the heap to pass the
2587 right value for the flag that indicates the status of creation
2590 Thanks to Chad Elliott for pinting out that if the
2591 Asynch_Queued_Message was allocated on the heap, it may not get
2592 destroyed if TAO_Asynch_Queued_Message::destroy () was
2595 Fri Nov 15 20:52:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
2597 * orbsvcs/orbsvcs/Notify/Event_Map_T.h:
2598 Added missing include to fix BCB compile error.
2600 * tests/Bug_1020_Basic_Regression/*.bor:
2601 * tests/Bug_1020_Regression/*.bor:
2602 * tests/Bug_1269_Regression/*.bor:
2603 * tests/Bug_1270_Regression/*.bor:
2604 Added new BCB makefiles to build these tests
2606 * tests/Makefile.bor:
2607 Added new tests for which there are now BCB makefiles.
2609 Fri Nov 15 11:06:07 2002 Ossama Othman <ossama@uci.edu>
2611 * orbsvcs/orbsvcs/CosLoadBalancing.dsp:
2612 * orbsvcs/orbsvcs/CosLoadBalancing_Static.dsp:
2614 Added LB_Client_{Component,ORBInitalizer}.{h,cpp} files to these
2617 Fri Nov 15 10:51:04 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
2619 * TAO_IDL/be/be_visitor_component/component_cs.cpp:
2621 Changed the signature of the global <flat name>_upcast() method for
2622 components, used by sequences containing forward declared
2623 components. Thanks again to Nanbor <nanbor@cse.wustl.edu> for
2624 confirming my suspicion.
2626 Fri Nov 15 09:29:31 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
2628 * TAO_IDL/be/be_visitor_component/component_cs.cpp:
2629 * TAO_IDL/be/be_visitor_component/component_ch.cpp:
2631 Fixed up some omissions and signatures in generated code. Thanks to
2632 Nanbor <nanbor@cse.wustl.edu> for uncovering them.
2634 Thu Nov 14 19:45:18 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2636 * orbsvcs/orbsvcs/DsLogAdmin.dsp: Added required paths to the
2639 Thu Nov 14 16:40:06 2002 Ossama Othman <ossama@uci.edu>
2641 * orbsvcs/LoadBalancer/LoadMonitor.cpp (usage):
2642 * orbsvcs/LoadBalancer/LoadManager.cpp (usage):
2644 Clarified usage message.
2648 If the "-h" command line option was supplied, print the usage
2649 message and exit immediately. Previously, the usage message was
2650 printed but the executable never exited.
2652 * orbsvcs/orbsvcs/LoadBalancing/LB_ClientComponent.h:
2653 * orbsvcs/orbsvcs/LoadBalancing/LB_ClientComponent.cpp:
2654 * orbsvcs/orbsvcs/LoadBalancing/LB_ClientORBInitializer.h:
2655 * orbsvcs/orbsvcs/LoadBalancing/LB_ClientORBInitializer.cpp:
2657 New sources that transparently add adaptive load balancing
2658 support to a client. They are used to transparently register
2659 the existing LB_ClientRequestInterceptor. This part of a set of
2660 changes that enable the adaptive load balancing support in
2661 Cygnus, i.e. TAO's new load balancer.
2663 * orbsvcs/orbsvcs/LoadBalancing/LB_LeastLoaded.cpp (get_location):
2665 Fixed problem where CosLoadBalancing::LocationNotFound exception
2666 was propagated to the client, and interpreted as a
2667 CORBA::UNKNOWN exception. If loads at the supplied location
2668 are not available continue the loop and attempt to retrieve
2669 loads from the next location.
2671 * orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.cpp
2672 (built_in_strategy):
2674 Corrected debugging statement.
2676 Thu Nov 14 16:35:45 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2678 * tests/Makefile: Added new tests to the daily builds.
2680 Thu Nov 14 16:28:13 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2682 * tests/Bug_1269_Regression/run_test.pl:
2683 * tests/Bug_1270_Regression/run_test.pl: Reduced the runtime
2684 further to 4 minutes. 7 minutes is too high to blow away the
2685 stack on machines like charanga!
2687 Thu Nov 14 16:21:58 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2689 * tests/Bug_1270_Regression/run_test.pl: Reduced the runtime from
2690 70 minutes to 7 minutes. This will make them usable in the daily
2693 Thu Nov 14 13:47:10 2002 Ossama Othman <ossama@uci.edu>
2695 * TAO_IDL/be/be_visitor_operation/ami_cs.cpp
2696 (gen_marshal_and_invoke):
2698 Fixed "empty controlled statment" warning that occurred due to
2699 an ACE_ASSERT disappearing when NDEBUG is defined. That
2700 ACE_ASSERT is to be executed when a oneway operation check
2701 evaluates to true. When NDEBUG is defined, there is nothing to
2702 execute if that condition is true. Moved the condition check
2703 inside the ACE_ASSERT. This is safe since no other code is
2704 meant to be run if the oneway operation check/condition is
2705 true, i.e. there are no side-effects.
2707 Thu Nov 14 14:33:21 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2710 * tao/Transport.cpp: Changed the semantics of one of the arguments
2711 in the call close_connection_shared (). The argument was called
2712 "disable_purge" and was used in exactly the opposite manner. The
2713 condition that was used to purge the entry from the cache was
2716 This was fixed the following way
2718 - the argument is now called "purge".
2719 - a value of 1 will purge the entry from the cache manager and
2720 a value of 0 otherwise.
2722 This should fix the failure of the Crash_On_Write test in our
2723 daily builds. The same problem seems to have been reported by
2724 Christophe Vedel <cv@validy.com> in different context, BUG
2727 Thu Nov 14 14:04:27 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
2729 * orbsvcs/orbsvcs/AV.dsp:
2731 Added missing dependency to project.
2733 * orbsvcs/orbsvcs/DsLogAdmin.dsp:
2735 Added missing link paths to release version.
2737 Thu Nov 14 10:55:01 2002 Ossama Othman <ossama@uci.edu>
2739 * tests/Portable_Interceptors/AMI/Server_Interceptor.cpp
2740 (send_reply, send_exception):
2742 Fixed unused argument warning in emulated exceptions case.
2744 Thu Nov 14 10:04:52 2002 Ossama Othman <ossama@uci.edu>
2746 * tests/Portable_Interceptors/AMI/client.cpp (test_ami):
2749 Use a PortableServer::ServantBase_var instead of a
2750 TAO::Utils::Servant_var. MSVC++ 6 can't handle the member
2751 templates in the latter.
2753 Thu Nov 14 11:48:31 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2755 * orbsvcs/orbsvcs/CosNotification.bor: Added a wild card character
2756 to the list of files to be compiled.
2758 Thu Nov 14 09:43:40 2002 Ossama Othman <ossama@uci.edu>
2760 * tests/Portable_Interceptors/AMI/server.dsp:
2762 Corrected library path for the TAO_Messaging library.
2764 Wed Nov 13 17:18:35 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2766 * tao/Connection_Handler.cpp: Release the OS resources only when
2767 the reference count reaches zero. There may be lot of
2768 furore over this decision. But doing this would help to
2769 circumvent BUG 1294 and BUG 1361. The solution in BUG 1294, is
2770 not scalable to situations explained in BUG 1361 which leads to
2771 crashes. The only way to circumvent that is to release the OS
2772 resources at the end of the lifetime of the handler.
2774 Not exactly sure how I missed this yesterday.
2776 Wed Nov 13 14:15:33 2002 Ossama Othman <ossama@uci.edu>
2778 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Accept_Strategy.h:
2779 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Accept_Strategy.cpp:
2781 New TAO_SSLIOP-specific TAO_Accept_Strategy implementation.
2782 This accept strategy builds on on the TAO_Accept_Strategy
2783 implementation. It sub-classes that class, and overrides the
2784 accept_svc_handler() method so that a timeout value may be
2785 passed to the underlying peer acceptor. This is necessary to
2786 defend against a simple Denial-of-Service attack. See the
2787 comments in the header for details. [Bug 1348]
2789 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Factory.cpp (init):
2791 Added new "-SSLAcceptTimeout" option. This option allows
2792 applications to override the default 10 second TAO_SSLIOP
2797 Pass the timeout value to the SSLIOP_Acceptor's constructor.
2799 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.h:
2801 Updated use the new TAO_SSLIOP_Accept_Strategy implementation
2802 instead of the generic one supplied by TAO. [Bug 1348]
2804 Cache the accept timeout value in a member variable.
2806 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Acceptor.cpp
2807 (TAO_SSLIOP_Acceptor):
2809 Initialize the accept timeout member from the value passed to
2810 this constructor from the SSLIOP_Factory.
2814 Pass the accept timeout value to the
2815 TAO_SSLIOP_Accept_Strategy's constructor. [Bug 1348]
2817 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp (ssliop_connect):
2819 Only register the connection handler with the reactor when
2820 creating a new connection. Previously, the connection handler
2821 was registered each time an invocation was made even if a
2822 connection was previously established.
2824 * orbsvcs/tests/Security/Secure_Invocation/client.bor (TAO_IDL):
2825 * orbsvcs/tests/Security/Secure_Invocation/server.bor (TAO_IDL):
2827 Removed "-GC" option from the TAO_IDL flags. This test does not
2828 require AMI callbacks.
2830 Wed Nov 13 14:30:44 2002 Pradeep Gore <pradeep@oomworks.com>
2832 * Repeated ChangeLogTag: Tue Nov 12 12:37:18 2002 Pradeep Gore
2833 <pradeep@oomworks.com>
2834 * orbsvcs/orbsvcs/CosNotification.dsp:
2836 * Repeated only the removal of files as per ChangeLogTag: Mon Nov
2837 11 20:11:56 2002 Pradeep Gore <pradeep@oomworks.com>
2839 * orbsvcs/orbsvcs/Notify/Object.h:
2840 * orbsvcs/orbsvcs/Notify/Object.cpp:
2841 Added missing call to update_qos_properties
2842 * orbsvcs/orbsvcs/Notify/Proxy.h:
2843 * orbsvcs/orbsvcs/Notify/Proxy.cpp:
2844 * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.cpp
2845 * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.h
2846 Changed signature of <qos_changed> method to accept
2848 * orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp:
2849 * orbsvcs/orbsvcs/Notify/ProxySupplier.cpp:
2850 Rearranged code to avoid deadlock in <connect> methods.
2852 Wed Nov 13 10:41:50 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
2854 * orbsvcs/orbsvcs/Log/NotifyLogNotification.h:
2855 * orbsvcs/orbsvcs/Log/NotifyLog_i.h:
2857 Checked in these files again after yesterday's update loss.
2859 Wed Nov 13 06:27:48 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2861 * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp: Fixed a compile
2864 Tue Nov 12 14:34:37 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2866 * tao/IIOP_Connector.cpp:
2867 * tao/Strategies/UIOP_Connector.cpp:
2868 * tao/Strategies/SHMIOP_Connector.cpp:
2869 * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp:
2870 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp: Fixed unused
2871 variable warnings in builds compiled with ACE_NDEBUG option
2872 turned on. This makes the ACE_ASSERT dissappear.
2874 Tue Nov 12 13:25:00 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2876 * tao/LF_CH_Event.cpp: Fixed compile error in no inline builds.
2878 Tue Nov 12 13:13:05 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2881 * tao/TAO_Static.dsp: Added the new files.
2883 Tue Nov 12 12:54:39 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2885 * tao/LF_Invocation_Event.inl: Fixed a typo.
2887 Tue Nov 12 12:47:31 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2889 Fix for [BUG 1020]. Please see details of the bug at
2891 http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1020
2893 Please see the discussions in the above URL for details on
2894 the motivations for these changes. A very brief summary of the
2895 changes alone are mentioned.
2897 * tao/Transport.cpp(close_connection_shared): Wait on the
2898 leader follower if the handle is registered with the
2903 * tao/LF_Event.inl: Made the class TAO_LF_Event as an abstract
2904 base class. This helps us to strategize the type of
2905 behaviour required in different concrete classes which can
2906 in turn be used by other portions of the ORB to wait on LF.
2908 * tao/LF_Invocation_Event.h:
2909 * tao/LF_Invocation_Event.cpp:
2910 * tao/LF_Invocation_Event.inl: Concrete implementation of a
2911 LF_Event class, where the state transitions along the invocation
2912 path are consolidated.
2914 * tao/LF_CH_Event.h:
2915 * tao/LF_CH_Event.cpp: Concrete implementation of a LF_Event
2916 class, where the state transitions of the connection handler are
2919 * tao/Queued_Message.h:
2920 * tao/Synch_Reply_Dispatcher.h: They now inherit from
2921 TAO_LF_Invocation_Event class.
2923 * tao/Connection_Handler.h: This class inherits now from the
2924 TAO_LF_CH_Event class.
2927 * tao/Makefile.tao: Added the new files to the list of compilable
2930 Tue Nov 12 12:37:18 2002 Pradeep Gore <pradeep@oomworks.com>
2932 * orbsvcs/Logging_Service/Notify_Logging_Service/Makefile:
2933 * orbsvcs/examples/Log/Notify/Makefile:
2934 Updated dependencies.
2936 * orbsvcs/examples/Log/Notify/Notify_Consumer.h:
2937 Removed the include of
2938 orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.h, which no longer exists.
2940 Tue Nov 12 11:15:50 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2942 * tao/IIOP_Connector.cpp:
2943 * tao/Strategies/UIOP_Connector.cpp:
2944 * tao/Strategies/SHMIOP_Connector.cpp:
2945 * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp:
2946 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp: Added an assert
2947 statement after decrementing the reference count. Point taken
2948 from "Pragmatic Programmer".
2950 Tue Nov 12 11:08:32 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
2952 * tao/Connection_Handler.h: Commented out the following calls
2953 incr_pending_upcalls (), decr_pending_upcalls () and
2954 pending_upcalls (), since there was no implementation and they
2955 were not at all used.
2957 * tao/Connection_Handler.cpp: Cosmetic changes.
2959 Tue Nov 12 10:17:05 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
2961 * orbsvcs/orbsvcs/Log/NotifyLogNotification.h:
2962 * orbsvcs/orbsvcs/Log/NotifyLog_i.h:
2964 Removed the include of
2965 orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.h, which no longer exists.
2967 Tue Nov 12 13:31:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
2969 * orbsvcs/orbsvcs/PortableGroup/UIPMC_Profile.cpp:
2970 Made the argument of addressing_mode() same as in header file so that
2971 doxygen documentation is generated for this method.
2973 Mon Nov 11 23:04:34 2002 Ossama Othman <ossama@uci.edu>
2975 * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/Application_Controlled.dsw:
2976 * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/client.dsp:
2977 * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/server.dsp:
2979 New MSVC++ 6 project files for this test.
2981 Mon Nov 11 22:33:37 2002 Ossama Othman <ossama@uci.edu>
2983 * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/Makefile (TAO_LB_LIBS):
2985 Corrected order of libraries linked to the server binary.
2989 Do not link server-side libraries. They are completely
2990 unnecessary for this client binary.
2992 * orbsvcs/tests/Makefile.bor (DIRS):
2994 Added "LoadBalancing" directory to the list of directories to
2997 * orbsvcs/tests/LoadBalancing/Makefile.bor:
2998 * orbsvcs/tests/LoadBalancing/GenericFactory/Makefile.bor:
2999 * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/Makefile.bor:
3000 * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/client.bor:
3001 * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/server.bor:
3003 New Borland C++ Makefiles for this test.
3005 Mon Nov 11 20:31:18 2002 Ossama Othman <ossama@uci.edu>
3007 * orbsvcs/LoadBalancer/LoadManager.cpp (TAO_LB_run_load_manager):
3008 * orbsvcs/LoadBalancer/LoadMonitor.cpp (TAO_LB_run_load_monitor):
3010 New global function that is run when the Load{Manager,Monitor}'s
3011 ORB thread is run. It is only used on Linux when multi-thread
3012 support is enabled. This is part of a work-around for the
3013 problem where signals can only be handled in the main() thread
3018 Spawn a new thread to run the LoadManager's ORB, and handle
3019 signals in this (main()) thread. This is the second part of a
3020 work-around for the problem where signals can only be handled in
3021 the main() thread on Linux.
3023 Moved signal handler activation to just before the point where
3024 the ORB is run. There is no need to activate the signal handler
3027 Mon Nov 11 19:22:05 2002 Ossama Othman <ossama@uci.edu>
3029 * orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h:
3031 Explicitly include "ace/Hash_Map_Manager_T.h" to pull in
3032 ACE_Hash_Map_Manager_Ex template.
3034 Mon Nov 11 19:15:42 2002 Ossama Othman <ossama@uci.edu>
3036 * tests/Portable_Interceptors/AMI/AMI.dsw:
3037 * tests/Portable_Interceptors/AMI/client.dsp:
3038 * tests/Portable_Interceptors/AMI/server.dsp:
3040 New MSVC++ project files for this test.
3042 Mon Nov 11 18:03:37 2002 Ossama Othman <ossama@uci.edu>
3044 * docs/interceptors.html:
3046 Updated release notes about AMI interceptor support.
3048 Updated CORBA spec URL to the 3.0.1 spec's URL.
3050 * tao/Messaging/Makefile.bor:
3051 * tao/Messaging/TAO_Messaging.dsp:
3052 * tao/Messaging/TAO_Messaging_Static.dsp:
3054 Added AMI_ClientRequestInfo_i.{h,cpp} to these Make/project
3057 Mon Nov 11 17:27:22 2002 Carlos O'Ryan <coryan@atdesk.com>
3059 * tao/Messaging/AMI_ClientRequestInfo_i.h:
3060 * tao/Messaging/AMI_ClientRequestInfo_i.cpp:
3061 * tao/Messaging/Makefile:
3062 Add implementation class for AMI ClientRequestInfos. [Bug 286]
3064 * TAO_IDL/be/be_codegen.cpp:
3065 Move some #includes to the .cpp file, include
3066 AMI_ClientRequestInfo_i.h when compiling with interceptors and
3069 * TAO_IDL/be/be_visitor_operation/ami_cs.cpp:
3070 Generate interceptor code for sendc_*** operations. [Bug 286]
3072 * tests/Portable_Interceptors/Makefile:
3073 * tests/Portable_Interceptors/AMI/Makefile:
3074 * tests/Portable_Interceptors/AMI/run_test.pl:
3075 * tests/Portable_Interceptors/AMI/.cvsignore:
3076 * tests/Portable_Interceptors/AMI/Client_Interceptor.h:
3077 * tests/Portable_Interceptors/AMI/Client_Interceptor.cpp:
3078 * tests/Portable_Interceptors/AMI/Client_ORBInitializer.h:
3079 * tests/Portable_Interceptors/AMI/Client_ORBInitializer.cpp:
3080 * tests/Portable_Interceptors/AMI/Echo.h:
3081 * tests/Portable_Interceptors/AMI/Echo.cpp:
3082 * tests/Portable_Interceptors/AMI/Echo_Handler.h:
3083 * tests/Portable_Interceptors/AMI/Echo_Handler.cpp:
3084 * tests/Portable_Interceptors/AMI/Server_Interceptor.h:
3085 * tests/Portable_Interceptors/AMI/Server_Interceptor.cpp:
3086 * tests/Portable_Interceptors/AMI/Server_ORBInitializer.h:
3087 * tests/Portable_Interceptors/AMI/Server_ORBInitializer.cpp:
3088 * tests/Portable_Interceptors/AMI/Shared_Interceptor.h:
3089 * tests/Portable_Interceptors/AMI/Test.idl:
3090 * tests/Portable_Interceptors/AMI/client.cpp:
3091 * tests/Portable_Interceptors/AMI/server.cpp:
3092 New regression test for the AMI interceptors.
3094 Mon Nov 11 20:11:56 2002 Pradeep Gore <pradeep@oomworks.com>
3096 Removed these files as they are no longer needed. All features and
3097 bug fixes have been absorbed in the new implementation as per
3098 ChangeLogTag: Sun Oct 27 01:04:09 2002 Pradeep Gore <pradeep@oomworks.com>
3099 * orbsvcs/orbsvcs/Notify/Notify_AdminProperties.cpp:
3100 * orbsvcs/orbsvcs/Notify/Notify_AdminProperties.h:
3101 * orbsvcs/orbsvcs/Notify/Notify_AdminProperties.i:
3102 * orbsvcs/orbsvcs/Notify/Notify_Buffering_Strategy.cpp:
3103 * orbsvcs/orbsvcs/Notify/Notify_Buffering_Strategy.h:
3104 * orbsvcs/orbsvcs/Notify/Notify_Channel_Objects_Factory.h:
3105 * orbsvcs/orbsvcs/Notify/Notify_Collection.cpp:
3106 * orbsvcs/orbsvcs/Notify/Notify_Collection.h:
3107 * orbsvcs/orbsvcs/Notify/Notify_Collection_Factory.h:
3108 * orbsvcs/orbsvcs/Notify/Notify_Command.cpp:
3109 * orbsvcs/orbsvcs/Notify/Notify_Command.h:
3110 * orbsvcs/orbsvcs/Notify/Notify_Command.i:
3111 * orbsvcs/orbsvcs/Notify/Notify_Constraint_Interpreter.cpp:
3112 * orbsvcs/orbsvcs/Notify/Notify_Constraint_Interpreter.h:
3113 * orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.cpp:
3114 * orbsvcs/orbsvcs/Notify/Notify_Constraint_Visitors.h:
3115 * orbsvcs/orbsvcs/Notify/Notify_ConsumerAdmin_i.cpp:
3116 * orbsvcs/orbsvcs/Notify/Notify_ConsumerAdmin_i.h:
3117 * orbsvcs/orbsvcs/Notify/Notify_Event.cpp:
3118 * orbsvcs/orbsvcs/Notify/Notify_Event.h:
3119 * orbsvcs/orbsvcs/Notify/Notify_Event.i:
3120 * orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.cpp:
3121 * orbsvcs/orbsvcs/Notify/Notify_EventChannel_i.h:
3122 * orbsvcs/orbsvcs/Notify/Notify_Event_Dispatch_Command.cpp:
3123 * orbsvcs/orbsvcs/Notify/Notify_Event_Dispatch_Command.h:
3124 * orbsvcs/orbsvcs/Notify/Notify_Event_Manager.cpp:
3125 * orbsvcs/orbsvcs/Notify/Notify_Event_Manager.h:
3126 * orbsvcs/orbsvcs/Notify/Notify_Event_Manager.i:
3127 * orbsvcs/orbsvcs/Notify/Notify_Event_Manager_Objects_Factory.h:
3128 * orbsvcs/orbsvcs/Notify/Notify_Event_Map.cpp:
3129 * orbsvcs/orbsvcs/Notify/Notify_Event_Map.h:
3130 * orbsvcs/orbsvcs/Notify/Notify_Event_Map.i:
3131 * orbsvcs/orbsvcs/Notify/Notify_Event_Processor.cpp:
3132 * orbsvcs/orbsvcs/Notify/Notify_Event_Processor.h:
3133 * orbsvcs/orbsvcs/Notify/Notify_Factory.cpp:
3134 * orbsvcs/orbsvcs/Notify/Notify_Factory.h:
3135 * orbsvcs/orbsvcs/Notify/Notify_FilterAdmin_i.cpp:
3136 * orbsvcs/orbsvcs/Notify/Notify_FilterAdmin_i.h:
3137 * orbsvcs/orbsvcs/Notify/Notify_FilterFactory_i.cpp:
3138 * orbsvcs/orbsvcs/Notify/Notify_FilterFactory_i.h:
3139 * orbsvcs/orbsvcs/Notify/Notify_Filter_i.cpp:
3140 * orbsvcs/orbsvcs/Notify/Notify_Filter_i.h:
3141 * orbsvcs/orbsvcs/Notify/Notify_ID_Pool_T.cpp:
3142 * orbsvcs/orbsvcs/Notify/Notify_ID_Pool_T.h:
3143 * orbsvcs/orbsvcs/Notify/Notify_ID_Pool_T.i:
3144 * orbsvcs/orbsvcs/Notify/Notify_Listener_Filter_Eval_Command.cpp:
3145 * orbsvcs/orbsvcs/Notify/Notify_Listener_Filter_Eval_Command.h:
3146 * orbsvcs/orbsvcs/Notify/Notify_Listeners.h:
3147 * orbsvcs/orbsvcs/Notify/Notify_Lookup_Command.cpp:
3148 * orbsvcs/orbsvcs/Notify/Notify_Lookup_Command.h:
3149 * orbsvcs/orbsvcs/Notify/Notify_MT_Worker_Task.cpp:
3150 * orbsvcs/orbsvcs/Notify/Notify_MT_Worker_Task.h:
3151 * orbsvcs/orbsvcs/Notify/Notify_POA_Factory.h:
3152 * orbsvcs/orbsvcs/Notify/Notify_ProxyConsumer_T.cpp:
3153 * orbsvcs/orbsvcs/Notify/Notify_ProxyConsumer_T.h:
3154 * orbsvcs/orbsvcs/Notify/Notify_ProxyPushConsumer_i.cpp:
3155 * orbsvcs/orbsvcs/Notify/Notify_ProxyPushConsumer_i.h:
3156 * orbsvcs/orbsvcs/Notify/Notify_ProxyPushSupplier_i.cpp:
3157 * orbsvcs/orbsvcs/Notify/Notify_ProxyPushSupplier_i.h:
3158 * orbsvcs/orbsvcs/Notify/Notify_ProxySupplier_T.cpp:
3159 * orbsvcs/orbsvcs/Notify/Notify_ProxySupplier_T.h:
3160 * orbsvcs/orbsvcs/Notify/Notify_Proxy_T.cpp:
3161 * orbsvcs/orbsvcs/Notify/Notify_Proxy_T.h:
3162 * orbsvcs/orbsvcs/Notify/Notify_QoSAdmin_i.cpp:
3163 * orbsvcs/orbsvcs/Notify/Notify_QoSAdmin_i.h:
3164 * orbsvcs/orbsvcs/Notify/Notify_QoSAdmin_i.inl:
3165 * orbsvcs/orbsvcs/Notify/Notify_SequenceProxyPushConsumer_i.cpp:
3166 * orbsvcs/orbsvcs/Notify/Notify_SequenceProxyPushConsumer_i.h:
3167 * orbsvcs/orbsvcs/Notify/Notify_SequenceProxyPushSupplier_i.cpp:
3168 * orbsvcs/orbsvcs/Notify/Notify_SequenceProxyPushSupplier_i.h:
3169 * orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.cpp:
3170 * orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.h:
3171 * orbsvcs/orbsvcs/Notify/Notify_StructuredEvents.cpp:
3172 * orbsvcs/orbsvcs/Notify/Notify_StructuredEvents.h:
3173 * orbsvcs/orbsvcs/Notify/Notify_StructuredProxyPushConsumer_i.cpp:
3176 * orbsvcs/orbsvcs/Notify/Dispatch_Observer_T.cpp:
3177 * orbsvcs/orbsvcs/Notify/Dispatch_Observer_T.h:
3178 * orbsvcs/orbsvcs/Notify/Dispatch_Observer_T.inl:
3179 Removed Dispatch Observer as error handling has moved to TAO_NS_Peer.
3181 * orbsvcs/orbsvcs/Notify/Event_Map_Observer.h:
3182 * orbsvcs/orbsvcs/Notify/Event_Map_Observer_T.cpp:
3183 * orbsvcs/orbsvcs/Notify/Event_Map_Observer_T.h:
3184 * orbsvcs/orbsvcs/Notify/Event_Map_Observer_T.inl:
3185 Removed Event_Map_Observer as Map changes are conveyed via
3186 return values in Event_Map_T <insert> and <remove> methods.
3188 * orbsvcs/orbsvcs/Notify/Pending_Worker_T.cpp:
3189 * orbsvcs/orbsvcs/Notify/Pending_Worker_T.h:
3190 * orbsvcs/orbsvcs/Notify/Pending_Worker_T.inl:
3191 Removed Pending_Worker as we have decided not to implement
3194 * orbsvcs/orbsvcs/Notify/Builder.cpp:
3195 Removed code depending on Dispatch_Observer.
3197 * orbsvcs/orbsvcs/Notify/Consumer.h:
3198 * orbsvcs/orbsvcs/Notify/Consumer.cpp:
3199 * orbsvcs/orbsvcs/Notify/Consumer.inl:
3200 Added <dispatch_updates_i> method that invokes offer_change.
3201 Modified <push> implementation to catch exceptions and inform
3202 the base Peer class to handle exceptions while dispatching.
3203 Removed code that depended the Dispatch_Observer.
3205 * orbsvcs/orbsvcs/Notify/EventType.h:
3206 * orbsvcs/orbsvcs/Notify/EventType.cpp:
3207 Added a <dump> debugging helper method that prints the contents
3210 * orbsvcs/orbsvcs/Notify/EventTypeSeq.h:
3211 * orbsvcs/orbsvcs/Notify/EventTypeSeq.cpp:
3212 - Added a <dump> debugging helper method that prints the contents
3213 of the event sequence.
3214 - Added a <populate_no_special> method that populates a
3215 CosNotification::EventTypeSeq but excludes the special event
3217 - Added an <intersection> method that calculates the common
3218 elements of two sequences.
3219 - Modified the <init> method to correctly handle cases with
3220 duplicates in the added and/or removed list.
3222 * orbsvcs/orbsvcs/Notify/Event_Manager.h:
3223 * orbsvcs/orbsvcs/Notify/Event_Manager.cpp:
3224 * orbsvcs/orbsvcs/Notify/Event_Manager.inl:
3225 - Removed code related to : Event_Map_Observer,
3226 Dispatch_Observer, Pending_Worker, Update_Removed_Worker and
3227 Update_Added_Worker.
3228 - Modified the <un_/publish>, <un_/subscribe> methods to return
3229 the list of eventypes that are being seen for the first or last
3231 - Added <offer_change> and <subscription_change> methods to
3232 handle update changes.
3233 - Added <offered_types> and <subscription_types> that return the
3234 current available types from the Consumer and Supplier Maps.
3235 - Added worker classes TAO_NS_ProxyConsumer_Update_Worker and
3236 TAO_NS_ProxySupplier_Update_Worker classes that inform proxys
3237 regarding update changes.
3238 - Added <connect> and <disconnect> methods that we delegate to the
3239 appropriate Event_Map and inform the newly connected Proxy of
3240 types that are avialable in the channel.
3242 * orbsvcs/orbsvcs/Notify/Event_Map_T.cpp:
3243 * orbsvcs/orbsvcs/Notify/Event_Map_T.h:
3244 * orbsvcs/orbsvcs/Notify/Event_Map_T.inl:
3245 - Added <connect> and <disconnect> methods that add the proxy
3246 to an updates list. This list is used to disseminate the
3247 subscription/offer update changes.
3248 - Added accessor method for the updates list and count of proxys
3249 connected to this map.
3250 - Removed code relating to Event_Map_Observer.
3251 - The <insert> and <remove> methods now return 1 if the type
3252 being inserted or removed is the first time/ last time.
3254 * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp:
3255 - Added checks for nil pointers and modified exception handling
3258 * orbsvcs/orbsvcs/Notify/Peer.cpp:
3259 * orbsvcs/orbsvcs/Notify/Peer.h:
3260 * orbsvcs/orbsvcs/Notify/Peer.inl:
3261 - Added a <dispatch_updates> method that formats the event types
3263 - Added a <handle_dispatch_exception> method that simply
3264 destroys the offending Peer.
3265 - Modified <dispatch_updates_i> to accept
3266 CosNotification::EventTypeSeq's.
3267 - Removed <updates_dispatch_observer_> data member and code
3269 - Removed <retry_count_> data member and retry related code.
3271 * orbsvcs/orbsvcs/Notify/Proxy.cpp:
3272 * orbsvcs/orbsvcs/Notify/Proxy.h:
3273 - Removed added_, removed_ data members, <type_added> and
3274 <type_removed> code because subscription/offer_change handling
3275 logic has been simplified.
3276 - Added <types_changed> method that enqueues a
3277 TAO_NS_Method_Request_Updates object in the Proxys worker task queue.
3278 - Renamed the <admin_subscription> to
3279 <admin_types_changed>. This seems more appropriate.
3281 * orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp:
3282 * orbsvcs/orbsvcs/Notify/ProxyConsumer.h:
3283 - Added calls to <connect>, <disconnect> and <offer_change>
3284 instead of calling <publish> and <un_publish>
3286 * orbsvcs/orbsvcs/Notify/ProxyConsumer.ProxyConsumer_T.cpp:
3287 * orbsvcs/orbsvcs/Notify/ProxyConsumer.ProxyConsumer_T.h:
3288 - Renaming to <admin_types_changed>
3289 - Call <offer_change> instead of calling <publish> and <un_publish>
3291 * orbsvcs/orbsvcs/Notify/ProxySupplier.cpp:
3292 - Calling <subscription_change> instead of <subscribe> and
3294 - Added calls to <connect> and <disconnect>
3296 * orbsvcs/orbsvcs/Notify/ProxySupplier_T.cpp:
3297 * orbsvcs/orbsvcs/Notify/ProxySupplier_T.h:
3298 - Calling <subscription_change> instead of <subscribe> and
3300 - Renamed <admin_subscription> to <admin_types_changed>
3302 * orbsvcs/orbsvcs/Notify/Refcountable.cpp:
3303 - Print messages at debug level 1.
3305 * orbsvcs/orbsvcs/Notify/Subscription_Change_Worker.inl:
3306 - Renamed <admin_subscription> to <admin_types_changed>
3308 * orbsvcs/orbsvcs/Notify/Supplier.cpp:
3309 * orbsvcs/orbsvcs/Notify/Supplier.h:
3310 - Modified <dispatch_updates_i> signature.
3312 * orbsvcs/orbsvcs/Notify/ThreadPool_Task.cpp:
3313 Moved shutdown code fix from Notify_MT_Worker.cpp.
3315 * orbsvcs/orbsvcs/Notify/Types.h:
3316 - Removed forward declaration for Event_Map_Observer,
3317 Dispatch_Observer, Pending_Worker types that are no longer used.
3319 * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.h:
3320 * orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.h:
3321 - Added missing virtual keyword to <push>
3323 * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.cpp
3324 - Changed the exception handling code to delegate to the Peer's
3325 <handle_dispatch_exception> method.
3327 * orbsvcs/orbsvcs/Notify/Method_Request_Updates.cpp:
3328 * orbsvcs/orbsvcs/Notify/Method_Request_Updates.h:
3329 * orbsvcs/orbsvcs/Notify/Method_Request_Updates.inl:
3330 Added a Method Request type that sends dispatch_updates to Peer
3331 objects. Updates are also treated as events and
3332 enqueued/dequeued in a queue(if any) of the Worker Task.
3333 This replaces the earlier logic of using Pending_Worker.
3335 * orbsvcs/tests/Notify/Events.cpp:
3336 * orbsvcs/tests/Notify/Events.h:
3337 - Added a -use_default_admin option that results in the test
3338 obtaining a Consumer/SupplierAdmin interface via the
3339 default_consumer/supplier_admin method.
3341 * orbsvcs/tests/Notify/Filter.cpp:
3342 * orbsvcs/tests/Notify/Filter.h:
3343 - Added this test for Filter operations.
3344 This test excercises the FilterAdmin code for a Consumer Admin.
3346 * orbsvcs/tests/Notify/MultiTypes.cpp:
3347 * orbsvcs/tests/Notify/MultiTypes.h:
3348 - Added this test to check the following -
3349 + Consumers of different types should receive events
3350 that are send by any kind of supplier.
3351 + A nested upcall to the Notification Service via a
3352 disconnect_XXX from within a push should succeed.
3354 * orbsvcs/tests/Notify/Updates.cpp:
3355 * orbsvcs/tests/Notify/Updates.h:
3356 Completely revamped this test. This test tests subscription and
3357 offer change calls and makes sure that the expected updates are
3360 * orbsvcs/tests/Notify/Basic/run_test.pl:
3361 Added the new Filter and MultiTypes tests.
3363 * orbsvcs/tests/Notify/Basic/Makefile
3364 * orbsvcs/tests/Notify/Basic/Makefile.bor
3365 * orbsvcs/tests/Notify/Notify_Tests.dsw
3366 * orbsvcs/tests/Notify/Basic/Basic.dsw
3367 Modified to include the new Filter and MultiTypes tests and
3368 updated dependencies.
3370 * orbsvcs/orbsvcs/Makefile.CosNotification:
3371 * orbsvcs/orbsvcs/CosNotification.dsp:
3372 * orbsvcs/orbsvcs/CosNotification.bor:
3373 Removed old Notify files, added Method_Request_Updates file and
3374 updated dependencies.
3376 * orbsvcs/Notify_Service/Makefile:
3377 Updated dependencies.
3379 Mon Nov 11 14:28:39 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
3381 * tao/GIOP_Message_Base.cpp (consolidate_fragments): When growing
3382 the message block to increase the allocated memory, we now use
3383 the length () of the available message block as the basis for
3384 growing instead of the size (). Simon McQueen of PrismTech ran
3385 several experiments while investigating problems related to
3386 [BUGID 1356] and is convinced this is the right way to go, since
3387 this uses less memory. Since I dont foresee problems, his patch
3388 is being accepted for the release. Thanks to Simon for putting
3389 in lot of effort to narrow down the problem to this area.
3391 Mon Nov 11 10:43:59 2002 Nanbor Wang <nanbor@cs.wustl.edu>
3393 * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.dsp:
3394 Added TAO_CosEvent.lib to the list of libraries for Release
3395 build only to fix a link problem on MSVC.
3397 * orbsvcs/tests/Log/Basic_Log_Test/Basic_Log_Test.cpp
3398 (write_records): Initialize the local variable <l> to 0 to fix a
3401 Mon Nov 11 09:28:43 2002 Priyanka Gontla <pgontla@ociweb.com>
3403 * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
3404 Get the whole hostname name including the domain instead
3405 of just the hostname.
3406 Thanks to Kobi Cohen-Arazi <kobi@mivzak.com> for pointing
3407 out a exception thats raised.
3409 * orbsvcs/tests/ImplRepo/run_test.pl:
3412 Sun Nov 10 20:24:59 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
3414 * orbsvcs/IFR_Service/ifr_adding_visitor.cpp:
3415 * orbsvcs/IFR_Service/ifr_adding_visitor.h:
3416 * orbsvcs/IFR_Service/ifr_adding_visitor_exception.cpp:
3417 * orbsvcs/IFR_Service/ifr_adding_visitor_exception.h:
3419 Changed handling of reopened modules. In the case where a
3420 module and its member have both been seen before, tao_ifr
3421 now assumes that it is re-processing the IDL file in which
3422 the module and member were first seen, and ignores the member.
3423 It is possible that there is actually an illegal name clash, but
3424 it is not possible to tell the difference in every case, so we
3425 choose the behavior assuming that the common case will be the
3426 re-processing of an already-loaded IDL file. Thanks to Nick
3427 Cross <nick.cross@prismtechnologies.com> for reporting the
3428 problem when loading CosNaming.idl twice and then trying to
3429 look at the IFR contents.
3431 * orbsvcs/IFR_Service/ifr_adding_visitor_structure.cpp:
3435 Sun Nov 10 18:02:51 UTC 2002 Don Hinton <dhinton@ieee.org>
3437 * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp: Fixed a problem
3438 with previous patch, Wed Oct 16 17:16:38 2002 Jeff Parsons
3439 <parsons@isis-server.isis.vanderbilt.edu>, where the logic was
3440 reversed. Thanks to Jon Franklin for noticing the problem and
3441 providing the patch.
3443 Sun Nov 10 08:19:21 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
3445 * tao/IIOP_Connector.cpp:
3446 * tao/Connection_Handler.cpp:
3447 * tao/IIOP_Connection_Handler.cpp: Some debugging statements were
3448 either out of format or totally useless for any debugging
3449 purposes. Fixed some of them that I saw in the path that
3450 actually hinders my debugging.
3452 Sat Nov 09 09:47:37 2002 Nanbor Wang <nanbor@cs.wustl.edu>
3454 * orbsvcs/orbsvcs/RTEventLog.dsp: The release build was not
3455 generating a different name from the debug build without
3456 following our naming convention.
3458 Fri Nov 08 19:18:58 2002 Irfan Pyarali <irfan@oomworks.com>
3460 * orbsvcs/tests/Notify/Basic:
3462 - Renamed the following file to make consistent:
3464 - AdminProperties_Test.* to AdminProperties.*
3465 - Events_Test.* to Events.*
3466 - LifeCycleTest.* to LifeCycle.*
3468 - Updated the following files to reflect the above described
3477 - Added run_test.pl so that these tests can be run in the
3480 * orbsvcs/tests/Notify/performance-tests/RedGreen: Added
3481 run_test.pl so that these tests can be run in the nightly built.
3483 * orbsvcs/tests/Notify:
3485 Updated the following project files so that they can be included
3486 in the mega Notify test workspace:
3488 orbsvcs/tests/Notify/Notify_Tests.dsw
3490 - Basic/ConnectDisconnect.dsp
3491 - Basic/IdAssignment.dsp
3494 - Blocking/Structured_Consumer.dsp
3495 - Blocking/Structured_Supplier.dsp
3496 - Discarding/Sequence_Consumer.dsp
3497 - Discarding/Sequence_Supplier.dsp
3498 - Discarding/Structured_Consumer.dsp
3499 - Discarding/Structured_Supplier.dsp
3500 - MT_Dispatching/Structured_Consumer.dsp
3501 - MT_Dispatching/Structured_Supplier.dsp
3502 - Ordering/Sequence_Consumer.dsp
3503 - Ordering/Sequence_Supplier.dsp
3504 - Ordering/Structured_Consumer.dsp
3505 - Ordering/Structured_Supplier.dsp
3506 - Sequence_Multi_ETCL_Filter/Sequence_Consumer.dsp
3507 - Sequence_Multi_ETCL_Filter/Sequence_Supplier.dsp
3508 - Sequence_Multi_Filter/Sequence_Consumer.dsp
3509 - Sequence_Multi_Filter/Sequence_Supplier.dsp
3510 - Structured_Filter/Structured_Filter_Consumer.dsp
3511 - Structured_Filter/Structured_Filter_Supplier.dsp
3512 - Structured_Multi_Filter/Structured_Multi_Filter_Consumer.dsp
3513 - Structured_Multi_Filter/Structured_Multi_Filter_Supplier.dsp
3514 - performance-tests/Filter/Sequence_Consumer.dsp
3515 - performance-tests/Filter/Sequence_Supplier.dsp
3516 - performance-tests/Filter/Structured_Consumer.dsp
3517 - performance-tests/Filter/Structured_Supplier.dsp
3518 - performance-tests/RedGreen/RedGreen.dsp
3519 - performance-tests/Throughput/Throughput.dsp
3521 * orbsvcs/tests/Notify/Notify_Tests.dsw: Add projects, updated
3522 names, and updated dependencies.
3524 * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter: Renamed file to
3527 Added Sequence_Multi_ETCL_Filter.mpc
3528 Removed Sequenc_Multi_ETCL_Filter.mpc
3530 * orbsvcs/tests/Notify/Basic/IdAssignment.h: Fixed filename in
3533 * orbsvcs/tests/Notify/Basic/Simple.cpp:
3534 * orbsvcs/tests/Notify/Basic/IdAssignment.cpp:
3535 * orbsvcs/tests/Notify/Basic/ConnectDisconnect.cpp:
3537 Reduce debugging statements.
3539 * $ACE_ROOT/bin/auto_run_tests.lst: Updated to run Notify test
3542 Fri Nov 8 13:19:46 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
3544 * tao/Connection_Handler.cpp (svc_i): Cosmetic fixes.
3546 Fri Nov 08 10:47:41 2002 Nanbor Wang <nanbor@cs.wustl.edu>
3548 * tests/Abstract_Interface/Abstract_Interface_Server.dsp: Fixed
3549 the broken release configuration.
3551 Fri Nov 08 10:03:22 2002 Nanbor Wang <nanbor@cs.wustl.edu>
3553 * orbsvcs/orbsvcs/RTEventLog.dsp: Fixed the broken release build
3556 Thu Nov 07 12:21:21 2002 Nanbor Wang <nanbor@cs.wustl.edu>
3559 * orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.dsw:
3560 * orbsvcs/Logging_Service/Basic_Logging_Service/Logging_Service.dsp:
3561 * orbsvcs/Logging_Service/Event_Logging_Service/Event_Logging_Service.dsp:
3562 * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.dsp:
3563 * orbsvcs/Logging_Service/RTEvent_Logging_Service/RTEvent_Logging_Service.dsp:
3564 * orbsvcs/examples/Log/Basic/Client.dsp:
3565 * orbsvcs/examples/Log/Event/Log_CEC_Simple_Consumer.dsp:
3566 * orbsvcs/examples/Log/Event/Log_CEC_Simple_Supplier.dsp:
3567 * orbsvcs/examples/Log/Notify/Log_Notify_Simple_Consumer.dsp:
3568 * orbsvcs/examples/Log/Notify/Log_Notify_Simple_Supplier.dsp:
3569 * orbsvcs/examples/Log/RTEvent/Log_RTEvent_Simple_Consumer.dsp:
3570 * orbsvcs/examples/Log/RTEvent/Log_RTEvent_Simple_Supplier.dsp:
3571 * orbsvcs/orbsvcs/RTEventLog.dsp:
3572 * orbsvcs/tests/Log/Basic_Log_Test/Basic_Log_Test.dsp:
3573 * tests/IDL_Test/idl_test.dsp: Fixed broken workspaces and projects.
3575 Thu Nov 7 12:03:18 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
3577 * tao/Incoming_Mesage_Queue.cpp (duplicate): In duplicate () the
3578 copy constructor should be called instead of the plain
3579 constructor. Thanks to Simon McQueen <sm@prismtechnologies.com>
3580 for pointing this out.
3582 Thu Nov 7 09:17:04 2002 Balachandran Natarajan <bala@cs.wustl.edu>
3584 * utils/nslist/nsadd.cpp: Fixed a compile error caused undeclared
3587 Wed Nov 6 20:09:14 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
3589 * utils/nslist/nsadd.cpp: Enhanced the utilty so that it can add
3590 arbitrary paths to Naming Service entries. Thanks to Paul
3591 Caffrey <denginere@hotmail.com> for this fix.
3593 Thu Nov 7 06:44:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
3595 * orbsvcs/tests/Makefile.bor:
3596 Added Security directory
3598 * orbsvcs/tests/Security/Makefile.bor:
3599 Added new BCB makefle to build subdirectories
3601 * orbsvcs/tests/Security/Secure_Invocation/Makefile.bor:
3602 * orbsvcs/tests/Security/Secure_Invocation/client.bor:
3603 * orbsvcs/tests/Security/Secure_Invocation/server.bor:
3604 Added these new BCB makefiles. Thanks to Oleg Kraynov
3605 <mustafa@gema.ru> for creating these.
3607 Wed Nov 6 11:43:01 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
3609 * orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile: Fixed an error
3610 which occurs when the right libraries havent been built. Thanks
3611 to Gautam Thaker for pointing this out.
3613 Wed Nov 6 11:35:01 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
3615 * tests/Bug_1020_Basic_Regression/Server_Task.h: Fixed fuzz
3618 Wed Nov 6 11:32:58 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
3620 * tests/Bug_1020_Regression/Echo.cpp:
3621 * tests/Bug_1020_Regression/Echo.h:
3622 * tests/Bug_1020_Regression/Echo_Callback.cpp:
3623 * tests/Bug_1020_Regression/Echo_Callback.h:
3624 * tests/Bug_1020_Regression/ORB_Task.cpp:
3625 * tests/Bug_1020_Regression/ORB_Task.h:
3626 * tests/Bug_1020_Regression/Server_Task.cpp:
3627 * tests/Bug_1020_Regression/Test.idl: Fixed fuzz errors.
3629 Tue Nov 05 17:32:22 2002 Pradeep Gore <pradeep@oomworks.com>
3631 * orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp:
3632 * orbsvcs/orbsvcs/Notify/EventChannel.cpp:
3633 * orbsvcs/orbsvcs/Notify/FilterAdmin.cpp:
3634 * orbsvcs/orbsvcs/Notify/Proxy_T.cpp:
3635 * orbsvcs/orbsvcs/Notify/SupplierAdmin.cpp:
3637 Corrected the way IDSequences are populated. Thanks to Yamuna
3638 for helping to debug this.
3640 Tue Nov 05 12:01:25 2002 Pradeep Gore <pradeep@oomworks.com>
3642 * orbsvcs/orbsvcs/Notify/Any/PushSupplier.cpp:
3643 ENV variable was being used in <init>, changed it back to
3646 Tue Nov 5 08:28:23 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
3648 * TAO_IDL/be/be_visitor_valuetype/field_cs.cpp (visit_enum): Changed
3649 "val)/" to "val)" to avoid a bug. Thanks to Jian Chen for
3650 reporting the fix and to Marc Alter
3651 <marc.alter@fr.thalesgroup.com> for the original bug report.
3653 Mon Nov 4 19:03:12 CST 2002 Pradeep Gore <pradeep@oomworks.com>
3655 * (Removed previous bogus ChangeLog entry).
3656 * orbsvcs/orbsvcs/CosNotification.bor:
3657 Thanks to Christopher Kohlhoff <chris@kohlhoff.com>, Johnny
3658 Willemsen <jwillemsen@remedy.nl>, Irfan, Nanbor and Bala for help in
3659 correcting the .bor file.
3661 * tao/Messaging/Makefile.bor:
3662 Applied change in INCLUDE provided by Christopher Kohlhoff
3663 <chris@kohlhoff.com>.
3665 * orbsvcs/orbsvcs/Notify/Builder.cpp:
3666 In method <build_filter_factory> create a filter factory if we
3667 could not obtain one as a dynamic service.
3669 * orbsvcs/orbsvcs/Notify/Event_Map_Observer_T.cpp:
3670 TAO_NS_Update_Added_Worker<PROXY>::work, moved call to
3671 type_added inside the "if" statement.
3673 Following files were modified for backward compatibility as some
3674 application might be calling their <init_svc> method.
3675 * orbsvcs/orbsvcs/Notify/Notify_Default_CO_Factory.cpp:
3676 * orbsvcs/orbsvcs/Notify/Notify_Default_CO_Factory.h:
3677 * orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.cpp:
3678 * orbsvcs/orbsvcs/Notify/Notify_Default_Collection_Factory.h:
3679 * orbsvcs/orbsvcs/Notify/Notify_Default_EMO_Factory.cpp:
3680 * orbsvcs/orbsvcs/Notify/Notify_Default_EMO_Factory.h:
3681 * orbsvcs/orbsvcs/Notify/Notify_Default_POA_Factory.cpp:
3682 * orbsvcs/orbsvcs/Notify/Notify_Default_POA_Factory.h:
3684 * orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.cpp:
3685 * orbsvcs/orbsvcs/Notify/Notify_EventChannelFactory_i.h:
3686 static <create> method maintained for backward compatibility.
3688 * orbsvcs/orbsvcs/Notify/Notify_Service.cpp:
3689 * orbsvcs/orbsvcs/Notify/Notify_Service.h:
3690 In method TAO_NS_Notify_Service::init - added old options for
3691 backward compatibility.
3692 Revived Service Object
3693 Notify_Default_Event_Manager_Objects_Factory.
3695 * orbsvcs/orbsvcs/Notify/Properties.cpp:
3696 * orbsvcs/orbsvcs/Notify/Properties.h:
3697 Defined TAO_NS_DEFAULT_UPDATES_PERIOD instead of using a magic
3698 number for the subscription/publication change update
3699 notification interval.
3701 * orbsvcs/orbsvcs/Notify/Proxy.cpp:
3702 Added missing initialization of updates_off_ data member.
3704 * orbsvcs/orbsvcs/Notify/Service.h:
3705 Defined the string name for the
3706 Notify_Default_Event_Manager_Objects_Factory.
3708 * orbsvcs/orbsvcs/Notify/Any/PushConsumer.cpp:
3709 * orbsvcs/orbsvcs/Notify/Any/PushSupplier.cpp:
3710 Check if narrow fails because CosEventComm client was connecting
3711 and does not support NotifySubscribe.
3713 * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.cpp:
3714 * orbsvcs/orbsvcs/Notify/Sequence/SequencePushSupplier.cpp:
3715 * orbsvcs/orbsvcs/Notify/Structured/StructuredPushConsumer.cpp:
3716 * orbsvcs/orbsvcs/Notify/Structured/StructuredPushSupplier.cpp:
3717 Replaced unnecessary calls to _narrow with _duplicate. Thanks to
3718 Irfan for pointing this out.
3720 * orbsvcs/Notify_Service/Notify_Service.cpp:
3721 * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp:
3722 Remove explicit instantiation of Dynamic_Service<TAO_NS_Service>
3723 as its now defined in Notify_EventChannelFactory_i.cpp.
3725 Mon Nov 4 14:21:18 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
3727 * tests/Bug_1020_Regression: Another test that has the capability
3728 of stressing things a bit more for this bug to show up. This
3729 test is structured in such a manner that multipel Multi-threaded
3730 clients can connect to a server. The clients crash at periodic
3731 intervals. This is a slightly improvised form of the basic
3732 test. Thanks to Carlos O'Ryan for donating this test.
3734 * tests/Bug_1020_Regression/client.cpp:
3735 * tests/Bug_1020_Regression/Echo_Callback.cpp:
3736 * tests/Bug_1020_Regression/Echo_Callback.h:
3737 * tests/Bug_1020_Regression/Echo.cpp:
3738 * tests/Bug_1020_Regression/Echo.h:
3739 * tests/Bug_1020_Regression/Makefile:
3740 * tests/Bug_1020_Regression/ORB_Task.cpp:
3741 * tests/Bug_1020_Regression/ORB_Task.h:
3742 * tests/Bug_1020_Regression/run_test.pl:
3743 * tests/Bug_1020_Regression/server.cpp:
3744 * tests/Bug_1020_Regression/Server.cpp:
3745 * tests/Bug_1020_Regression/Server.h:
3746 * tests/Bug_1020_Regression/Server_Task.cpp:
3747 * tests/Bug_1020_Regression/Server_Task.h:
3748 * tests/Bug_1020_Regression/Test.idl: Files for this test.
3751 Mon Nov 4 14:18:15 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
3753 * tests/Bug_1020_Basic_Regression/README: Added information about
3754 the motivation and purpose of this test.
3756 Mon Nov 4 13:44:48 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
3758 * tests/Bug_1020_Basic_Regression: A new regression test for BUG
3759 1020. This is a simple test which was failing with 1.2.1. The
3760 test has Multi-threaded client communicating with a
3761 Multi-threaded server. The client is crashed to see whether the
3764 * tests/Bug_1020_Basic_Regression/client.cpp:
3765 * tests/Bug_1020_Basic_Regression/Client_Task.cpp:
3766 * tests/Bug_1020_Basic_Regression/Client_Task.h:
3767 * tests/Bug_1020_Basic_Regression/Echo_Caller.cpp:
3768 * tests/Bug_1020_Basic_Regression/Echo_Caller.h:
3769 * tests/Bug_1020_Basic_Regression/Echo.cpp:
3770 * tests/Bug_1020_Basic_Regression/Echo.h:
3771 * tests/Bug_1020_Basic_Regression/Makefile:
3772 * tests/Bug_1020_Basic_Regression/server.cpp:
3773 * tests/Bug_1020_Basic_Regression/Server_Task.cpp:
3774 * tests/Bug_1020_Basic_Regression/Server_Task.h:
3775 * tests/Bug_1020_Basic_Regression/Test.idl: New files added for
3778 Mon Nov 4 12:24:51 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
3780 * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.h: Added a
3781 missing exception specification from the definition to the
3782 declaration of create_member (). This should fix compile errors
3785 Mon Nov 04 11:10:14 2002 Pradeep Gore <pradeep@oomworks.com>
3787 * orbsvcs/orbsvcs/Notify/Notify_Service.cpp:
3788 in method <init_main_thread> change argument to
3789 ACE_ENV_ARG_DECL_NOT_USED.
3791 * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp:
3792 Added code for explicit template instantiation.
3794 Mon Nov 04 10:47:41 2002 Pradeep Gore <pradeep@oomworks.com>
3796 * orbsvcs/orbsvcs/Notify/ETCL_FilterFactory.cpp:
3797 In <create_filter> method : Added check to include EXTENDED_TCL
3798 string as a valid constraint grammar.
3800 Sun Nov 3 19:13:49 2002 Ossama Othman <ossama@uci.edu>
3802 * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.h
3805 Corrected exception specification so that it matches the method
3806 definition's exception specification.
3808 * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp
3811 Removed extra line (cosmetic change).
3813 Sun Nov 3 16:02:55 2002 Ossama Othman <ossama@uci.edu>
3815 * orbsvcs/orbsvcs/Makefile.PortableGroup:
3816 * orbsvcs/orbsvcs/PortableGroup.bor:
3817 * orbsvcs/orbsvcs/PortableGroup.dsp:
3818 * orbsvcs/orbsvcs/PortableGroup_Static.dsp:
3820 Removed PG_Group_Guard.{h,cpp} from these Makefiles and project
3821 files. Those files no longer exist.
3823 Sun Nov 3 15:59:59 2002 Ossama Othman <ossama@uci.edu>
3825 * orbsvcs/orbsvcs/LB_ORT.idl:
3827 Updated to CORBA 3.0 conventions. Use the CORBA 3.0
3828 "typeprefix" keyword instead of "#pragma prefix".
3830 Sun Nov 3 15:59:57 2002 Ossama Othman <ossama@uci.edu>
3832 The following fix some problems with the infrastructure-controlled
3833 membership support in TAO's PortableGroup library:
3835 * orbsvcs/orbsvcs/PortableGroup/PG_Factory_Set.h
3836 (TAO_PG_Factory_Node):
3838 Replaced GenericFactory object reference attribute with a
3839 FactoryInfo attribute. The latter is necessary to correctly
3840 implement infrastructure-controlled membership
3842 * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.h
3845 New method used to implement the
3846 ObjectGroupManager::remove_member() method when the object group
3847 in question is under infrastructure control. The
3848 ObjectGroupManager will call back on the GenericFactory.
3850 (check_minimum_number_members):
3852 New method that creates new members if the object group in
3853 question is under infrastructure control. Enough new members
3854 will be created to satisfy the MinimumNumberMembers property of
3855 the object group (assuming there are enough unused
3856 application-supplied GenericFactorys).
3860 New method used to create a single member via the
3861 infrastructure. This method is only used internally by the
3862 infrastructure. It should not be confused with the
3863 ObjectGroupManager::create_member() method.
3865 (populate_object_group):
3867 Removed FactoryCreationId and ObjectId parameters. They are no
3868 longer used by this method.
3870 * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp:
3872 No need to include `PG_Group_Guard.h'. That file has been
3875 (TAO_PG_GenericFactory):
3877 Pass the "this" pointer to the ObjectGroupManager
3878 implementation. The ObjectGroupManager will potentially call
3879 back on the GenericFactory in the infrastructure-controlled
3884 Reorganized this method so that the TAO_PG_Group_Guard class is
3885 no longer needed. In particular, the FactoryCreationId is
3887 The object group's factory set is now bound to the factory map
3888 in this method instead of the populate_object_group() method.
3889 This allowed the latter method to be cleaned up.
3893 Updated to access FactoryInfo field in the TAO_PG_Factory_Node
3894 structure that replaced the old GenericFactory object reference
3897 (populate_object_group):
3899 Fixed problem where only the number of factories equal to the
3900 initial number of members were bound to the factory map. All
3901 factories should be bound to the map, but only
3902 InitialNumberMembers factories should be invoked.
3904 Refactored member creation code to the new create_member()
3905 method since the same code is also used by the new
3906 check_minimum_number_members() method.
3908 * orbsvcs/orbsvcs/PortableGroup/PG_Group_Guard.h:
3909 * orbsvcs/orbsvcs/PortableGroup/PG_Group_Guard.cpp:
3911 Remove these files. The "guard" implementation contained in
3912 these files is no longer necessary due to improvements in the
3913 TAO_PG_GenericFactory::create_object() method.
3915 * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.h:
3916 * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp
3919 TAO-specific object group member addition method intended for
3920 use by TAO's GenericFactory implementation. It merely calls the
3921 new protected add_member_i() method in a way that prevents that
3922 method from performing remote member type checking via the
3923 CORBA::Object::_is_a() call. TAO's GenericFactory
3924 implementation already performs member type checking in the
3925 infrastructure-controlled case. This is an optimization to
3926 prevent redundant remote type checks.
3930 Refactored object group member addition code to the new
3931 protected add_member_i() method. It calls the add_member_i()
3932 method in a way that allows member type checking to occur.
3936 New protected underlying and non-locking implementation of the
3937 add_member() and _tao_add_member() methods.
3941 New accessor method that returns the number of members currently
3942 in a given object group. Used by the new
3943 TAO_PG_GenericFactory::check_minimum_number_members() method.
3947 Mutator method used to set the cached pointer to the
3948 TAO_PG_GenericFactory object which the TAO_PG_ObjectGroupManager
3951 Sun Nov 3 11:04:27 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
3953 * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.h: Fixed a compile errors
3954 in single threaded builds.
3956 Sun Nov 3 10:18:15 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
3958 * orbsvcs/orbsvcs/Notify/Notify_Service.cpp: Fixed a compile error
3959 with minimum builds. Rearranged includes to have local includes
3962 Sun Nov 03 11:00:27 2002 Pradeep Gore <pradeep@oomworks.com>
3964 * orbsvcs/orbsvcs/CosNotification.bor:
3965 Added missing .obj extension to targets. Thanks to Johnny
3966 Willemsen <jwillemsen@remedy.nl> for pointing this out.
3968 * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Server.cpp:
3969 Removed calls to initalize old Notification factories. This is
3972 Sat Nov 2 19:58:51 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
3974 * tests/Bug_1269_Regression/ORB_Task.cpp:
3975 * tests/Bug_1269_Regression/Server_Timer.cpp:
3976 * tests/Bug_1269_Regression/client.cpp:
3977 * tests/Bug_1269_Regression/shutdown.cpp:
3978 * tests/Bug_1270_Regression/ORB_Task.cpp:
3979 * tests/Bug_1270_Regression/Server_Timer.cpp:
3980 * tests/Bug_1270_Regression/client.cpp:
3981 * tests/Bug_1270_Regression/shutdown.cpp: Fixed compile errors on
3982 platforms where exceptions have been disabled.
3984 * tests/Bug_1270_Regression/run_test.pl:
3985 * tests/Bug_1269_Regression/run_test.pl: Changed the cutoff times
3986 so that the tests would run without displaying errors on my
3987 box. I would love these tests to run in our daily builds. But we
3988 cannot run these, since they run for more than 75 mins on my two
3991 Sat Nov 02 20:46:08 2002 Pradeep Gore <pradeep@oomworks.com>
3993 * orbsvcs/orbsvcs/CosNotification.bor:
3994 Modified to add new Notification files.
3996 Sat Nov 2 19:56:31 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
3998 * tao/Synch_Refcountable.cpp: Cosmetic fix.
4000 Sat Nov 02 18:10:44 2002 Pradeep Gore <pradeep@oomworks.com>
4002 * orbsvcs/tests/Notify/Basic/AdminProperties_Test.dsp:
4003 Inserted missing , in constructor.
4005 * orbscvs/orbsvcs/Notify/Notify_Service.cpp:
4006 Removed ACE_DEFAULT_THREAD_PRIORITY to threadpool task. Thanks
4007 to Bala for suggesting a fix.
4009 * orbscvs/orbsvcs/Notify/Thread_Pool_Task.cpp:
4010 Modified call to <activate> to use ACE_DEFAULT_THREAD_PRIORITY.
4012 * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp:
4013 Changed code to obtain the notify service.
4015 * orbsvcs/Logging_Service/Notify_Logging_Service/svc.conf:
4016 Modified the .conf file to use the revised Notify Service
4019 Sat Nov 2 10:48:46 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
4021 * tao/Utils/Servant_Var.h:
4022 * tao/Utils/Servant_Var.inl: Fixed errors in non-native exceptions
4025 Fri Nov 1 20:12:09 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
4027 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp (connect):
4028 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h: Added the overloaded
4029 connect () method without the timeout. The implementation just
4030 calls the method with timeout value. It shouldnt be necessary,
4031 but one build in the borland compiler warns about one of the
4032 connect () methods hiding the other one. Hopefully, this should
4033 resolve the warning.
4035 Fri Nov 01 20:09:44 2002 Pradeep Gore <pradeep@oomworks.com>
4037 * orbsvcs/tests/Notify/Basic/AdminProperties_Test.dsp:
4038 * orbsvcs/tests/Notify/Basic/ConnectDisconnect.dsp
4039 * orbsvcs/tests/Notify/Basic/Events_Test.dsp:
4040 * orbsvcs/tests/Notify/Basic/IdAssignment.dsp:
4041 * orbsvcs/tests/Notify/Basic/LifeCycleTest.dsp:
4042 * orbsvcs/tests/Notify/Basic/Simple.dsp:
4044 Modified project files to correct .pdb target.
4046 * orbsvcs/tests/Notify/Basic/ConnectDisconnect.cpp:
4048 In method <run_test> removed duplicate call to Sequence Consumer.
4050 * orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.cpp:
4051 Changed code to obtain the notify service for colocation.
4053 * orbsvcs/tests/Notify/Basic/AdminProperties_Test.dsp:
4054 Changed the default values used when the test is run without any
4057 * orbsvcs/tests/Notify/Blocking/notify.conf:
4058 * orbsvcs/tests/Notify/Discarding/notify.conf:
4059 * orbsvcs/tests/Notify/MT_Dispatching/notify_mtdispatching.conf:
4060 * orbsvcs/tests/Notify/Ordering/notify.conf:
4061 * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/notify.conf:
4062 * orbsvcs/tests/Notify/Sequence_Multi_Filter/notify.conf:
4063 * orbsvcs/tests/Notify/performance-tests/Filter/notify.conf:
4064 * orbsvcs/tests/Notify/performance-tests/RedGreen/listener.conf:
4065 * orbsvcs/tests/Notify/performance-tests/RedGreen/lookup.conf:
4066 * orbsvcs/tests/Notify/performance-tests/RedGreen/reactive.conf:
4068 Modified the .conf files to use the revised Notify Service directive.
4070 * orbsvcs/tests/Notify/Structured_Filter/run_test.pl:
4071 * orbsvcs/tests/Notify/Structured_Multi_Filter/run_test.pl:
4073 Added missing definition for $notify_conf
4075 * orbsvcs/tests/Notify/Structured_Filter/notify.conf:
4076 * orbsvcs/tests/Notify/Structured_Multi_Filter/notify.conf:
4078 Added missing notify.conf file.
4080 Fri Nov 1 19:12:49 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
4082 * tao/Makefile.dirs: Added tao/Utils directory to the list of
4083 directories. Need to add this directory for Win32 and
4084 Borland. Need to make sure that they are fine on one before
4085 propagating things to others.
4087 Fri Nov 1 19:06:45 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
4089 * tao/Utils/Auto_Functor.cpp:
4090 * tao/Utils/Auto_Functor.h:
4091 * tao/Utils/Auto_Functor.inl:
4092 * tao/Utils/Implicit_Deactivator.cpp:
4093 * tao/Utils/Implicit_Deactivator.h:
4094 * tao/Utils/ORB_Destroyer.cpp:
4095 * tao/Utils/ORB_Destroyer.h:
4096 * tao/Utils/PolicyList_Destroyer.cpp:
4097 * tao/Utils/PolicyList_Destroyer.h:
4098 * tao/Utils/PolicyList_Destroyer.inl:
4099 * tao/Utils/RIR_Narrow.cpp:
4100 * tao/Utils/RIR_Narrow.h:
4101 * tao/Utils/Servant_Var.cpp:
4102 * tao/Utils/Servant_Var.h: ACE'ified code. Made them exception
4103 safe even if native exceptions have been turned off.
4105 Fri Nov 01 14:38:15 2002 Nanbor Wang <nanbor@cs.wustl.edu>
4107 * orbsvcs/Logging_Service/Logging_Service.dsw:
4108 * orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.dsw:
4109 * orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Service.dsp:
4110 * orbsvcs/Logging_Service/Basic_Logging_Service/Logging_Service.dsp:
4111 Renamed Basic_Logging_Service.dsp to Logging_Service.dsp. This
4112 may fix the unknown project error in the nightly build.
4114 Fri Nov 01 11:09:29 2002 Pradeep Gore <pradeep@oomworks.com>
4116 * orbsvcs/orbsvcs/Notify/Method_Request_Shutdown.cpp:
4117 Changed <execute> method parameter to
4118 ACE_ENV_SINGLE_ARG_DECL_NOT_USED
4120 * orbsvcs/orbsvcs/Notify/Service.h:
4121 Corrected the comment above the <init> method.
4123 * orbsvcs/orbsvcs/Notify/Service.h:
4124 Added a #define to define the string used to load the Cos
4125 Notification Service.
4127 * orbsvcs/orbsvcs/Notify/Notify_Service.h:
4128 * orbsvcs/orbsvcs/Notify/Notify_Service.cpp:
4129 Added class TAO_NS_CosNotification_Service_Initializer.
4130 This is a helper to load the Cos Notification service into the service conf. for static links.
4132 * orbsvcs/Notify_Service/svc.conf:
4133 Changed the conf file to load the Cos Notification wih the static command.
4135 * orbsvcs/Notify_Service/Notify_Service.cpp:
4136 Changed the string to obtain the Cos Notification Service via
4137 the Service Configurator.
4139 Fri Nov 1 09:44:43 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
4141 * orbsvcs/orbsvcs/DsNotifyLogAdmin.dsp:
4143 Fixed a project setting I overlooked in
4145 Thu Oct 31 16:46:11 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
4147 Fri Nov 1 07:25:36 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
4149 * tests/MProfile_Connection_Timeout/README:
4150 * tests/MProfile_Connection_Timeout/run_test.pl: Added these files
4153 * tests/MProfile_Connection_Timeout/client.cpp:
4154 * tests/MProfile_Connection_Timeout/server.cpp:
4155 * tests/MProfile_Connection_Timeout/test.idl:
4156 * tests/MProfile_Connection_Timeout/test_i.cpp:
4157 * tests/MProfile_Connection_Timeout/test_i.h: Improved error
4158 checking so that any problems will be signalled as errors in our
4161 Fri Nov 1 00:44:22 2002 Yamuna Krishnamurthy <yamuna@oomworks.com>
4163 * orbsvcs/orbsvcs/Notify/Event_Map_T.h:
4165 Fixed compile errors in debian build.
4167 Thu Oct 31 22:33:04 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
4169 * TAOACE.dsw: Added ProtableServer library as a dependency for
4172 * tests/MProfile_Connection_Timeout/client.bor:
4173 * tests/MProfile_Connection_Timeout/server.bor:
4174 * tests/MProfile_Connection_Timeout/Makefile.bor: Added the
4177 * tests/MProfile_Connection_Timeout/client.dsp:
4178 * tests/MProfile_Connection_Timeout/server.dsp:
4179 * tests/MProfile_Connection_Timeout/MProfile_Connection_Timeout.dsw:
4180 Workspace and project files for Win32 builds
4182 * tests/MProfile_Connection_Timeout/MProfile_Connection_Timeout.mpc:
4183 MakefileProject creator.
4185 Thu Oct 31 17:56:55 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
4187 * tests/MProfile_Connection_Timeout/client.cpp (run_test):
4190 * tests/MProfile_Connection_Timeout/Makefile: Added the Makefile
4193 Thu Oct 31 17:33:55 2002 Yamuna Krishnamurthy <yamuna@oomworks.com>
4195 * orbsvcs/orbsvcs/Notify/Dispatch_Observer_T.inl:
4196 * orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.inl:
4197 * orbsvcs/orbsvcs/Notify/Event_Map_T.h:
4198 * orbsvcs/orbsvcs/Notify/Event_Map_T.inl:
4199 * orbsvcs/orbsvcs/Notify/Container_T.inl:
4201 Added ACE_TYPENAME for type names qualified by template
4204 Thu Oct 31 17:09:50 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
4206 * tests/MProfile_Connection_Timeout:
4207 * tests/MProfile_Connection_Timeout/client.cpp:
4208 * tests/MProfile_Connection_Timeout/server.cpp:
4209 * tests/MProfile_Connection_Timeout/test.idl:
4210 * tests/MProfile_Connection_Timeout/test_i.cpp:
4211 * tests/MProfile_Connection_Timeout/test_i.h: New test for BUG ID
4212 1284. This is just a preliminary checkin. Other parts of the
4213 test are coming in shortly.
4215 Thu Oct 31 16:46:11 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
4217 * orbsvcs/orbsvcs/CosNotification.dsp:
4219 Added link path to ETCL library.
4221 * orbsvcs/orbsvcs/DsEventLogAdmin.dsp:
4222 * orbsvcs/orbsvcs/DsNotifyLogAdmin.dsp:
4224 Added setting for release version, and fixed export settings for debug
4225 and release versions.
4227 * orbsvcs/orbsvcs/Notify/Notify_Service.cpp:
4231 * orbsvcs/orbsvcs/Notify/Service.h:
4233 Added missing 'virtual' to a pure virtual function declaration.
4235 Thu Oct 31 15:42:04 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
4237 * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connector.cpp:
4238 * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connector.h:
4239 * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp:
4240 * orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.h:
4241 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp:
4242 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.h: Replicated the
4243 changes from "Thu Oct 31 14:48:39 2002 Balachandran Natarajan
4244 <bala@isis-server.isis.vanderbilt.edu>" for the remaining
4247 Thu Oct 31 15:40:31 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
4249 * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp (handle_timeout): Fixed
4252 Thu Oct 31 14:48:39 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
4254 This is a fix for BUGID 1284. Please see
4256 http://bugzilla.dre.vanderbilt.edu/show_bug.cgi?id=1284 for more
4257 details. This fix does the following
4259 - The invocation class selects a timeout from the two options that
4260 it has access to, viz. a user defined timeouts for connection
4261 establishment or the roundtrip timeout defined by the user.
4263 - If the user defined connection timeout policy is used and if the
4264 call to TAO_Transport::connect () returns an errno of ETIME, the
4265 invocation class tries the next endpoint in the profile.
4267 - If the roundtrip timeout is used, we raise a CORBA::TIMEOUT
4270 The connection timeout policy if set, overrides the roundtrip
4271 timeout policy value. To get the semantics right, the following
4272 changes were performed:
4274 * tao/Transport_Connector.cpp:
4275 * tao/Transport_Connector.h: Added another connect () method with
4276 a timeout value. Made the connect () methods non-pure-virtual,
4277 such that we could share some code and maintain backward
4278 compatibility. Further, the pure-virtual method make_connection
4279 () passes a timeout value. This shouldnt break backward
4280 compatibility either.
4282 * tao/IIOP_Connector.cpp:
4283 * tao/IIOP_Connector.h: Added a timeout argument to the
4284 make_connection () method. This method gets called from
4285 TAO_Connector::connect () method which has a timeout. The
4286 implementation of the make_connection () method is now changed
4287 to just use the timeout value that is passed instead of
4288 selecting a timeout value.
4290 * tao/Invocation.cpp: Selects a timeout from the two possible
4291 alternatives and passes one of the values to the connect ()
4292 call. Based on the timeout value used and the return value
4293 handles errors as explained above.
4295 * tao/Strategies/DIOP_Connector.cpp:
4296 * tao/Strategies/DIOP_Connector.h:
4297 * tao/Strategies/SHMIOP_Connector.cpp:
4298 * tao/Strategies/SHMIOP_Connector.h:
4299 * tao/Strategies/UIOP_Connector.cpp:
4300 * tao/Strategies/UIOP_Connector.h: Changes to the protocols within
4301 TAO. Changes to other protocols will follow.
4303 Thu Oct 31 13:59:50 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
4305 * tao/GIOP_Message_Base.cpp: Fixed a typo in the comments.
4307 Thu Oct 31 13:08:23 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
4309 * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp (handle_timeout): Fixed
4310 compile errors in single threaded builds.
4312 Thu Oct 31 12:07:51 2002 Yamuna Krishnamurthy <yamuna@oomworks.com>
4314 * orbsvcs/orbsvcs/Notify/Notify_Service.cpp:
4315 * orbsvcs/orbsvcs/Notify/Sequence/EventBatch.cpp:
4317 Fixed debian build compile warnings.
4319 Thu Oct 31 11:58:24 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
4321 * orbsvcs/tests/EC_MT_Mcast/MCast.cpp: Fixed compile error in
4322 builds where exceptions have been turned off.
4324 Thu Oct 31 10:51:12 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
4326 * docs/Smart_Proxies.html: Fixed a few typos.
4328 Thu Oct 31 10:52:50 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
4330 * orbsvcs/orbsvcs/IFRService/Container_i.cpp:
4331 * orbsvcs/orbsvcs/IFRService/InterfaceDef_i.cpp:
4333 Added checks for successful opening of an ACE_Configuration
4334 section so that subsequent iteration of values or subsections
4335 (which will fail) can be skipped. Thanks to Nick Cross
4336 <nick.cross@prismtechnologies.com> for reporting the bug.
4338 Thu Oct 31 10:50:16 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
4343 Restored const version of ValueBase_var operator that casts to
4346 Thu Oct 31 00:46:22 2002 Yamuna Krishnamurthy <yamuna@oomworks.com>
4348 * orbsvcs/tests/Notify/Makefile:
4350 Removed the old Throughput test.
4352 Wed Oct 30 19:06:59 2002 Yamuna Krishnamurthy <yamuna@oomworks.com>
4354 * orbsvcs/orbsvcs/Notify/Event_Manager.cpp:
4355 * orbsvcs/orbsvcs/Notify/Event.cpp:
4356 * orbsvcs/orbsvcs/Notify/Types.cpp:
4357 * orbsvcs/orbsvcs/Notify/Factory.cpp:
4359 Added template instantiations to fix link errors.
4362 Wed Oct 30 19:38:20 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
4364 * orbsvcs/orbsvcs/AV/UDP.cpp (TAO_AV_UDP_Object::handle_input):
4365 Improve debugging message.
4367 Wed Oct 30 12:49:32 2002 Irfan Pyarali <irfan@oomworks.com>
4369 * tao/PortableServer/PortableServer_ORBInitializer.cpp
4370 (register_poa_current): Moved registration of POA Current from
4371 post_init() to pre_init(). Thanks to Ossama for pointing this
4374 Wed Oct 30 09:01:12 2002 Ossama Othman <ossama@uci.edu>
4376 * tao/PortableServer/PortableServer_ORBInitializer.cpp
4377 (register_poa_current):
4379 Removed obsolete/incorrect comment regarding the lack of
4380 reference counting in the TAO_ORBInitInfo object.
4381 TAO_ORBInitInfo is now properly reference counted.
4383 Wed Oct 30 11:38:36 2002 Irfan Pyarali <irfan@oomworks.com>
4385 * Following are fixes for bug 1344. Thanks to Ossama for pointing
4388 * tao/PortableServer/Object_Adapter.cpp (create): Moved the
4389 registration of the POA Current to the
4390 PortableServer_ORBInitializer. If POA Current is resolved
4391 before RootPOA, this code executes does not execute in time.
4393 * tao/PortableServer/PortableServer_ORBInitializer.cpp
4394 (register_poa_current): POA Current is now registered in
4395 TAO_PortableServer_ORBInitializer::post_init().
4397 * tao/ORB_Core.i (poa_current): Simply return <poa_current>. It
4398 should have been correctly initialized.
4400 * tests/POA/Current: Added new test to ensure that accessing the
4401 POA current before the RootPOA does not cause any problems.
4403 The following files were added:
4405 - tests/POA/Current/Current.cpp
4406 - tests/POA/Current/Current.dsp
4407 - tests/POA/Current/Current.dsw
4408 - tests/POA/Current/Current.mpc
4409 - tests/POA/Current/Makefile
4410 - tests/POA/Current/makefile.bor
4411 - tests/POA/Current/run_test.pl
4413 The following files were modified:
4415 - $ACE_ROOT/bin/auto_run_tests.lst
4416 - tests/TAO_Tests.dsw
4417 - tests/POA/Makefile
4418 - tests/POA/Makefile.bor
4421 Wed Oct 30 13:15:01 CET 2002 Oliver Kellogg <oliver.kellogg@sysde.eads.net>
4423 * orbsvcs/tests/EC_MT_Mcast/MCast.cpp (run_orb_within_thread):
4425 Added missing ACE_DECLARE_NEW_CORBA_ENV.
4427 Tue Oct 29 17:50:59 2002 Ossama Othman <ossama@uci.edu>
4429 * tao/TAO_Singleton_Manager.cpp (fini, _set_unexpected):
4431 Call set_unexpected() in the global namespace when using
4432 MSVC++. MSVC++ doesn't place set_unexpected() in the "std"
4433 namespace. Thanks to Irfan for pointing the build problem.
4435 Tue Oct 29 19:20:29 2002 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
4437 * orbsvcs/orbsvcs/Notify/Service.h:
4439 Make the init (int,char**) method abstract.
4441 Tue Oct 29 11:37:37 2002 Yamuna Krishnamurthy <yamuna@oomworks.com>
4443 * orbsvcs/orbsvcs/Makefile.CosNotification:
4445 Generated dependencies. Added the cleanup of the tao_idl
4446 generated files for Notify/Event_Forwarder.idl.
4448 Tue Oct 29 09:34:59 CET 2002 Oliver Kellogg <oliver.kellogg@sysde.eads.net>
4450 * orbsvcs/tests/EC_MT_Mcast/MCast.cpp: Use ACE_OS::sleep() instead
4451 of sleep(). Thanks to Johnny.
4453 Tue Oct 29 00:33:27 2002 Ossama Othman <ossama@uci.edu>
4455 * orbsvcs/orbsvcs/Makefile.CosNotification (realclean):
4457 Fixed typo where the command to be executed for this target was
4458 placed in the target's dependency list. Addresses several build
4461 Tue Oct 29 07:38:44 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
4463 * orbsvcs/tests/EC_MT_Mcast/Makefile.bor:
4464 Added new BCB makefile for this test.
4466 Mon Oct 28 22:11:12 2002 Ossama Othman <ossama@uci.edu>
4468 * tao/TAO_Singleton_Manager.cpp:
4470 Do not pull the std::unexpected() function into the global
4471 namespace through a "using" clause to avoid a conflict with some
4472 STL implementations (e.g. STLPort) that already do that.
4474 (init, _set_unexpected):
4476 If the compiler's C++ library defines the "std" namespace,
4477 explicitly call std::set_unexpected. This fix was motivated by
4478 Kobi Cohen Arazi <kobi@mivzak.com>.
4480 Mon Oct 28 19:18:25 2002 Yamuna Krishnamurthy <yamuna@oomworks.com>
4482 * orbsvcs/orbsvcs/Makefile.CosNotification:
4484 * orbsvcs/orbsvcs/Notify/Service.h:
4485 * orbsvcs/orbsvcs/Notify/Pending_Worker_T.h:
4486 * orbsvcs/orbsvcs/Notify/Pending_Worker_T.cpp:
4487 * orbsvcs/orbsvcs/Notify/ThreadPool_Task.h:
4488 * orbsvcs/orbsvcs/Notify/ThreadPool_Task.cpp:
4490 Added init methods with base class signatures to avoid compile
4493 * orbsvcs/orbsvcs/Notify/EventChannelFactory.h:
4494 * orbsvcs/orbsvcs/Notify/Admin.h:
4495 * orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp:
4497 Made the TAO_NS_Object_Id_Seq definition public so it can be
4498 accessed from other classes.
4500 * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.cpp:
4502 Put the pacing_interval_.value () into an ACE_Time_Value before
4503 checking with ACE_Time_Value::zero.
4505 * orbsvcs/orbsvcs/Notify/Factory.cpp:
4507 Removed duplicate template instantitaion of TAO_NS_EventType.
4509 Mon Oct 28 17:19:58 2002 Irfan Pyarali <irfan@oomworks.com>
4511 * tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp: Fixed
4514 Mon Oct 28 16:55:11 2002 Irfan Pyarali <irfan@oomworks.com>
4516 * tests/POA/MT_Servant_Locator/Makefile: Fixed and updated
4519 Mon Oct 28 16:48:23 2002 Irfan Pyarali <irfan@oomworks.com>
4521 * tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp: <Task::event_>
4522 was being used in both preinvoke() and postinvoke(). This led
4523 to a deadlock if the second signal() was missed since the event
4524 was already signaled. Solution was to give both preinvoke() and
4525 postinvoke() their own event variables.
4527 Mon Oct 28 14:20:32 2002 Irfan Pyarali <irfan@oomworks.com>
4529 * tao/PortableServer/POA.cpp (locate_servant_i): We no longer
4530 need to use the non-servant upcall idiom for calling
4531 ServantLocator::preinvoke() since we are now let of the lock
4532 altogether before calling the servant locator.
4533 ServantLocator::postinvoke() is also handled in a similar
4536 Note that it is possible for some other thread to reset the
4537 servant locator once the lock is released. However, this
4538 possiblility also exists for postinvoke() which is also called
4541 Thanks to Ashok Sadasivan <ashok_sadasivan@hotmail.com> for
4544 * tao/PortableServer/Object_Adapter.cpp (prepare_for_upcall):
4545 Check the state before releasing the lock since it may already
4546 have been released for Servant Locators.
4548 * tao/PortableServer/Object_Adapter: Moved State enumeration from
4549 protected to public section. Also added accessor and set method
4552 * tests/POA/MT_Servant_Locator: Added new test to ensure that the
4553 POA allows multiple simultaneous calls to Servant Locators.
4555 The following files were added:
4557 - tests/POA/MT_Servant_Locator/MT_Servant_Locator.cpp
4558 - tests/POA/MT_Servant_Locator/MT_Servant_Locator.dsp
4559 - tests/POA/MT_Servant_Locator/MT_Servant_Locator.dsw
4560 - tests/POA/MT_Servant_Locator/MT_Servant_Locator.mpc
4561 - tests/POA/MT_Servant_Locator/Makefile
4562 - tests/POA/MT_Servant_Locator/makefile.bor
4563 - tests/POA/MT_Servant_Locator/run_test.pl
4564 - tests/POA/MT_Servant_Locator/test.idl
4566 The following files were modified:
4568 - $ACE_ROOT/bin/auto_run_tests.lst
4569 - tests/TAO_Tests.dsw
4570 - tests/POA/Makefile
4571 - tests/POA/Makefile.bor
4574 Mon Oct 28 14:20:32 2002 Irfan Pyarali <irfan@oomworks.com>
4576 * Following are fixes for bug 1317. Thanks to Ossama for pointing
4579 * tao/TAO_Internal.cpp (open_services_i): If available, allow the
4580 Adapter Factory to setup by calling init(). This is similar to
4581 what we do for RT-CORBA.
4583 * tao/ORB_Core.cpp (poa_factory_name): Added accessor.
4585 * tao/RTPortableServer/RT_Object_Adapter_Factory.h: Changed
4586 inheritance from TAO_Adapter_Factory to
4587 TAO_Object_Adapter_Factory to get the base class' init()
4590 Mon Oct 28 18:38:35 CET 2002 Oliver Kellogg <oliver.kellogg@sysde.eads.net>
4592 * orbsvcs/tests/Makefile:
4593 * orbsvcs/tests/Makefile.am:
4594 * orbsvcs/tests/Makefile.bor:
4595 * orbsvcs/tests/EC_MT_Mcast/AddrServer.cpp:
4596 * orbsvcs/tests/EC_MT_Mcast/AddrServer.h:
4597 * orbsvcs/tests/EC_MT_Mcast/Consumer.cpp:
4598 * orbsvcs/tests/EC_MT_Mcast/Consumer.h:
4599 * orbsvcs/tests/EC_MT_Mcast/MCast.cpp:
4600 * orbsvcs/tests/EC_MT_Mcast/MCast.dsp:
4601 * orbsvcs/tests/EC_MT_Mcast/MCast.dsw:
4602 * orbsvcs/tests/EC_MT_Mcast/Makefile:
4603 * orbsvcs/tests/EC_MT_Mcast/README:
4604 * orbsvcs/tests/EC_MT_Mcast/Supplier.cpp:
4605 * orbsvcs/tests/EC_MT_Mcast/Supplier.h:
4606 * orbsvcs/tests/EC_MT_Mcast/svc.conf:
4607 * orbsvcs/tests/EC_MT_Mcast/run_test.pl:
4608 Added a regression test for the multithreading problem in class
4609 TAO_ECG_UDP_Receiver.
4611 Mon Oct 28 18:21:18 CET 2002 Oliver Kellogg <oliver.kellogg@sysde.eads.net>
4613 * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.{h,cpp}:
4614 TAO_ECG_UDP_Receiver member request_map_ may be accessed
4615 concurrently. Added a mutex, request_map_protector_.
4616 Thanks to Andreas Koehler <andreas.koehler@sysde.eads.net>
4617 for tracking down the bug and providing the fix.
4619 Sun Oct 27 09:04:33 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
4621 * orbsvcs/orbsvcs/Notify/Event_Forwarder.idl:
4622 Fixed fuzz build errors.
4624 Sun Oct 27 09:04:33 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
4626 * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushSupplier.h:
4627 * orbsvcs/orbsvcs/Notify/Property.h:
4628 * orbsvcs/orbsvcs/Notify/POA_Helper.h:
4629 * orbsvcs/orbsvcs/Notify/Constraint_Visitors.h:
4630 * orbsvcs/orbsvcs/Notify/Constraint_Interpreter.h:
4631 Fixed fuzz build errors.
4633 Sun Oct 27 01:04:09 2002 Pradeep Gore <pradeep@oomworks.com>
4635 Updated framework for TAO's Notification Service:
4636 - Fixes bugs related to Notification Object Lifecycle,
4637 Thanks to David R Robison <drrobison@openroadsconsulting.com>,
4638 Thomas Natterer <Thomas.Natterer@de.thalesatm.com>,
4639 Wilbur Lang <wilbur@szonline.net> and
4640 Jian Chen <jchen@huawei.com> for reporting various bugs resulting
4643 - Fixes bugs related to incorrect ID assignments,
4644 Thanks to Rick Marlborough <RMarlborough@LIO.AACISD.com>,
4645 David-A O-Brien <david-a.o-brien@db.com> and
4646 Shelton Tang <stang@altigen.com> for reporting various bugs resulting
4649 - Fixes implementation of SequenceProxys and Event Batch.
4650 Thanks to Frederic Langlet <Frederic.Langlet@alcatel.com> for
4651 reporting this problem.
4653 - Contains base framework for adding RT-CORBA extensions.
4656 * orbsvcs/orbsvcs/NotifyExt.idl:
4657 Defines extensions to The Notification Service to support
4658 threadpools. The threadpool parameters are passed to the set_qos
4659 method as QoS name-value pair. For the Cos Notify, a threadpool
4660 is created as an ACE_Task object.
4662 * orbsvcs/orbsvcs/Notify_Forwarder.idl:
4663 An internal interface to context switch the event propagation
4664 from the proxyconsumer to proxysupplier. This is achieved by the
4665 caller thread invoking the <forward> method of this
4666 interface. Colocation ensures that this call is invoked in the
4667 context of the thread associated with the target object.
4668 The Event_Forwarder extends the
4669 CosNotifyChannelAdmin::StructuredProxyPushSupplier interface.
4671 * orbsvcs/orbsvcs/Notify/Admin.cpp :
4672 * orbsvcs/orbsvcs/Notify/Admin.h :
4673 * orbsvcs/orbsvcs/Notify/Admin.inl:
4674 Base class implementation for the Notify Admin Interfaces.
4676 * orbsvcs/orbsvcs/Notify/AdminProperties.cpp:
4677 * orbsvcs/orbsvcs/Notify/AdminProperties.h :
4678 * orbsvcs/orbsvcs/Notify/AdminProperties.inl:
4679 Maintains the AdminProperties that can be applied per
4682 * orbsvcs/orbsvcs/Notify/Buffering_Strategy.cpp:
4683 * orbsvcs/orbsvcs/Notify/Buffering_Strategy.h:
4684 * orbsvcs/orbsvcs/Notify/Buffering_Strategy.inl :
4685 Buffering Strategy for queue and discrading policies.
4687 * orbsvcs/orbsvcs/Notify/Builder.cpp:
4688 * orbsvcs/orbsvcs/Notify/Builder.h:
4689 * orbsvcs/orbsvcs/Notify/Builder.inl :
4690 Builder for the EventChannelFactory, EventChannel, Admin and
4693 * orbsvcs/orbsvcs/Notify/Constraint_Interpreter.cpp :
4694 * orbsvcs/orbsvcs/Notify/Constraint_Interpreter.h:
4695 * orbsvcs/orbsvcs/Notify/Constraint_Visitors.cpp :
4696 * orbsvcs/orbsvcs/Notify/Constraint_Visitors.h:
4697 Implementation of interfaces to the ETCL Filtering code.
4699 * orbsvcs/orbsvcs/Notify/Consumer.cpp :
4700 * orbsvcs/orbsvcs/Notify/Consumer.h:
4701 * orbsvcs/orbsvcs/Notify/Consumer.inl:
4702 Wrapper for the Consumer that connects to a proxy object.
4704 * orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp :
4705 * orbsvcs/orbsvcs/Notify/ConsumerAdmin.h:
4706 * orbsvcs/orbsvcs/Notify/ConsumerAdmin.inl :
4707 Consumer Admin Implementation.
4709 * orbsvcs/orbsvcs/Notify/Container.cpp:
4710 * orbsvcs/orbsvcs/Notify/Container.h:
4711 * orbsvcs/orbsvcs/Notify/Container.inl :
4712 * orbsvcs/orbsvcs/Notify/Container_T.cpp:
4713 * orbsvcs/orbsvcs/Notify/Container_T.h :
4714 * orbsvcs/orbsvcs/Notify/Container_T.inl:
4715 Base class for the Factory-Container objects in Notify
4716 viz. Factory, Channel and Admin objects. This class manages the
4717 lifetimes of the POA's for activating the EC objects as well as
4718 the POA for activating the Proxys.
4720 * orbsvcs/orbsvcs/Notify/Destroy_Callback.h :
4721 Callback for each Notify Object that supports the <release>
4722 method which is invoked when the objects reference count
4725 * orbsvcs/orbsvcs/Notify/ETCL_Filter.cpp :
4726 * orbsvcs/orbsvcs/Notify/ETCL_Filter.h:
4727 * orbsvcs/orbsvcs/Notify/ETCL_Filter.inl :
4728 Implements to CosNotifyFilter interface.
4730 * orbsvcs/orbsvcs/Notify/ETCL_FilterFactory.cpp:
4731 * orbsvcs/orbsvcs/Notify/ETCL_FilterFactory.h :
4732 * orbsvcs/orbsvcs/Notify/ETCL_FilterFactory.inl:
4733 Implements to CosNotifyFilterFactory interface.
4735 * orbsvcs/orbsvcs/Notify/Event.cpp:
4736 * orbsvcs/orbsvcs/Notify/Event.h :
4737 * orbsvcs/orbsvcs/Notify/Event.inl:
4738 Abstract base class for all types of Notify Events.
4740 * orbsvcs/orbsvcs/Notify/EventChannel.cpp:
4741 * orbsvcs/orbsvcs/Notify/EventChannel.h :
4742 * orbsvcs/orbsvcs/Notify/EventChannel.inl:
4743 EventChannel interface implementation.
4745 * orbsvcs/orbsvcs/Notify/EventChannelFactory.cpp :
4746 * orbsvcs/orbsvcs/Notify/EventChannelFactory.h:
4747 * orbsvcs/orbsvcs/Notify/EventChannelFactory.inl :
4748 EventChannel Factory Interface implementation.
4750 * orbsvcs/orbsvcs/Notify/EventType.cpp:
4751 * orbsvcs/orbsvcs/Notify/EventType.h:
4752 * orbsvcs/orbsvcs/Notify/EventType.inl:
4753 Abstraction for the Notify EventType.
4755 * orbsvcs/orbsvcs/Notify/EventTypeSeq.cpp:
4756 * orbsvcs/orbsvcs/Notify/EventTypeSeq.h :
4757 * orbsvcs/orbsvcs/Notify/EventTypeSeq.inl:
4758 Helper class to manage a sequence of EventTypes.
4760 * orbsvcs/orbsvcs/Notify/Event_Manager.cpp :
4761 * orbsvcs/orbsvcs/Notify/Event_Manager.h:
4762 * orbsvcs/orbsvcs/Notify/Event_Manager.inl:
4763 An event manager that contains the supplier and consumer event
4764 maps.Consumers and Supppliers connect to the EventManager and
4765 inform it of any subscription/offer changes.
4767 * orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.cpp:
4768 * orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.h :
4769 * orbsvcs/orbsvcs/Notify/Event_Map_Entry_T.inl:
4770 An event map entry is maintained per eventtype.
4771 The entry contains a collection of proxys that are assigned
4772 to the same eventtype.
4774 * orbsvcs/orbsvcs/Notify/Event_Map_T.cpp :
4775 * orbsvcs/orbsvcs/Notify/Event_Map_T.h:
4776 * orbsvcs/orbsvcs/Notify/Event_Map_T.inl:
4777 Template definition of the lookup data structure that maps
4778 EventTypes to recipient lists.
4780 * orbsvcs/orbsvcs/Notify/Factory.cpp :
4781 * orbsvcs/orbsvcs/Notify/Factory.h:
4782 * orbsvcs/orbsvcs/Notify/Factory.inl:
4783 An default factory that creates Notify objects.
4785 * orbsvcs/orbsvcs/Notify/FilterAdmin.cpp :
4786 * orbsvcs/orbsvcs/Notify/FilterAdmin.h:
4787 Implementation of the filter admin interface.
4789 * orbsvcs/orbsvcs/Notify/FilterFactory.h :
4790 Interface for FilterFactories. This allows us to plug
4791 different filterfactories if required.
4793 * orbsvcs/orbsvcs/Notify/ID_Factory.cpp:
4794 * orbsvcs/orbsvcs/Notify/ID_Factory.h :
4795 * orbsvcs/orbsvcs/Notify/ID_Factory.inl:
4796 A Factory class for generating the ID's associated with the
4797 Notify Objects.Note that each TAO_NS_POA used one of these.
4798 Note that the previous implementation of Notification created
4799 unique id's for *each* category of Objects. so
4800 e.g. ConsumerAdmins went from 0,1,2... and ProxySuppliers went
4801 from 0,1,2... Now ConsumerAdmins and ProxySuppliers would share
4802 Id's 0,1,2... 3,4,5. The spec. requires Ids to be unique, It
4803 does not require each category to be unique. moreover
4804 CORBA::ULongs are wide enough so that we don't get into any
4805 recycling of Ids. This simplification fixes many nagging bugs in
4808 * orbsvcs/orbsvcs/Notify/Method_Request.cpp :
4809 * orbsvcs/orbsvcs/Notify/Method_Request.h:
4810 * orbsvcs/orbsvcs/Notify/Method_Request.inl :
4811 Base class for command objects in the activation queue.
4813 * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp :
4814 * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.h :
4815 * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.inl :
4816 Method request for Event dispatching. Contains the event to
4817 be dispatched and also evaluates the proxy supplier and
4818 consumer admin filters.
4820 * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch_No_Filtering.cpp :
4821 * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch_No_Filtering.h :
4822 * orbsvcs/orbsvcs/Notify/Method_Request_Dispatch_No_Filtering.inl :
4823 Dispatch method request to push the event to the target
4824 consumer without any filtering. This is used when sending
4825 queued events (e.g. via suspend) that don't have to pass a
4826 filter because they have already been through it.
4828 * orbsvcs/orbsvcs/Notify/Method_Request_Lookup.cpp:
4829 * orbsvcs/orbsvcs/Notify/Method_Request_Lookup.h :
4830 * orbsvcs/orbsvcs/Notify/Method_Request_Lookup.inl :
4831 Command object to lookup the consumer list in the Event_Map.
4832 Also evaluates the ProxyConsumer and ConsumerAdmin filters.
4834 * orbsvcs/orbsvcs/Notify/Method_Request_Shutdown.cpp :
4835 * orbsvcs/orbsvcs/Notify/Method_Request_Shutdown.h :
4836 * orbsvcs/orbsvcs/Notify/Method_Request_Shutdown.inl:
4837 Command Object to signal shutdown of the activation queue.
4839 * orbsvcs/orbsvcs/Notify/Notify_Service.cpp :
4840 * orbsvcs/orbsvcs/Notify/Notify_Service.h:
4841 * orbsvcs/orbsvcs/Notify/Notify_Service.inl :
4842 Service Object that allows clients to create and manage Cos Notify
4845 * orbsvcs/orbsvcs/Notify/Object.cpp:
4846 * orbsvcs/orbsvcs/Notify/Object.h:
4847 * orbsvcs/orbsvcs/Notify/Object.inl :
4848 * orbsvcs/orbsvcs/Notify/Object_T.cpp:
4849 * orbsvcs/orbsvcs/Notify/Object_T.h:
4850 * orbsvcs/orbsvcs/Notify/Object_T.inl :
4851 Defines the base Notifiy Object that is used to implement the
4852 basic behavior of Notify Classes.
4854 * orbsvcs/orbsvcs/Notify/POA_Helper.cpp:
4855 * orbsvcs/orbsvcs/Notify/POA_Helper.h :
4856 * orbsvcs/orbsvcs/Notify/POA_Helper.inl:
4857 A helper class that manages the lifetime of POA objects.
4859 * orbsvcs/orbsvcs/Notify/Peer.cpp:
4860 * orbsvcs/orbsvcs/Notify/Peer.h :
4861 * orbsvcs/orbsvcs/Notify/Peer.inl:
4862 Base class for Consuemrs and Suppliers that connect to the
4865 * orbsvcs/orbsvcs/Notify/Properties.cpp:
4866 * orbsvcs/orbsvcs/Notify/Properties.h :
4867 * orbsvcs/orbsvcs/Notify/Properties.inl:
4868 Holds the properties accessible globally.
4870 * orbsvcs/orbsvcs/Notify/Property.h:
4871 Forward declaration of the QoS/Admin properties supported by
4874 * orbsvcs/orbsvcs/Notify/PropertySeq.cpp:
4875 * orbsvcs/orbsvcs/Notify/PropertySeq.h:
4876 * orbsvcs/orbsvcs/Notify/PropertySeq.inl:
4877 A helper class to manage Property Sequences.
4879 * orbsvcs/orbsvcs/Notify/Property_Boolean.cpp:
4880 * orbsvcs/orbsvcs/Notify/Property_Boolean.h :
4881 * orbsvcs/orbsvcs/Notify/Property_Boolean.inl:
4882 Implementation of a oolean property type.
4884 * orbsvcs/orbsvcs/Notify/Property_T.cpp :
4885 * orbsvcs/orbsvcs/Notify/Property_T.h:
4886 * orbsvcs/orbsvcs/Notify/Property_T.inl:
4887 Template type for encapsulating Notify Property types.
4889 * orbsvcs/orbsvcs/Notify/Proxy.cpp :
4890 * orbsvcs/orbsvcs/Notify/Proxy.h:
4891 * orbsvcs/orbsvcs/Notify/Proxy.inl:
4894 * orbsvcs/orbsvcs/Notify/ProxyConsumer.cpp:
4895 * orbsvcs/orbsvcs/Notify/ProxyConsumer.h:
4896 * orbsvcs/orbsvcs/Notify/ProxyConsumer.inl:
4897 Base class for all ProxyConsumers.
4899 * orbsvcs/orbsvcs/Notify/ProxyConsumer_T.cpp:
4900 * orbsvcs/orbsvcs/Notify/ProxyConsumer_T.h :
4901 * orbsvcs/orbsvcs/Notify/ProxyConsumer_T.inl:
4902 Template class that implements ProxyConsumer interface methods.
4904 * orbsvcs/orbsvcs/Notify/ProxySupplier.cpp:
4905 * orbsvcs/orbsvcs/Notify/ProxySupplier.h:
4906 * orbsvcs/orbsvcs/Notify/ProxySupplier.inl:
4907 Base class for all ProxySuppliers.
4909 * orbsvcs/orbsvcs/Notify/ProxySupplier_T.cpp:
4910 * orbsvcs/orbsvcs/Notify/ProxySupplier_T.h :
4911 * orbsvcs/orbsvcs/Notify/ProxySupplier_T.inl:
4912 Template class that implements ProxySupplier interface methods.
4914 * orbsvcs/orbsvcs/Notify/Proxy_T.cpp
4915 * orbsvcs/orbsvcs/Notify/Proxy_T.h :
4916 * orbsvcs/orbsvcs/Notify/Proxy_T.inl:
4917 Template class that implements Proxy interface
4920 * orbsvcs/orbsvcs/Notify/QoSProperties.cpp:
4921 * orbsvcs/orbsvcs/Notify/QoSProperties.h:
4922 * orbsvcs/orbsvcs/Notify/QoSProperties.inl:
4923 Container of the common QoS properties supported by the
4926 * orbsvcs/orbsvcs/Notify/Reactive_Task.cpp:
4927 * orbsvcs/orbsvcs/Notify/Reactive_Task.h:
4928 * orbsvcs/orbsvcs/Notify/Reactive_Task.inl:
4929 A worker task that executes the command object in the context
4930 of the caller thread.
4932 * orbsvcs/orbsvcs/Notify/Refcountable.cpp:
4933 * orbsvcs/orbsvcs/Notify/Refcountable.h:
4934 * orbsvcs/orbsvcs/Notify/Refcountable.inl:
4935 A base class for Notify Objects that wish to be refcounted.
4936 If a destroy_callback is supplied, it is invoked when the
4937 ref. count falls to 0.
4939 * orbsvcs/orbsvcs/Notify/Service.h :
4940 Interface that defines a ACE_Service_Object for clients to
4941 create Notify Factories. Using this clients can obtain various
4942 types of the Notify Factory implementations. (CosNotify and
4945 * orbsvcs/orbsvcs/Notify/Subscription_Change_Worker.cpp:
4946 * orbsvcs/orbsvcs/Notify/Subscription_Change_Worker.h:
4947 * orbsvcs/orbsvcs/Notify/Subscription_Change_Worker.inl:
4948 Helper class for propagating Admin level subscription changes
4951 * orbsvcs/orbsvcs/Notify/Supplier.cpp:
4952 * orbsvcs/orbsvcs/Notify/Supplier.h:
4953 * orbsvcs/orbsvcs/Notify/Supplier.inl:
4954 A base wrapper class for encapsulation the remote supplier
4955 that has connect to a proxy.
4957 * orbsvcs/orbsvcs/Notify/SupplierAdmin.cpp:
4958 * orbsvcs/orbsvcs/Notify/SupplierAdmin.h:
4959 * orbsvcs/orbsvcs/Notify/SupplierAdmin.inl:
4960 Supplier Admin implementation.
4962 * orbsvcs/orbsvcs/Notify/ThreadPool_Task.cpp:
4963 * orbsvcs/orbsvcs/Notify/ThreadPool_Task.h:
4964 * orbsvcs/orbsvcs/Notify/ThreadPool_Task.inl:
4965 A worker task that creates a thread pool and executes the
4966 enqueued Method_Request command objects in the worker thread
4969 * orbsvcs/orbsvcs/Notify/Types.cpp
4970 * orbsvcs/orbsvcs/Notify/Types.h:
4971 * orbsvcs/orbsvcs/Notify/Types.inl:
4972 Class that defines the commonly used Types in Notification.
4974 * orbsvcs/orbsvcs/Notify/Worker_Task.cpp:
4975 * orbsvcs/orbsvcs/Notify/Worker_Task.h:
4976 * orbsvcs/orbsvcs/Notify/Worker_Task.inl:
4977 Base abstract worker task that is used by Notification objects
4978 to execute a command object.
4980 * orbsvcs/orbsvcs/Notify/Any/AnyEvent.cpp:
4981 * orbsvcs/orbsvcs/Notify/Any/AnyEvent.h:
4982 * orbsvcs/orbsvcs/Notify/Any/AnyEvent.inl:
4983 Abstraction of the Any event received by a CosEvent Channel
4984 style proxy consumer.
4986 * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.cpp:
4987 * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.h:
4988 * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushConsumer.inl:
4989 Implementation of the CosEC ProxyPushConsumer
4991 * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushSupplier.cpp :
4992 * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushSupplier.h :
4993 * orbsvcs/orbsvcs/Notify/Any/CosEC_ProxyPushSupplier.inl :
4994 Implementation of the CosEC ProxyPushSupplier.
4996 * orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.cpp:
4997 * orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.h:
4998 * orbsvcs/orbsvcs/Notify/Any/ProxyPushConsumer.inl:
4999 Implementation of the Notification ProxyPushConsumer.
5001 * orbsvcs/orbsvcs/Notify/Any/ProxyPushSupplier.cpp:
5002 * orbsvcs/orbsvcs/Notify/Any/ProxyPushSupplier.h:
5003 * orbsvcs/orbsvcs/Notify/Any/ProxyPushSupplier.inl:
5004 Implementation of the Notification ProxyPushSupplier.
5006 * orbsvcs/orbsvcs/Notify/Any/PushConsumer.cpp :
5007 * orbsvcs/orbsvcs/Notify/Any/PushConsumer.h:
5008 * orbsvcs/orbsvcs/Notify/Any/PushConsumer.inl :
5009 Impkementation of the PushConsumer that connects to the Any
5010 style Proxy Supplier.
5012 * orbsvcs/orbsvcs/Notify/Any/PushSupplier.cpp:
5013 * orbsvcs/orbsvcs/Notify/Any/PushSupplier.h :
5014 * orbsvcs/orbsvcs/Notify/Any/PushSupplier.inl:
5015 Implementation of the PushSupplier that connects to the Any
5016 style Proxy Consumer.
5018 * orbsvcs/orbsvcs/Notify/Sequence/EventBatch.cpp:
5019 * orbsvcs/orbsvcs/Notify/Sequence/EventBatch.h:
5020 * orbsvcs/orbsvcs/Notify/Sequence/EventBatch.inl:
5021 Helper class that manages the Sequence proxy's EventBatch.
5023 * orbsvcs/orbsvcs/Notify/Sequence/Method_Request_Dispatch_EventBatch.cpp:
5024 * orbsvcs/orbsvcs/Notify/Sequence/Method_Request_Dispatch_EventBatch.h:
5025 * orbsvcs/orbsvcs/Notify/Sequence/Method_Request_Dispatch_EventBatch.inl:
5026 A command object that stores an event batch destined for
5027 dispatch to a sequence consumer.
5029 * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushConsumer.cpp:
5030 * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushConsumer.h:
5031 * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushConsumer.inl:
5032 Implementation of the Notify SequenceProxyPushConsumer interface.
5034 * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.cpp:
5035 * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.h:
5036 * orbsvcs/orbsvcs/Notify/Sequence/SequenceProxyPushSupplier.inl:
5037 Implementation of the Notify SequenceProxyPushSupplier
5040 * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.cpp:
5041 * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.h:
5042 * orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.inl:
5043 Wrapper to manage the SequenceConsumer that connects to the
5046 * orbsvcs/orbsvcs/Notify/Sequence/SequencePushSupplier.cpp:
5047 * orbsvcs/orbsvcs/Notify/Sequence/SequencePushSupplier.h:
5048 * orbsvcs/orbsvcs/Notify/Sequence/SequencePushSupplier.inl:
5049 Wrapper to manage the SequenceSupplier that connects to the
5052 * orbsvcs/orbsvcs/Notify/Structured/StructuredEvent.cpp:
5053 * orbsvcs/orbsvcs/Notify/Structured/StructuredEvent.h:
5054 * orbsvcs/orbsvcs/Notify/Structured/StructuredEvent.inl:
5055 Notify's StructuredEvent's internal representation in the
5058 * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushConsumer.cpp:
5059 * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushConsumer.h:
5060 * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushConsumer.inl:
5061 Implementation of the Notification StructuredProxyPushConsumer.
5063 * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.cpp:
5064 * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.h:
5065 * orbsvcs/orbsvcs/Notify/Structured/StructuredProxyPushSupplier.inl:
5066 Implementation of the Notification StructuredProxyPushSupplier.
5068 * orbsvcs/orbsvcs/Notify/Structured/StructuredPushConsumer.cpp:
5069 * orbsvcs/orbsvcs/Notify/Structured/StructuredPushConsumer.h:
5070 * orbsvcs/orbsvcs/Notify/Structured/StructuredPushConsumer.inl:
5071 Wrapper to manage the StructuredConsumer that connects to the
5072 Structured Supplier Proxy.
5074 * orbsvcs/orbsvcs/Notify/Structured/StructuredPushSupplier.cpp:
5075 * orbsvcs/orbsvcs/Notify/Structured/StructuredPushSupplier.h:
5076 * orbsvcs/orbsvcs/Notify/Structured/StructuredPushSupplier.inl:
5077 Wrapper to manage the StructuredSupplier that connects to the
5078 Structured Consumer Proxy.
5080 * orbsvcs/Notify_Service/Notify_Server.cpp:
5081 * orbsvcs/Notify_Service/Notify_Service.cpp:
5082 * orbsvcs/Notify_Service/Notify_Service.h:
5083 * orbsvcs/Notify_Service/svc.conf:
5085 Changes to obtain the Notification Factory via Service Object.
5087 * orbsvcs/orbsvcs/CosNotification.dsp:
5088 * orbsvcs/orbsvcs/Makefile.CosNotification:
5090 New source and idl files added.
5092 Sat Oct 26 14:44:33 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
5094 * tests/ORT/server.bor:
5095 Fixed this BCB makefile.
5097 Sat Oct 26 14:03:59 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
5099 * orbsvcs/orbsvcs/AV/pluggable_av_log:
5100 Removed this file from the repo.
5102 Sat Oct 26 13:59:33 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
5104 * orbsvcs/orbsvcs/AV/media_timer.cpp:
5105 Fixed incorrect include because of file rename.
5107 Sat Oct 26 12:28:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
5109 * orbsvcs/orbsvcs/AV/media-timer.{h,cpp}:
5110 * orbsvcs/orbsvcs/AV/media_timer.{h,cpp}:
5111 Renamed media-timer to media_timer because the BCB5 Static linker
5112 has problems with the - in the filename.
5114 * orbsvcs/orbsvcs/AV/RTCP.cpp:
5115 * orbsvcs/orbsvcs/AV.bor:
5116 * orbsvcs/orbsvcs/AV.dsp:
5117 * orbsvcs/orbsvcs/AV_Static.dsp:
5118 * orbsvcs/orbsvcs/Makefile.av:
5119 Updated these files because of the file rename
5121 * tests/ORT/ServerRequestInterceptor.h:
5124 Fri Oct 25 21:48:30 2002 Ossama Othman <ossama@uci.edu>
5126 * tao/PortableServer/POA.cpp (adapter_name_i):
5128 Fixed problem where the RootPOA's adapter name was not included
5129 in the returned adapter name sequence. CORBA 3.0 requires it to
5132 Fixed incorrect nil POA reference check. Use
5133 "CORBA::is_nil(poa)" instead of
5134 "poa == PortableServer::POA::_nil()".
5136 Slightly optimized and cleaned up this method.
5138 * tests/ORT/ObjectReferenceFactory.idl:
5139 * tests/ORT/ObjectReferenceFactory.h:
5140 * tests/ORT/ObjectReferenceFactory.cpp:
5142 New PortableInterceptor::ObjectReferenceFactory implementation
5143 designed to excerise the
5144 PortableInterceptor::IORInfo::current_factory() attribute, the
5145 POA's ObjectReferenceFactory support.
5147 * tests/ORT/ServerORBInitializer.h:
5148 * tests/ORT/ServerORBInitializer.cpp:
5150 New server side ORBInitializer that registers the new server
5151 request interceptor and the existing IOR interceptor.
5153 * tests/ORT/ServerRequestInterceptor.h:
5154 * tests/ORT/ServerRequestInterceptor.cpp:
5156 New server request interceptor thats tests some of the
5157 ORT-specific methods in the ServerRequestInfo object passed to
5158 the server request interception points.
5160 * tests/ORT/ORT_test_IORInterceptor.cpp (components_established):
5162 Swap out the current ObjectReferenceFactory with the customized
5163 ObjectReferenceFactory implemented by this test. The goal is
5164 test the PortableInterceptor::IORInfo::current_factory attribute
5165 internals, in addition to the POA's
5166 PortableInterceptor::ObjectReferenceFactory support.
5168 * tests/ORT/server.cpp (main):
5170 Use a child POA when activating the servant and obtaining an
5171 object reference for it. This forces a POA hierarchy to be
5172 reflected in the AdapterName sequence returned from
5173 PortableInterceptor::ServerRequestInfo::adapter_name() instead
5174 of a single (root) POA.
5176 Removed TAO-specific calls on the TAO_ORB_Core. The
5177 equivalent portable calls in the
5178 PortableInterceptor::ServerRequestInfo object will be invoked
5179 via the new ServerRequestInterceptor instead.
5181 * tests/ORT/ORT_test_IORInterceptor_ORBInitializer.h:
5182 * tests/ORT/ORT_test_IORInterceptor_ORBInitializer.cpp:
5184 Removed this ORBInitializer in favor of the new one described
5187 * tests/ORT/ORT_test_IORInterceptor.h:
5188 * tests/ORT/ORT_test.idl:
5189 * tests/ORT/ORT_test_i.h:
5190 * tests/ORT/ORT_test_i.cpp:
5194 * tests/ORT/Makefile:
5195 * tests/ORT/server.bor:
5196 * tests/ORT/server.dsp:
5198 Added new files and removed deprecated ones.
5200 Fri Oct 25 09:56:51 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5204 * TAO_IDL/be/be_valuetype.cpp:
5206 Restored the const cast to pointer operator for valuetype _var
5209 Fri Oct 25 09:49:31 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5211 * examples/OBV/Typed_Events/Event_Types_impl.cpp:
5213 Added missing .in() in an assignment of _var class contents to a
5214 pointer, and 'this->' in several places where a member variable
5217 Thu Oct 24 19:48:21 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5219 * Re-did this after the great reversion "Wed Oct 23 16:32:36 2002
5220 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>"
5222 Thu Oct 24 19:44:38 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5224 * orbsvcs/orbsvcs/DsEventLogAdmin.dsp:
5225 * orbsvcs/orbsvcs/DsNotifyLogAdmin.dsp: Fixed Release
5226 configurations. Include paths, library paths, and library lists
5229 Thu Oct 24 19:32:08 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5231 * Reverted the changes made in the following entries:
5232 Thu Oct 24 10:59:20 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5233 Thu Oct 24 10:39:10 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5234 Thu Oct 24 09:29:59 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5235 Thu Oct 24 000:33:17 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5236 Wed Oct 23 23:51:51 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5237 Wed Oct 23 23:37:32 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5238 Wed Oct 23 22:48:09 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5239 Wed Oct 23 16:32:36 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5240 Wed Oct 23 13:38:59 2002 Nanbor Wang <nanbor@cs.wustl.edu>
5241 Wed Oct 23 10:26:59 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>.
5242 Basically the changes made were not right. Hence the need for
5243 reversion to yesterday mornings status.
5245 Thu Oct 24 10:59:20 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5247 * examples/Load_Balancing/Identity_Server.cpp:
5248 * examples/Load_Balancing_persistent/Identity_Server.cpp:
5249 * examples/POA/DSI/client.cpp:
5250 More replacement of char* with typedef name.
5252 Thu Oct 24 10:39:10 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5254 * orbsvcs/LifeCycle_Service/Factory_Trader.cpp:
5255 * orbsvcs/examples/Log/Basic/TLS_Client.cpp:
5256 * orbsvcs/examples/Log/Event/Event_Supplier.cpp:
5257 * orbsvcs/examples/Log/Notify/Notify_Supplier.cpp:
5258 * orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.cpp:
5259 * orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.cpp:
5260 * orbsvcs/orbsvcs/AV/Flows_T.cpp:
5261 * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Connection_Manager.cpp:
5262 * orbsvcs/tests/AVStreams/Component_Switching/Connection_Manager.cpp:
5263 * orbsvcs/tests/AVStreams/Simple_Three_Stage/sender.cpp:
5264 * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/LB_server.cpp:
5265 * orbsvcs/tests/Log/Basic_Log_Test/Basic_Log_Test.cpp:
5266 * orbsvcs/tests/Property/client.cpp:
5267 * orbsvcs/tests/Property/server.cpp:
5269 More replacement of char* with typedef name.
5271 Thu Oct 24 09:29:59 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5273 * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
5275 String literal conversions to typedef name that were overlooked in
5277 Wed Oct 23 23:37:32 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>.
5279 Thu Oct 24 000:33:17 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5281 * examples/POA/DSI/Database_i.cpp:
5282 * examples/POA/DSI/Database_i.h:
5283 * examples/RTCORBA/Activity/Activity.cpp:
5284 * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp:
5285 * orbsvcs/Notify_Service/Notify_Service.cpp:
5286 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Vault.cpp:
5287 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Vault.h:
5288 * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/LB_server.cpp:
5290 Replaced char * arguments with corresponding typedefs in cases where
5291 the IDL compiler now generates the typedef name.
5293 Wed Oct 23 23:51:51 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5296 * tests/Makefile.bor:
5297 * tests/TAO_Tests.dsw:
5299 Added the new abstract interface test to the suite.
5301 Wed Oct 23 23:37:32 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5303 * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
5305 Converted many occurrences of a string literal arg to the typedef name
5306 'const cosPropertyService::PropertyName' since this is now what the
5307 IDL compiler generates in the method signature.
5309 * orbsvcs/orbsvcs/Trader/Trading_Loader.cpp:
5311 Same as above for two overlooked occurrences of a string literal where
5312 'const CosTrading::LinkName' is generated.
5314 Wed Oct 23 22:48:09 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5316 * orbsvcs/examples/Log/Basic/Client.dsp:
5317 * orbsvcs/examples/Log/Event/Log_CEC_Simple_Consumer.dsp:
5318 * orbsvcs/examples/Log/Event/Log_CEC_Simple_Supplier.dsp:
5319 * orbsvcs/examples/Log/Notify/Log_Notify_Simple_Consumer.dsp:
5320 * orbsvcs/examples/Log/Notify/Log_Notify_Simple_Supplier.dsp:
5321 * orbsvcs/examples/Log/RTEvent/Log_RTEvent_Simple_Consumer.dsp:
5322 * orbsvcs/examples/Log/RTEvent/Log_RTEvent_Simple_Supplier.dsp:
5324 Added all include and link paths - they somehow got wiped out.
5326 Wed Oct 23 16:32:36 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5328 * orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile: Added a check to
5329 ensure that the contents are not compiled if the dependant
5330 libraries are not available. Thanks to Sandeep Neema
5331 <neemask@corvette.vuse.vanderbilt.edu> for reporting this.
5333 Wed Oct 23 13:38:59 2002 Nanbor Wang <nanbor@cs.wustl.edu>
5335 * orbsvcs/orbsvcs/DsEventLogAdmin.dsp:
5336 * orbsvcs/orbsvcs/DsNotifyLogAdmin.dsp: Fixed Release
5337 configurations. Include paths, library paths, and library lists
5338 were missing somwhow.
5340 Wed Oct 23 11:21:50 2002 Nanbor Wang <nanbor@cs.wustl.edu>
5342 * tests/Abstract_Interface/Abstract_Interface_Client.dsp:
5343 * tests/Abstract_Interface/Abstract_Interface_Server.dsp: Renamed
5346 * tests/Abstract_Interface/Abstract_Interface.dsw: Fixed project
5349 Wed Oct 23 10:26:59 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5351 * TAO_IDL/be/be_visitor_argument/arglist.cpp
5352 * TAO_IDL/be/be_visitor_argument/argument.cpp
5353 * TAO_IDL/be/be_visitor_argument/request_info_arglist.cpp
5354 * TAO_IDL/be/be_visitor_argument/request_info_ch.cpp
5355 * TAO_IDL/be/be_visitor_argument/request_info_sh.cpp
5356 * TAO_IDL/be/be_visitor_argument/upcall_ss.cpp
5357 * TAO_IDL/be/be_visitor_argument/vardecl_ss.cpp
5358 * TAO_IDL/be/be_visitor_exception/exception_ctor.cpp
5359 * TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp
5360 * TAO_IDL/be/be_visitor_operation/interceptors_info_rettype.cpp
5361 * TAO_IDL/be/be_visitor_operation/rettype.cpp
5362 * TAO_IDL/be/be_visitor_sequence/buffer_type.cpp
5363 * TAO_IDL/be/be_visitor_typecode/typecode_defn.cpp
5364 * TAO_IDL/be/be_visitor_typedef/any_op_ch.cpp
5366 Modified code generation to generate the typedef name for
5367 typedef'd strings, along with the typedef name for the
5368 corresponding _var and _out classes, when used in operation
5369 parameters and inside generated function bodies. Generated
5370 constructors for exceptions with typedef'd string members
5371 were not changed - there seems to be no way to make happy
5372 all the compilers we support. Thanks to Goran Stojsic
5373 <goran.stojsic@etk.ericsson.se> for pointing out that
5374 generating char* for typedef'd strings in operations
5375 parameters will prevent the application from using the
5376 typedef name, since the compiler will report that a pure
5377 virtual skeleton method was not overridden in such a case.
5378 This fix will probably cause numerous headaches, but it is
5379 the Right Thing (TM) to do, so the problems will be dealt
5380 with as they appear.
5382 * orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.cpp
5383 * orbsvcs/orbsvcs/LoadBalancing/LB_LoadManager.h
5384 * orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.cpp
5385 * orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h
5386 * orbsvcs/orbsvcs/Log/Log_i.cpp
5387 * orbsvcs/orbsvcs/Log/Log_i.h
5388 * orbsvcs/orbsvcs/Naming/Naming_Context_Interface.cpp
5389 * orbsvcs/orbsvcs/Naming/Naming_Context_Interface.h
5390 * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp
5391 * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.h
5392 * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp
5393 * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.h
5394 * orbsvcs/orbsvcs/PortableGroup/PG_PropertyManager.cpp
5395 * orbsvcs/orbsvcs/PortableGroup/PG_PropertyManager.h
5396 * orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp
5397 * orbsvcs/orbsvcs/Property/CosPropertyService_i.h
5398 * orbsvcs/orbsvcs/Security/PrincipalAuthenticator.cpp
5399 * orbsvcs/orbsvcs/Security/PrincipalAuthenticator.h
5400 * orbsvcs/orbsvcs/Trader/Constraint_Interpreter.cpp
5401 * orbsvcs/orbsvcs/Trader/Constraint_Interpreter.h
5402 * orbsvcs/orbsvcs/Trader/Service_Type_Repository.cpp
5403 * orbsvcs/orbsvcs/Trader/Service_Type_Repository.h
5404 * orbsvcs/orbsvcs/Trader/Trader.cpp
5405 * orbsvcs/orbsvcs/Trader/Trader.h
5406 * orbsvcs/orbsvcs/Trader/Trader_Interfaces.cpp
5407 * orbsvcs/orbsvcs/Trader/Trader_Interfaces.h
5408 * orbsvcs/orbsvcs/Trader/Trader_Utils.cpp
5409 * orbsvcs/orbsvcs/Trader/Trader_Utils.h
5410 * orbsvcs/orbsvcs/Trader/Trading_Loader.cpp
5411 * Examples/Load_Balancing/Identity_Client.cpp
5412 * Examples/Load_Balancing/Load_Balancer_i.cpp
5413 * Examples/Load_Balancing/Load_Balancer_i.h
5414 * Examples/Load_Balancing_persistent/Identity_Client.cpp
5415 * Examples/Load_Balancing_persistent/Load_Balancer_i.cpp
5416 * Examples/Load_Balancing_persistent/Load_Balancer_i.h
5417 * Examples/OBV/Typed_Events/Event_Types_impl.cpp
5418 * tests/Param_Test/param_test_i.cpp
5419 * tests/Param_Test/param_test_i.h
5420 * orbsvcs/tests/Interoperable_Naming/ncontextext_client_i.cpp
5421 * orbsvcs/tests/Property/client.cpp
5422 * orbsvcs/tests/Trading/Offer_Exporter.cpp
5423 * orbsvcs/tests/Trading/Offer_Importer.cpp
5424 * orbsvcs/tests/Trading/Service_Type_Exporter.cpp
5425 * orbsvcs/tests/Trading/Simple_Dynamic.cpp
5426 * orbsvcs/tests/Trading/Simple_Dynamic.h
5428 Application files modified to use string typedef names
5431 Tue Oct 22 23:31:45 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5433 * orbsvcs/orbsvcs/DsLogAdmin.dsp: Added proper include paths for
5436 Tue Oct 22 18:22:24 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5438 * orbsvcs/Logging_Service/*/*.dsp: Fixed the project files. There
5439 are still some problems that needs ironing out.
5441 Tue Oct 22 18:17:59 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5443 * orbsvcs/orbsvcs/Notify/Notify_FilterFactory_i.cpp:
5444 * tests/Notify/MT_Dispatching/Structured_Consumer.cpp:
5445 * tests/Notify/MT_Dispatching/Structured_Supplier.cpp:
5446 * tests/Notify/Sequence_Multi_ETCL_Filter/Sequence_Consumer.cpp:
5447 * tests/Notify/Structured_Filter/Structured_Consumer.cpp:
5448 * tests/Notify/performance-tests/Filter/Sequence_Consumer.cpp:
5450 Changed the string selecting the Extended Trader Constraint Language
5451 grammar from "ETCL" to EXTENDED_TCL" as required by the spec. Thanks
5452 to Dmitry Khrapov <yavannadil@yahoo.com> for reporting the oversight.
5454 Tue Oct 22 17:53:58 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5456 * TAO_IDL/be/be_codegen.cpp:
5458 Added a generated newline after the (optional) precompiled header
5459 include. Thanks to Victor Kirk <vkirk@technology.serco.com> for
5460 reporting the bug and submitting a patch.
5462 Tue Oct 22 17:18:34 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5464 * TAO_IDL/util/utl_identifier.cpp:
5465 * TAO_IDL/util/utl_scope.cpp:
5467 Fixed a bug in handling the 'Object' keyword when it is
5468 escaped. Thanks to Ole Husgaard <osh@sparre.dk> for reporting
5469 the bug. This closes [BUGID:1324].
5471 Tue Oct 22 15:11:09 2002 Nanbor Wang <nanbor@cs.wustl.edu>
5473 * orbsvcs/orbsvcs/AV.dsp:
5474 * orbsvcs/orbsvcs/CosConcurrency.dsp:
5475 * orbsvcs/orbsvcs/CosEvent.dsp:
5476 * orbsvcs/orbsvcs/CosLifeCycle.dsp:
5477 * orbsvcs/orbsvcs/CosLoadBalancing.dsp:
5478 * orbsvcs/orbsvcs/CosNaming.dsp:
5479 * orbsvcs/orbsvcs/CosNotification.dsp:
5480 * orbsvcs/orbsvcs/CosTime.dsp:
5481 * orbsvcs/orbsvcs/CosTrading.dsp:
5482 * orbsvcs/orbsvcs/DsLogAdmin.dsp:
5483 * orbsvcs/orbsvcs/FT_ORB.dsp:
5484 * orbsvcs/orbsvcs/Fault_Tolerance.dsp:
5485 * orbsvcs/orbsvcs/PortableGroup.dsp:
5486 * orbsvcs/orbsvcs/Svc_Utils.dsp: Went over all project files in
5487 TAOACE.dsw and fixed the Custom Build settings for all IDL
5488 files. Some of the settings were missing for some reason.
5489 Thanks to John Morey <jmorey@mmintl.com> for reporting the
5492 Tue Oct 22 10:15:36 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5494 * tao/Connection_Handler.cpp: Fixed a unused variable warning.
5496 Mon Oct 21 23:17:32 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5498 * orbsvcs/tests/Log/Basic_Log_Test/Basic_Log_Test.dsp (RSC): Fixed
5499 the project file to prevent compile errors on Win32.
5501 Mon Oct 21 22:45:02 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5503 Bug fix for [BUGID 1269,1270]. Thanks to Carlos O'Ryan for
5504 donating this patch.
5506 * tao/Connection_Handler.cpp:
5507 * tao/Connection_Handler.h:
5508 * tao/Connection_Handler.inl:
5509 * tao/Connector_Impl.cpp:
5510 * tao/IIOP_Connection_Handler.cpp:
5511 * tao/IIOP_Connection_Handler.h:
5512 * tao/Invocation.cpp:
5513 * tao/LF_Connect_Strategy.cpp:
5514 * tao/Muxed_TMS.cpp:
5515 * tao/Notify_Handler.cpp:
5516 * tao/Synch_Refcountable.cpp:
5517 * tao/TAO_Server_Request.cpp:
5518 * tao/IIOP_Connector.cpp:
5519 * tao/IIOP_Transport.cpp:
5520 * tao/IIOP_Transport.h:
5521 * tao/Transport.cpp:
5522 * tao/Transport.h: Changes to the ORB Core. The details are as
5525 - It eliminates the two refcounts in the connection handler and
5526 combines as one refcount.
5528 - The transport_ field in the Connection_Handler class is
5529 atomically modified.
5531 - Closing connections are also atomic.
5533 - When the connection is closed all the activations in the
5534 reactor are removed.
5536 For all the other gory details like the motivation for these
5537 changes, it is advised you refer to BUGID's 1202, 1269 and
5540 * tao/Strategies/DIOP_Connection_Handler.cpp:
5541 * tao/Strategies/DIOP_Connection_Handler.h:
5542 * tao/Strategies/DIOP_Transport.cpp:
5543 * tao/Strategies/DIOP_Transport.h:
5544 * tao/Strategies/SHMIOP_Connection_Handler.cpp:
5545 * tao/Strategies/SHMIOP_Connection_Handler.h:
5546 * tao/Strategies/SHMIOP_Transport.cpp:
5547 * tao/Strategies/SHMIOP_Transport.h:
5548 * tao/Strategies/UIOP_Connection_Handler.cpp:
5549 * tao/Strategies/UIOP_Connection_Handler.h:
5550 * tao/Strategies/UIOP_Transport.cpp:
5551 * tao/Strategies/UIOP_Transport.h:
5552 * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.cpp:
5553 * orbsvcs/orbsvcs/PortableGroup/UIPMC_Connection_Handler.h:
5554 * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp:
5555 * orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.h:
5556 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.cpp:
5557 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connection_Handler.h:
5558 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp:
5559 * orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.h:
5561 Changes to the pluggable protocols to reflect the changes in the
5565 Mon Oct 21 21:51:07 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5567 * tests/DLL_ORB/Makefile.Tests_Client_Module: Added TAO_ROOT
5568 definition to fix the compileation problems.
5570 Mon Oct 21 18:17:06 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5572 * rules.tao.GNU: Used awk for library versioning instead of
5573 perl. Thanks to Craig Rodrigues for providing this patch.
5575 Mon Oct 21 14:29:54 2002 Nanbor Wang <nanbor@cs.wustl.edu>
5577 * examples/AMH/Sink_Server/run_test.pl:
5578 * examples/Simple/time-date/run_test.pl:
5579 * orbsvcs/examples/RtEC/Simple/run_test.pl:
5580 * orbsvcs/examples/Security/Send_File/run_test.pl:
5581 * orbsvcs/tests/AVStreams/Component_Switching/run_test.pl:
5582 * orbsvcs/tests/AVStreams/Multicast/run_test.pl:
5583 * orbsvcs/tests/CosEvent/Basic/run_test.pl:
5584 * orbsvcs/tests/EC_Mcast/run_test.pl:
5585 * orbsvcs/tests/EC_Throughput/run_test.pl:
5586 * orbsvcs/tests/Event/Basic/exhaustive_test.pl:
5587 * orbsvcs/tests/Event/Basic/run_test.pl:
5588 * orbsvcs/tests/Event/Performance/run_test.pl:
5589 * orbsvcs/tests/Miop/McastHello/run_test.pl:
5590 * orbsvcs/tests/Notify/Blocking/run_test.pl:
5591 * orbsvcs/tests/Notify/Discarding/run_test.pl:
5592 * orbsvcs/tests/Notify/MT_Dispatching/run_test.pl:
5593 * orbsvcs/tests/Notify/Ordering/run_test.pl:
5594 * orbsvcs/tests/Notify/Sequence_Multi_ETCL_Filter/run_test.pl:
5595 * orbsvcs/tests/Notify/Sequence_Multi_Filter/run_test.pl:
5596 * orbsvcs/tests/Notify/performance-tests/Filter/run_test.pl:
5597 * orbsvcs/tests/Security/Big_Request/run_test.pl:
5598 * orbsvcs/tests/Security/Callback/run_test.pl:
5599 * orbsvcs/tests/Security/MT_SSLIOP/run_test.pl:
5600 * orbsvcs/tests/Security/Secure_Invocation/run_test.pl:
5601 * orbsvcs/tests/Security/SecurityLevel1/run_test.pl:
5602 * performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl:
5603 * performance-tests/Cubit/TAO/IDL_Cubit/run_test_lite.pl:
5604 * performance-tests/Latency/Single_Threaded/default_configuration.pl:
5605 * performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/run-test.pl:
5606 * performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/run-test.pl:
5607 * performance-tests/RTCorba/Thread_Pool/native-svc.conf:
5608 * performance-tests/RTCorba/Thread_Pool/native-svc.conf.xml:
5609 * performance-tests/RTCorba/Thread_Pool/run_test.pl:
5610 * performance-tests/RTCorba/Thread_Pool/svc.conf-native:
5611 * performance-tests/Throughput/run_test.pl:
5612 * tests/AMI/run_test.pl:
5613 * tests/Connect_Strategy_Test/run_test.pl:
5614 * tests/Connection_Purging/run_test.pl:
5615 * tests/LongUpcalls/run_test.pl:
5616 * tests/MT_BiDir/run_test.pl:
5617 * tests/MT_Client/run_test.pl:
5618 * tests/MT_Server/run_test.pl:
5619 * tests/No_Server_MT_Connect_Test/run_test.pl:
5620 * tests/OctetSeq/run_test1.pl:
5621 * tests/OctetSeq/run_test2.pl:
5622 * tests/RTCORBA/MT_Client_Protocol_Priority/run_test.pl:
5623 * tests/RTCORBA/Server_Protocol/run_test.pl:
5624 * tests/Strategies/run_test.pl: Changed to use the svcconf file
5625 extension ($PerlACE::svcconf_ext) defined in PerlACE::Run_Test
5626 to switch between conventional svc.conf files and XML-based
5627 svc.conf files. The default file extension is ".conf". To use
5628 XML-based format, you need to define an environment variable
5629 ACE_RUNTEST_SVCCONF_EXT as ".conf.xml".
5631 Mon Oct 21 14:27:44 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5633 * tests/DLL_ORB/Makefile.Test_Client_Module:
5634 * tests/DLL_ORB/Makefile.Test_Server_Module: Fix for the makefile
5635 problem that lead to a link being created for a library that
5636 didnt exist. Thaks to Craig Rodrigues <crodrigu@bbn.com> for
5637 providing the patch.
5639 Mon Oct 21 06:38:41 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5641 * orbsvcs/orbsvcs/DsLogAdmin.dsp: Fixed link errors in Win32
5644 Mon Oct 21 11:03:06 UTC 2002 Don Hinton <dhinton@ieee.org>
5646 * docs/compiler.html: Updated tao_idl compiler option documentation
5647 for the "-t", temporary directory, options.
5649 Sun Oct 20 08:18:28 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5651 * orbsvcs/ImplRepo_Service/Makefile: Fixed a typo that broke the minimum builds.
5653 Sun Oct 20 00:23:03 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5655 * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/server.cpp:
5656 Renamed the variables loc1 and loc2 as location1 and
5657 location2. The variables loc1 and loc2 is a legacy left over in
5658 UNIX, which denotes pointers to characters matched by regular
5659 expressions. This should fix compile errors in SunCC builds.
5661 Sun Oct 20 00:10:14 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5663 * orbsvcs/ImplRepo_Service/Makefile: Fixed the problems with this
5664 change "Fri Oct 18 15:52:11 2002 Priyanka Gontla
5665 <pgontla@ociweb.com>".
5667 Sat Oct 19 09:47:43 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5669 * orbsvcs/orbsvcs/Makefile: Prevent ImplRepo from being compiled
5670 in minimum_corba setting. The fix "Fri Oct 18 15:52:11 2002
5671 Priyanka Gontla <pgontla@ociweb.com>" seems goofy. Need to get
5672 Craig and Priyanka to take a look.
5674 Sat Oct 19 08:40:46 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5676 * orbsvcs/orbsvcs/Log/EventLog_i.cpp:
5677 * orbsvcs/orbsvcs/Log/EventLog_i.h:
5678 * orbsvcs/orbsvcs/Log/NotifyLog_i.cpp:
5679 * orbsvcs/orbsvcs/Log/NotifyLog_i.h:
5680 * orbsvcs/orbsvcs/Log/RTEventLog_i.cpp:
5681 * orbsvcs/orbsvcs/Log/RTEventLog_i.h: Renamed the class
5682 LogConsumer declared by the same name in all the translation
5683 units as TAO_Rtec_LogConsumer, TAO_Notify_LogConsumer and
5684 TAO_Event_LogConsumer. This should fix link time warnings in
5687 Fri Oct 18 23:32:11 2002 Mayur Deshpande <mayur@ics.uci.edu>
5689 * examples/AMH/Sink_Server/Timer_Handler.cpp (handle_timeout):
5691 Changed the ResponseHandler to a _var instead of a _ptr. This
5692 not only takes care of deleting the pointer in exceptional
5693 circumstances but the code is also much cleaner. Thanks to
5694 Ossama Othman <ossama.ece.uci.edu> for the tip and code-review.
5696 Fri Oct 18 22:23:53 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5698 * TAO_IDL/fe/idl.ll:
5699 * TAO_IDL/fe/lex.yy.cpp:
5701 Fixed a problem with the SunCC preprocessor. When processing a
5702 non-quoted scoped name, as may occur in #pragma version, typeid,
5703 or typeprefix, this preprocessor regards the double colons as
5704 separate tokens and bookends them with spaces. Had to add code to
5705 check for this and strip out the spaces.
5707 Fri Oct 18 16:49:04 2002 Jaiganesh Balasubramanian <jai@doc.ece.uci.edu>
5709 * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/run_test.pl:
5710 Added the file to the new directory created for the test.
5712 Fri Oct 18 16:11:23 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5714 * orbsvcs/orbsvcs/Log/Log_i.cpp (Log_i): Patch to prevent compile
5715 errors on OpenBSD. Thanks to Frank Hunleth <frank@hunleth.com>
5716 for the patch. The problem is because of a type conversion from
5717 unsigned long to time_t. Looks like time_t is an int on
5720 * orbsvcs/orbsvcs/Log/Log_i.h: Some cosmetic fixes.
5722 Fri Oct 18 16:09:37 2002 Priyanka Gontla <pgontla@ociweb.com>
5724 * orbsvcs/ImplRepo_Service/README.txt:
5725 * orbsvcs/ImplRepo_Service/README:
5726 Removed README and added README.txt instead as doxygen
5727 is looking for only txt files besides the normal implementation,
5728 header and inline files.
5730 Thanks to Bala for pointing the reason why the index.html is not
5731 getting generated via doxygen.
5733 Fri Oct 18 15:52:11 2002 Priyanka Gontla <pgontla@ociweb.com>
5735 * orbsvcs/tests/ImplRepo/Makefile:
5736 * orbsvcs/tests/ImplRepo/NameService/Makefile:
5737 * orbsvcs/ImplRepo_Service/Makefile:
5738 * orbsvcs/orbsvcs/Makefile:
5739 Applied the patches provided by Craig Rodrigues so that
5740 Implementation Repostory and related tests will be compiled
5741 only when ImplRepo is added to the list of TAO_ORBSVCS
5744 Thanks to Craig Rodrigues for pointing this out and for
5747 Fri Oct 18 15:59:58 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5749 * examples/AMH/Sink_Server/mt_server.cpp:
5750 * examples/AMH/Sink_Server/st_server.cpp: Removed strange inl file
5751 inclusions in the above files.
5753 Fri Oct 18 15:56:04 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5755 * examples/AMH/Sink_Server/Base_Server.h: Included the inline
5756 file in the header file.
5758 Fri Oct 18 15:46:29 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5760 * orbsvcs/orbsvcs/Makefile.CosLoadBalancing: Removed the check for
5761 'ami' and 'interceptors' from this file. Most of the Makefiles
5762 in the orbsvcs adds the check in the top level Makefile, with a
5765 * orbsvcs/orbsvcs/Makefile: Moved the check here. The main reason
5766 for having the check here is that, once the list of Makefiles
5767 that needs to be run is built, it writes out the
5768 ORBSVCS_COMPONENTS.list file, even if the actual Makefile for the
5769 said service is not executed. This creates problems for the
5770 tests and examples that depends on the contents within the
5771 ORBSVCS_COMPONENTS.list file.
5773 Fri Oct 18 15:40:11 2002 Priyanka Gontla <pgontla@ociweb.com>
5775 * orbsvcs/ImplRepo_Service/ImR_Activator.bor:
5776 Corrected the NAME of the executable.
5777 Thanks to Christian Barheine <cbarheine@sympatec.com>
5778 for finding the problem and also for the patch.
5780 Fri Oct 18 10:30:20 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5782 * examples/AMH/Sink_Server/Base_Server.cpp: Fixed a warning in
5785 Thu Oct 17 18:35:29 2002 Mayur Deshpande <mayur@ics.uci.edu>
5787 * examples/AMH/Sink_Server/Base_Server.inl:
5788 * examples/AMH/Sink_Server/Client_Task.cpp:
5789 * examples/AMH/Sink_Server/Client_Task.h:
5790 * examples/AMH/Sink_Server/MT_AMH_Server.cpp:
5791 * examples/AMH/Sink_Server/MT_AMH_Server.h:
5792 * examples/AMH/Sink_Server/Timer_Handler.h:
5793 * examples/AMH/Sink_Server/AMH_Servant.cpp:
5794 * examples/AMH/Sink_Server/AMH_Servant.h:
5795 * examples/AMH/Sink_Server/Base_Server.cpp:
5796 * examples/AMH/Sink_Server/Base_Server.h:
5797 * examples/AMH/Sink_Server/Makefile:
5798 * examples/AMH/Sink_Server/README:
5799 * examples/AMH/Sink_Server/Sink_Server.mpc:
5800 * examples/AMH/Sink_Server/Timer_Handler.cpp:
5801 * examples/AMH/Sink_Server/client.bor:
5802 * examples/AMH/Sink_Server/client.cpp:
5803 * examples/AMH/Sink_Server/mt_server.bor:
5804 * examples/AMH/Sink_Server/mt_server.cpp:
5806 Addressed number of @@ comments left by Ossama on previous
5807 code-review. Fleshed out classes into .h and .cpp and .inl
5808 files, added more error-handling, compliance to ACE/TAO
5809 coding-rules, passing by references instead of pointers/value,
5810 and tons of other fixes. Thanks Ossama!
5812 Thu Oct 17 14:45:08 2002 Mayur Deshpande <mayur@ics.uci.edu>
5814 * tao/PortableServer/AMH_Response_Handler.cpp:
5816 Changed all the 'transport->send_message ()' from the default
5817 parameter for 'message_semantics' (TAO_Transport::Two_Way) to
5818 TAO_Transport::TAO_Reply. Doing this blocks the sender until
5819 the reply is sent. This change suggested by Balachandran
5820 Natarajan <bala@isis-server.isis.vanderbilt.edu> fixes a bug
5821 reported by Martin Johnson <mjhn@bigpond.net.au> where an AMH
5822 server crashed when it was sending back huge payload (>16K) to a
5823 multithreaded (>50) client.
5825 Thu Oct 17 14:47:50 2002 Ossama Othman <ossama@uci.edu>
5827 * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp
5828 (populate_object_group, process_criteria):
5830 Explicitly cast an unsigned short value to unsigned long.
5831 Borland C++ apparently gets confused and assumes that the
5832 unsigned short value is signed. Silences a warning.
5834 Thu Oct 17 21:04:49 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
5836 * orbsvcs/orbsvcs/Log/Log_i.cpp: Add missing template instantiation
5837 TAO_Unbounded_Sequence<DsLogAdmin::TimeInterval>.
5839 Thu Oct 17 12:19:32 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5841 * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/Makefile:
5843 Added the Messaging and Naming library to the link line.
5845 Thu Oct 17 11:58:49 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5847 * TAO_IDL/be/be_valuetype.cpp:
5849 Fixed a bug in code generation of the inheritance list for
5850 valuetypes that support abstract interfaces.
5852 * TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
5853 * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
5854 * TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp:
5855 * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:
5857 Fixed a mistake in the changes made in
5859 Wed Oct 16 17:16:38 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5861 and made the same changes to code generation for abstract
5864 * tao/ObjectReferenceTemplateC.cpp:
5865 * tao/ObjectReferenceTemplateC.h:
5866 * tao/Messaging/MessagingC.cpp:
5867 * tao/Messaging/MessagingC.h:
5868 * tao/PortableServer/Default_ORTC.cpp:
5869 * tao/PortableServer/Default_ORTC.h:
5871 Modified hand-crafted code to correspond to the changes above.
5873 Thu Oct 17 10:47:32 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
5875 * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/Makefile:
5877 Check whether the CosLoadBalancing library was built. This
5878 check was there already but at the wrong place.
5880 Wed Oct 16 17:16:38 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5882 * TAO_IDL/be/be_visitor_valuetype/valuetype_ch.cpp:
5883 * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:
5885 Fixed a problem with MSVC not being able to invoke fully
5886 qualified member methods (except in the initializer), which
5887 appeared when the _tao_obv_narrow() method calls the
5888 corresponding method of a base class. If the base class has
5889 the same local name, the ACE_NESTED_CLASS macro breaks and
5890 the call goes into an endless loop. For MSVC, identical
5891 methods using the flat name are generated for each class,
5892 and called by derived classes. Thanks to Don Hinton
5893 <dhinton@ieee.org> for reporting the bug and Jon Franklin
5894 <jfranklin@dctd.saic.com> for providing a patch.
5896 Wed Oct 16 12:37:07 2002 Jaiganesh Balasubramanian <jai@doc.ece.uci.edu>
5898 * orbsvcs/tests/LoadBalancing/GenericFactory/Makefile:
5899 Added the new Makefile to compile "directories" under this
5902 Wed Oct 16 12:23:29 2002 Jaiganesh Balasubramanian <jai@doc.ece.uci.edu
5904 * orbsvcs/tests/LoadBalancing/GenericFactory:
5905 Added a new directory "Application_Controlled".
5906 This directory contains all the files required for testing
5907 the object group creation and deletion with
5908 application-controlled membership.
5910 Wed Oct 16 11:49:21 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
5912 * TAO_IDL/fe/idl.ll:
5913 * TAO_IDL/fe/lex.yy.cpp:
5914 * TAO_IDL/ast/ast_decl.cpp:
5915 * TAO_IDL/util/utl_scope.cpp:
5916 * TAO_IDL/include/ast_decl.h:
5917 * TAO_IDL/include/utl_scope.h:
5919 Fixed a bug in typeprefix propagation by moving a class member
5920 and accessors from UTL_Scope to AST_Decl, and changing code
5921 where the accessors are called.
5923 Tue Oct 15 20:05:48 2002 Ossama Othman <ossama@uci.edu>
5925 * orbsvcs/tests/LoadBalancing/GenericFactory/run_test.pl:
5927 Use TerminateWaitKill() instead of WaitKill() when terminating
5928 the LoadManager binary. The LoadManager handles the SIGTERM and
5929 SIGINT signals to allow for graceful shutdown in order to clean
5930 up remote resources. TerminateWaitKill() sends a SIGTERM signal
5931 (as opposed to SIGKILL) to the process in question, thus
5932 giving the LoadManager the chance to shutdown gracefully. This
5933 addresses a bogus exit status from the LoadManager binary.
5935 Tue Oct 15 19:49:53 2002 Ossama Othman <ossama@uci.edu>
5937 * orbsvcs/orbsvcs/PortableGroup/PG_Group_Guard.h:
5938 * orbsvcs/orbsvcs/PortableGroup/PG_Group_Guard.cpp:
5940 New guard implementation designed to improve exception safety
5941 when creating object groups. It is used internally by the
5942 TAO_PG_GenericFactory class.
5944 * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.h
5947 Made this method public so that the new TAO_PG_Group_Guard class
5950 (populate_object_group):
5952 Made factory creation ID argument "const" to prevent subtle bugs
5953 from being potentially introduced in the future.
5955 This method now accepts a reference to the factory set
5956 associated with a given factory creation ID.
5958 * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp
5961 The factory set is now instantiated in this method and passed to
5962 the populate_object_group() method. This change was necessary
5963 to improve exception safety when cleaning up resources created
5964 during a failed attempt at creating an object group.
5966 Use a TAO_PG_Group_Guard to improve exception safety in the
5967 presence of a failed object group creation attempt.
5971 Upon successful destruction of remote object group members
5972 through their corresponding factories, unbind the factory set
5973 that contained those factories from the internal factory map.
5974 Closes a resource leak.
5978 If the desired minimum number of members is less than the number
5979 of supplied GenericFactorys, add a new element containing the
5980 name and value of the MinimumNumberMembers property to the unmet
5981 criteria sequence that is the attribute of the
5982 PortableGroup::CannotMeetCriteria exception to be thrown.
5984 Tue Oct 15 17:34:07 2002 Jaiganesh Balasubramanian <jai@doc.ece.uci.edu>
5986 * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp:
5987 Made a change in the delete_object () function.
5988 There is a check to see if the factory set is bound
5989 to the factory map or not. If we do not find an entry
5990 in the map, a exception was thrown.
5991 In the case of application-controlled membership, we do
5992 not have a factory set bound to the factory map at all.
5993 So the else case can be removed.
5994 Thanks to Ossama Othman <ossama@uci.edu> for helping
5995 me track down this problem.
5997 Tue Oct 15 17:25:04 2002 Krishnakumar B <kitty@cse.wustl.edu>
5999 * orbsvcs/ImplRepo_Service/Makefile: Updated dependencies.
6001 Tue Oct 15 17:03:01 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
6003 * tests/Abstract_Interface/server.cpp:
6004 * tests/Abstract_Interface/client.cpp: TAO_ENV* macros were
6005 used. Changed those to use ACE_ENV* macros. This shodl also fix
6006 a fuzz error with this test.
6008 Tue Oct 15 12:55:00 2002 Ossama Othman <ossama@uci.edu>
6010 * orbsvcs/orbsvcs/Makefile.SSLIOP (CPPFLAGS, LDFLAGS, LIBS):
6012 Append PLATFORM_SSL_{CPPFLAGS,LDFLAGS,LIBS} to each of these
6013 variables, respectively. Addresses build issues on platforms
6014 where OpenSSL is not installed in a location known to the
6015 compiler and linker. Thanks to Werner Buchert <medat.de> for
6016 pointing out the problem.
6018 Tue Oct 15 14:31:49 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
6020 * orbsvcs/orbsvcs/IFRService/ConstantDef_i.cpp:
6022 Changed the type of a local variable to match the signature of the
6023 method call it is passed to. Thanks to Werner Buchert
6024 <w.buchert@medat.de> for reporting the bug.
6026 Tue Oct 15 14:10:29 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
6028 * tests/IDL_Test/Makefile:
6030 Updated dependencies.
6032 Tue Oct 15 13:34:15 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
6034 * TAO_IDL/ast/ast_decl.cpp:
6035 * TAO_IDL/fe/lex.yy.cpp:
6036 * TAO_IDL/fe/idl.ll:
6037 * TAO_IDL/include/ast_decl.h:
6038 * TAO_IDL/include/utl_scope.h:
6039 * TAO_IDL/util/utl_idlist.cpp:
6040 * TAO_IDL/util/utl_scope.cpp:
6042 Changes to make a typeprefix directive in an inner scope override
6043 one in an outer scope, even if the outer scope directive comes later
6044 in the IDL file. These changes were documented in, but mistakenly
6047 Mon Oct 14 15:44:05 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
6049 Tue Oct 15 11:43:40 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
6051 * tests/Abstract_Interface/test_i.cpp:
6053 Fixed an incorrect environment macro.
6055 * tests/Abstract_Interface/Makefile:
6057 Updated dependencies.
6059 Tue Oct 15 11:16:37 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
6061 * TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp:
6063 Refinement of earlier fix to avoid incorrect generated code in the
6064 interceptor class of an operation that returns a string.
6066 * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
6068 Fixec a bug in code generation for abstract interfaces.
6070 Tue Oct 15 10:48:46 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
6072 * tao/CDR_Encaps_Codec.cpp: Cosmetic fix.
6074 Tue Oct 15 10:05:01 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
6076 * tao/Messaging/MessagingC.cpp:
6077 * tao/Messaging/MessagingC.h:
6078 * tao/PortableServer/Default_ORTC.cpp:
6079 * tao/PortableServer/Default_ORTC.h:
6081 Fixed some things I overlooked before get these files to match up
6082 with generated code.
6084 Mon Oct 14 18:52:06 2002 Ossama Othman <ossama@uci.edu>
6086 * orbsvcs/orbsvcs/PortableGroup/PG_Default_Property_Validator.cpp
6087 (validate_criteria):
6089 Reduce the length of the invalid criteria sequence in an effort
6090 to optimize the copying that will occur when the
6091 PortableGroup::InvalidCriteria exception is thrown. Reducing
6092 the length is fast since no deallocations should occur.
6094 * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.h
6095 (populate_object_group):
6097 Accept an "initial number of members" value. It will be used
6098 when creating the initial object group members via the
6101 * orbsvcs/orbsvcs/PortableGroup/PG_GenericFactory.cpp
6102 (create_object, process_criteria):
6104 Moved criteria validation code to the process_criteria() method.
6106 Verify that the InitialNumberMembers property is larger than the
6107 MinimumNumberMembers property. It doesn't make sense to create
6108 members numbering less than the minimum. Throw a
6109 PortableGroup::CannotMeetCriteria exception in that case.
6111 Populate the "unmet_criteria" attribute of the
6112 PortableGroup::CannotMeetCriteria exception before throwing that
6113 exception. Previously, a default constructed exception was
6116 (populate_object_group):
6118 In the infrastructure controlled membership case, initially
6119 create the number of members specified in the
6120 InitialNumberMember property. Previously, the number of initial
6121 members was the same as the number of FactoryInfos, which is
6122 undesirable since members were always automatically created.
6124 * orbsvcs/orbsvcs/PortableGroup/PG_conf.h
6125 (TAO_PG_MINIMUM_NUMBER_MEMBERS):
6127 The default minimum number of members value should always be
6128 equal to (or greater) the default initial number of members
6129 value (TAO_PG_INITIAL_NUMBER_MEMBERS). This is a precautionary
6130 measure to meant avoid errors introduced by only changing one of
6133 Mon Oct 14 19:21:19 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
6135 * orbsvcs/examples/Log/RTEvent/Makefile: Added a missing library.
6137 Mon Oct 14 17:50:12 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
6139 * tests/Abstract_Interface/Abstract Interface Client.dsp:
6140 * tests/Abstract_Interface/Abstract Interface Server.dsp:
6141 * tests/Abstract_Interface/Abstract_Interface.dsw:
6142 * tests/Abstract_Interface/Makefile:
6143 * tests/Abstract_Interface/Makefile.bor:
6144 * tests/Abstract_Interface/README:
6145 * tests/Abstract_Interface/client.bor:
6146 * tests/Abstract_Interface/client.cpp:
6147 * tests/Abstract_Interface/run_test.pl:
6148 * tests/Abstract_Interface/server.bor:
6149 * tests/Abstract_Interface/server.cpp:
6150 * tests/Abstract_Interface/test.idl:
6151 * tests/Abstract_Interface/test_i.cpp:
6152 * tests/Abstract_Interface/test_i.h:
6154 New test for abstract interfaces.
6156 Mon Oct 14 17:35:56 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
6158 * tao/PortableServer/Default_ORTC.cpp:
6159 * tao/PortableServer/Default_ORTC.h:
6161 Modified these files to correspond with changes to generated code in
6163 Mon Oct 14 15:44:05 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
6165 Mon Oct 14 17:15:23 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
6167 * tests/IDL_Test/repo_id_mod.idl:
6169 New file added to test 'typeprefix', 'typeid' and #pragma version.
6171 * tests/IDL_Test/Makefile:
6172 * tests/IDL_Test/Makefile.bor:
6173 * tests/IDL_Test/idl_test.dsp:
6174 * tests/IDL_Test/main.cpp:
6176 Files modified with addition of new test to the suite.
6178 Mon Oct 14 15:44:05 2002 Jeff Parsons <parsons@isis-server.isis.vanderbilt.edu>
6180 * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_ci.cpp:
6181 * TAO_IDL/be/be_visitor_sequence/gen_bounded_obj_sequence_cs.cpp:
6182 * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_ci.cpp:
6183 * TAO_IDL/be/be_visitor_sequence/gen_unbounded_obj_sequence_cs.cpp:
6185 Fixed mistakes in code generation for sequences of valuetypes.
6186 Thanks to Sean M. Paus <spaus@cdtd.saic.com> for pointing out
6189 * TAO_IDL/be/be_visitor_root/root.cpp:
6191 Fixed cut and paste error in visitor instantiation for generation
6192 of Any operators for forward declared interfaces. Thanks to
6193 Antonio Saraiva <Antonio_Saraiva@csgsystems.com> for reporting the
6196 * TAO_IDL/ast/ast_decl.cpp:
6197 * TAO_IDL/ast/ast_module.cpp:
6198 * TAO_IDL/util/utl_idlist.cpp:
6200 Changed behavior of typeprefix so that an inner scope directive
6201 overrides an outer one. This behavior is not explicitly required
6202 by the CORBA specification, but it is assumed that this is the
6203 intention. This point will be submitted as an OMG issue shortly.
6204 Thanks to Jonathan Biggar <jon@floorboard.com> for his advice on
6207 * TAO_IDL/be/be_visitor_operation/interceptors_cs.cpp:
6209 Fixed a problem with interceptors where there is a name clash
6210 if an operation has a return type called 'result'. Thanks to
6211 Ossama <ossama@doc.ece.uci.edu> for suggesting the fix.
6213 * TAO_IDL/be/be_visitor_array/any_op_cs.cpp:
6214 * TAO_IDL/be/be_visitor_enum/any_op_cs.cpp:
6215 * TAO_IDL/be/be_visitor_exception/any_op_cs.cpp:
6216 * TAO_IDL/be/be_visitor_interface/any_op_cs.cpp:
6217 * TAO_IDL/be/be_visitor_sequence/any_op_cs.cpp:
6218 * TAO_IDL/be/be_visitor_structure/any_op_cs.cpp:
6219 * TAO_IDL/be/be_visitor_union/any_op_cs.cpp:
6220 * TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp:
6222 Fixed another name clash with the 'result' identifier, this
6223 time in the body of the Any extraction operator.
6227 * tao/ValueFactory.h:
6228 * tao/ValueFactory.i:
6229 * TAO_IDL/be/be_valuetype.cpp:
6230 * TAO_IDL/be/be_visitor_valuetype/valuetype_cs.cpp:
6232 Removed both cast operators from class ValueFactoryBase_var,
6233 since they do not appear in the C++ mapping, and removed the
6234 const cast operator from ValueBase_var, since it was causing a
6235 problem with the HP-UX 11.11 compiler, and valuetypes do not
6236 support const operations anyway. Thanks to Torsten Kuepper
6237 <Torsten.Kuepper@nokia.com> for the bug report and the valuetype
6242 Added dk_Event to enum DefinitionKind.
6244 Mon Oct 14 11:32:16 2002 D A Hanvey <d.hanvey@qub.ac.uk>
6246 * docs/releasenotes/index.html:
6248 Amended entry to show new status of Telecom Log Service.
6249 Changed point of contact to D A Hanvey.
6251 Sun Oct 13 22:14:23 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
6253 * orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile: Added
6254 a missing library to the Makefile.
6256 Sun Oct 13 13:47:21 2002 Jaiganesh Balasubramanian <jai@doc.ece.uci.edu>
6258 * orbsvcs/tests/LoadBalancing/GenericFactory/LB_server.cpp:
6259 * orbsvcs/tests/LoadBalancing/GenericFactory/LB_server.h:
6260 * orbsvcs/tests/LoadBalancing/GenericFactory/server.cpp:
6261 Changed the name of the Class LB_Basic_Test to LB_server to
6262 be in sync with the name of the file.
6263 Also changed the semantics of the destroy () method to
6264 resolve the compiler errors.
6266 Sat Oct 12 22:59:15 2002 Krishnakumar B <kitty@cse.wustl.edu>
6268 * orbsvcs/ImplRepo_Service/XML_ContentHandler.h:
6269 * orbsvcs/ImplRepo_Service/XML_ContentHandler.cpp:
6270 * orbsvcs/ImplRepo_Service/Server_Repository.cpp:
6272 Changed to support the native exception in ACEXML.
6274 Fri Oct 11 12:18:11 2002 Ossama Othman <ossama@uci.edu>
6276 * orbsvcs/tests/Makefile:
6278 Added `LoadBalancing' test directory to the directory list.
6280 * orbsvcs/tests/LoadBalancing/Makefile:
6282 New top-level Load Balancing test Makefile.
6284 * orbsvcs/tests/LoadBalancing/GenericFactory/LB_server.cpp:
6285 * orbsvcs/tests/LoadBalancing/GenericFactory/LB_server.h:
6286 * orbsvcs/tests/LoadBalancing/GenericFactory/server.cpp:
6288 More code review comments.
6290 * orbsvcs/tests/LoadBalancing/GenericFactory/Makefile:
6292 Only build this test if the "CosLoadBalancing" ORBSVCS component
6295 Fri Oct 11 10:38:26 2002 Ossama Othman <ossama@uci.edu>
6297 * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp
6298 (locations_of_members):
6300 Made reference to TAO_PG_MemberInfoSet non-const once again
6301 since const iterators for the ACE_Unbounded_Set container are
6302 currently unimplemented. Fixes a compile-time problem.
6304 Fri Oct 11 09:59:59 2002 Ossama Othman <ossama@uci.edu>
6306 * orbsvcs/orbsvcs/PortableGroup/PG_ObjectGroupManager.cpp
6309 Added implementations for this method.
6311 Fri Oct 11 09:41:43 2002 Ossama Othman <ossama@uci.edu>
6313 * orbsvcs/orbsvcs/Makefile:
6315 Re-enabled the Telecom Logging Service by default.
6317 Fixed some Telecom Logging Service dependencies.