[Ace-users] [tao-bugs] : [Notification Service] Are there any test performed for RejectNewEvents property?

Douglas C. Schmidt schmidt at dre.vanderbilt.edu
Fri Oct 12 16:39:13 CDT 2007


Hi Tram,

   Thanks for using the PRF.

> TAO VERSION: 1.5.10
> ACE VERSION: 5.5.10
> 
> HOST MACHINE and OPERATING SYSTEM:
>  TAO VERSION: 1.6.1
> PC, RedHat Enterprise Linux 5
> 
> COMPILER NAME AND VERSION (AND PATCHLEVEL):
> g++ (GCC) 4.1.1 20070105 (Red Hat 4.1.1-52)
> 
> THE $ACE_ROOT/ace/config.h FILE:
> config-linux.h
> 
> THE $ACE_ROOT/include/makeinclude/platform_macros.GNU FILE:
> platform_linux.GNU
> 
> AREA/CLASS/EXAMPLE AFFECTED:
> 
> DOES THE PROBLEM AFFECT:
>          COMPILATION?
> No
> 
> SYNOPSIS:
> I would like to know if there were any test performed for RejectNewEvents property?

I did a find/grep in TAO_ROOT/orbsvcs/tests/Notify and found the following:

% find . -type f -print | xargs egrep RejectNewEvents
./Reconnecting/Consumer.cpp:    adminprops[i].name = CORBA::string_dup(CosNotification::RejectNewEvents);
./Reconnecting/Supplier.cpp:    adminprops[i].name = CORBA::string_dup(CosNotification::RejectNewEvents);
./Reconnecting/.svn/text-base/Supplier.cpp.svn-base:
adminprops[i].name = CORBA::string_dup(CosNotification::RejectNewEvents);
./Reconnecting/.svn/text-base/Consumer.cpp.svn-base:
adminprops[i].name = CORBA::string_dup(CosNotification::RejectNewEvents);
./Basic/.svn/text-base/AdminProperties.cpp.svn-base:
CORBA::string_dup (CosNotification::RejectNewEvents);
./Basic/AdminProperties.cpp:    CORBA::string_dup (CosNotification::RejectNewEvents);
./XML_Persistence/main.cpp:      adminprops[i].name = CORBA::string_dup(CosNotification::RejectNewEvents);
./XML_Persistence/.svn/text-base/main.cpp.svn-base:
adminprops[i].name = CORBA::string_dup(CosNotification::RejectNewEvents);
./PluggableTopology/main.cpp:    admin[i].name = "RejectNewEvents";
./PluggableTopology/.svn/text-base/main.cpp.svn-base:    admin[i].name = "RejectNewEvents";

So it looks like it's supposed to work.

> I tried to test it but it seemed not work at all.

I recommend you check out the various tests above and see if they work
for you.  If you need more help on this you might want to contact one or
more of the companies listed at

http://www.dre.vanderbilt.edu/support.html

Thanks,

        Doug



More information about the Ace-users mailing list