All Downloads are FREE. Search and download functionalities are using the official Maven repository.

e.simple-workflow.2.4.0.source-code.ValidationMessages.properties Maven / Gradle / Ivy

Go to download

Example of a simple workflow in a bundle. This workflow doesn't actually do anything.

The newest version!
###############################################################################
# Copyright (c)2014 Prometheus Consulting
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#  http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
###############################################################################
nz.co.senanque.validationengine.regex=Failed Regex parse: label={0} attempted={1}
nz.co.senanque.validationengine.numericparse=Failed to parse numeric field: label={0} attempted={1}
nz.co.senanque.validationengine.length=Failed length: label={0} minlength value={1} maxlength value={2} attempted={3}
nz.co.senanque.validationengine.digits=Failed Digits: label={0} integerDigits value={1} fractionalDigits value={2} attempted={3}
nz.co.senanque.validationengine.email=Failed email: label={0} not a valid email address, attempted={1}
nz.co.senanque.validationengine.choicelist=Failed choicelist validation: label={0} attempted={1}
nz.co.senanque.validationengine.derivedValue=Cannot set derived field. label={0} attempted={1}
nz.co.senanque.validationengine.range.maxExclusive=Failed range: label={0} must be less than {1} attempted={2}
nz.co.senanque.validationengine.range.maxInclusive=Failed range: label={0} must be less than or equal to {1} attempted={2}
nz.co.senanque.validationengine.range.minExclusive=Failed range: label={0} must be greater than {1} attempted={2}
nz.co.senanque.validationengine.range.minInclusive=Failed range: label={0} must be greater than or equal to {1} attempted={2}
nz.co.senanque.newrules.decisiontable.business-customerType=Failed constraint business-customerType for label={0} value={1}
nz.co.senanque.validationengine.conversion.failure=Cannot convert from {0} to {1}
nz.co.senanque.rules.illegal.date.format=Illegal date format: {0}
nz.co.senanque.rules.excluded.value=Failed to set excluded value {0} to {1}
nz.co.senanque.rules.cannot.force.value=Cannot force value for {0}. Value established by {1}
nz.co.senanque.rules.invalid.exclude=Cannot exclude value {1} for {0} because it already holds that value
nz.co.senanque.rules.expired.licence=Licence has expired. Using development mode, rules will deactivate
nz.co.senanque.rules.unlicenced=Unlicenced version timed out: deactivating rules
nz.co.senanque.validationengine.class.not.recognised=validationengine class not recognised {0}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy