public void testPublishNotifications() throws Exception {
EventStore eventStore = this.eventStore();
assertNotNull(eventStore);
PublishedNotificationTrackerStore publishedNotificationTrackerStore =
new HibernatePublishedNotificationTrackerStore(
new PersistenceManagerProvider(this.session()),
"unit.test");
NotificationPublisher notificationPublisher =