Hi,

we need the possibilty to execute a Java program/code after the XLR server has been (re)started.

We need this feature for the following reasons:
We have created/implemented a database trigger that is executed whenever a row with special content is inserted into a table in a PostgreSQL database. For this trigger we need a listener that handles all the events sent by the trigger. This listener has to be registered always when XLTR starts (so that we don't miss any events).

We currently have a solutuon that works but which is not officially supported by digital.ai. The solution is to implement the a Java Bean component witch an event listener in the package com.xebialabs.xlrelease.

Since it is not officially we don't have a guarantree that it still will work in the next versions of XLR. Please offer an pfficial feature that will be available also in future versions of XLR.

Regards,
Roland Feichtinger

Comments