C
Chris S. Hogan
Guest
Sorry for the late reply, but there is a property to disable the validation of EDC enabled decision services at startup ############################################################################################################### # Determines whether the server will invoke the JPOX metadata validation service at Ruleset deployment # time. If this property is set to "true" the service will compare the external JDO document with the # database metadata and will prevent deployment if any discrepancies are detected. # # Default is true ############################################################################################################### com.corticon.ccserver.validateSchema=true If you set this property to false, then the validation step should be skipped at startup. This might be a workable solution until a more robust error handling is put in pace.
Continue reading...
Continue reading...