Package org.openbravo.service.system

Examples of org.openbravo.service.system.DatabaseValidator.validate()


   */
  public void testSystemValidation() {
    setUserContext("0");
    final DatabaseValidator databaseValidator = new DatabaseValidator();
    databaseValidator.setDatabase(createDatabaseObject());
    final SystemValidationResult result = databaseValidator.validate();
    printResult(result);
  }

  private Database createDatabaseObject() {
    final Properties props = OBPropertiesProvider.getInstance().getOpenbravoProperties();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.