Due to the triggering mechanism used by the Hsql database, classes implementing the required behaviour
after triggers are fired, have to be present in the classpath that is used to start the database.
The classes are contained in the com.xoetrope.service.replication.hsqldb package of XuiPro.
The next thing that needs to be done is to create and configure the NamedConnectionManager before
the Hsqdb server is started so that it exists in the same JVM as the server.
The NamedConnectionManager instance is used by the trigger classes to establish the required JDBC connections.
The server can be started with the following code.
There are no comments on this page. [Add comment]