Nayan Nilank 10.Mar.11 12:55 AM a Web browser General3.0All platforms
I defined my EventHandler by implementing "com.ibm.connections.spi.events.EventHandler" interface. From the "handleEvent()" method, I am throwing "EventHandlerException". Ideally, as per my understanding the event should come back to "handleEvent()" method, when next time it is invoked. But that is not happening.
Am I missing something? Do I need to make any configuration change to get the unhandled event again?