Bug 4720

Summary: NotificationConsumerManager issues
Product: Java WS Core Reporter: Jarek Gawor <gawor@mcs.anl.gov>
Component: globus_wsrf_coreAssignee: Jarek Gawor <gawor@mcs.anl.gov>
Status: RESOLVED FIXED    
Severity: normal CC: hategan@mcs.anl.gov, jwscore-dev@globus.org
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

Description From 2006-09-20 16:02:32
On the client side, when a NotificationConsumerManager is started from within a
notification thread, a ServerNotificationConsumerManager will be created
instead of ClientNotificationConsumerManager. 

In general, it is not recommended to start another NotificationConsumerManager
from within a notification thread.
------- Comment #1 From 2006-09-21 12:23:01 -------
NotificationConsumerManager will now perform better checks to decide if to
create a ClientNotificationConsumerManager or
ServerNotificationConsumerManager.

Fixes committed to globus_4_0_branch and trunk.