Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #31519 All Revisions ] Back to Issue ]
Summary 0031519: Open SystemService API to be consumed by database replication module
Revision 2015-11-23 10:19 by AugustoMauch
Description The SystemService class has two methods that would be really useful for the soon to be published database replication module:
- killConnectionsAndSafeMode
- resetSafeMode

The database replication module could use those methods to prevent synchronization errors while synchronizing the database tables. These two methods prevents the user from logging in a role other than System Admin.

In that class the is code to given a org.apache.ddlutils.Platform returns a org.apache.ddlutils.model.Database, that would also be useful to be made available.
Revision 2015-11-23 09:46 by AugustoMauch
Description The SystemService class has two methods that would be really useful for the soon to be published database replication module:
- killConnectionsAndSafeMode
- resetSafeMode

The database replication module could use those methods to prevent synchronization errors while synchronizing the database tables. These two methods prevents the user from logging in a role other than System Admin.
Revision 2015-11-17 18:26 by AugustoMauch
Description The SystemService class has four methods that would be really useful for the soon to be published database replication module:
- killConnectionsAndSafeMode
- resetSafeMode
- disableConstraints
- enableConstraints

The database replication module could use those methods to prevent synchronization errors while synchronizing the database tables. The first two methods prevents the user from logging in a role other than System Admin, while the latter two methods are used to enable/disable the contraints of the tables.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker