Thread: [Ejtools-developers] [ ejtools-Bugs-709353 ] Notification listener pbs after server disconnection
Brought to you by:
letiemble
From: SourceForge.net <no...@so...> - 2003-03-25 10:39:33
|
Bugs item #709353, was opened at 2003-03-25 11:53 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=709353&group_id=49088 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Martin Fuzzey (mfuzzey) Assigned to: Nobody/Anonymous (nobody) Summary: Notification listener pbs after server disconnection Initial Comment: Scenario 1) Connect to MBeanServer Add a listener to a MBean Notifications received OK Disconnect from MBeanServer (from EJTools) Reconnect to MBeanServer Notifications are still received but it is now impossible to remove the listener (button greyed out). Scenario 2) Connect to MBeanServer Add a listener to a MBean Notifications received OK Kill the MBean server Restart the MBean server Reconnect to MBean server (from EJTools) Notifications NOT received and cannot reregister listener (button greyed out) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=709353&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-03-25 10:53:13
|
Bugs item #709353, was opened at 2003-03-25 11:53 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=709353&group_id=49088 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Martin Fuzzey (mfuzzey) >Assigned to: Laurent Etiemble (letiemble) Summary: Notification listener pbs after server disconnection Initial Comment: Scenario 1) Connect to MBeanServer Add a listener to a MBean Notifications received OK Disconnect from MBeanServer (from EJTools) Reconnect to MBeanServer Notifications are still received but it is now impossible to remove the listener (button greyed out). Scenario 2) Connect to MBeanServer Add a listener to a MBean Notifications received OK Kill the MBean server Restart the MBean server Reconnect to MBean server (from EJTools) Notifications NOT received and cannot reregister listener (button greyed out) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=709353&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-03-25 10:57:18
|
Bugs item #709353, was opened at 2003-03-25 11:53 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=709353&group_id=49088 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Martin Fuzzey (mfuzzey) Assigned to: Laurent Etiemble (letiemble) Summary: Notification listener pbs after server disconnection Initial Comment: Scenario 1) Connect to MBeanServer Add a listener to a MBean Notifications received OK Disconnect from MBeanServer (from EJTools) Reconnect to MBeanServer Notifications are still received but it is now impossible to remove the listener (button greyed out). Scenario 2) Connect to MBeanServer Add a listener to a MBean Notifications received OK Kill the MBean server Restart the MBean server Reconnect to MBean server (from EJTools) Notifications NOT received and cannot reregister listener (button greyed out) ---------------------------------------------------------------------- >Comment By: Laurent Etiemble (letiemble) Date: 2003-03-25 12:10 Message: Logged In: YES user_id=437455 I'am working on it. It seems that some service are failing silently and exceptions are not propagated. Be aware of the following problem : Due to a bug in JBoss, if you register/unregister twice for notifications, you will see that the first is OK (registration OK, RMI Callback created/unregistration OK, RMI Callback removed) but the second is NOK (registration OK, RMI Callback created/unregistration OK, RMI Callback NOT removed). I have posted a patch on JBoss (#642867) that correct this. Thank for interest. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=709353&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-04-05 13:19:15
|
Bugs item #709353, was opened at 2003-03-25 11:53 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=709353&group_id=49088 Category: None Group: None Status: Open >Resolution: Fixed Priority: 5 Submitted By: Martin Fuzzey (mfuzzey) Assigned to: Laurent Etiemble (letiemble) Summary: Notification listener pbs after server disconnection Initial Comment: Scenario 1) Connect to MBeanServer Add a listener to a MBean Notifications received OK Disconnect from MBeanServer (from EJTools) Reconnect to MBeanServer Notifications are still received but it is now impossible to remove the listener (button greyed out). Scenario 2) Connect to MBeanServer Add a listener to a MBean Notifications received OK Kill the MBean server Restart the MBean server Reconnect to MBean server (from EJTools) Notifications NOT received and cannot reregister listener (button greyed out) ---------------------------------------------------------------------- Comment By: Laurent Etiemble (letiemble) Date: 2003-03-25 12:10 Message: Logged In: YES user_id=437455 I'am working on it. It seems that some service are failing silently and exceptions are not propagated. Be aware of the following problem : Due to a bug in JBoss, if you register/unregister twice for notifications, you will see that the first is OK (registration OK, RMI Callback created/unregistration OK, RMI Callback removed) but the second is NOK (registration OK, RMI Callback created/unregistration OK, RMI Callback NOT removed). I have posted a patch on JBoss (#642867) that correct this. Thank for interest. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=709353&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-04-05 13:20:01
|
Bugs item #709353, was opened at 2003-03-25 11:53 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=709353&group_id=49088 Category: None Group: None >Status: Closed Resolution: Fixed Priority: 5 Submitted By: Martin Fuzzey (mfuzzey) Assigned to: Laurent Etiemble (letiemble) Summary: Notification listener pbs after server disconnection Initial Comment: Scenario 1) Connect to MBeanServer Add a listener to a MBean Notifications received OK Disconnect from MBeanServer (from EJTools) Reconnect to MBeanServer Notifications are still received but it is now impossible to remove the listener (button greyed out). Scenario 2) Connect to MBeanServer Add a listener to a MBean Notifications received OK Kill the MBean server Restart the MBean server Reconnect to MBean server (from EJTools) Notifications NOT received and cannot reregister listener (button greyed out) ---------------------------------------------------------------------- Comment By: Laurent Etiemble (letiemble) Date: 2003-03-25 12:10 Message: Logged In: YES user_id=437455 I'am working on it. It seems that some service are failing silently and exceptions are not propagated. Be aware of the following problem : Due to a bug in JBoss, if you register/unregister twice for notifications, you will see that the first is OK (registration OK, RMI Callback created/unregistration OK, RMI Callback removed) but the second is NOK (registration OK, RMI Callback created/unregistration OK, RMI Callback NOT removed). I have posted a patch on JBoss (#642867) that correct this. Thank for interest. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=709353&group_id=49088 |