-
Bug
-
Resolution: Answered
-
Medium
-
None
-
5.5
-
None
I created a new event:
import com.atlassian.confluence.event.events.ConfluenceEvent; import com.atlassian.confluence.event.events.cluster.ClusterEvent; import java.io.Serializable; public class DraftUpdateEvent extends ConfluenceEvent implements ClusterEvent, Serializable { public DraftUpdateEvent(Object aSource) { super(aSource); } }
And I publish the event by:
eventManager.publishEvent(new DraftUpdateEvent(this));
The event is published on the local node, but not on the remote node. Am I creating or publishing the event incorrectly for a clustered environment?
Thanks for your help!
- mentioned in
-
Page Failed to load
Thank you!