WebLogic Process Integrator Version 1.1

com.bea.wlpi.common
Interface Messages


public interface Messages

Codes for language-independent server messaging.

The Messages class assigns ordinal numbers for all server messages that can be localized and may contain replaceable, numbered parameters. The message code, together with the actual parameter values, is sent to the client in a WorkflowException object thrown by the server. For example, the English version of the message to inform the user that a proposed organization name would not be unique might be:
"{0} is already used as an organization name."
The unique message code as defined in Messages is ORG_NAMES_UNIQUE = 57, corresponding to an entry in the PropertyResourceBundle com/bea/wlpi/common/Messages. If the server wants to send this message with an actual parameter value of "WORKFLOW", it simply raises the following exception:
throw new WorkflowException(WorkflowException.WARNING_WORKFLOW, Messages.ORG_NAMES_UNIQUE, new Object[] { "WORKFLOW" }); .

N.B. The symbolic constants in this interface relate to corresponding entries in the property resource bundle com.bea.wlpi.common.Messages


Field Summary
static int BUSINESS_OP_NOT_FOUND
          "The system could not find the specified business operation {0}."
static int CAL_BAD_TIMEZONE
          "Timezone identifier {0} is not recognized."
static int CAL_CANNOT_DELETE_TEMPLATE
          "Cannot delete a Business Calendar's template rules."
static int CAL_ID_NOT_SPECIFIED
          "No business calendar id specified in expression."
static int CAL_NO_XML_FOUND
          "No XML found for calendar."
static int CAL_NOT_FOUND
          "The system could not find the specified business calendar {0}."
static int CAL_PROCESSOR_NOT_FOUND
          "The system could not find the processor for business calendar {0}."
static int CAL_RULE_BAD_CHAR
          "'Line {0,integer}, column {1,integer}: unexpected character {2} in Business Calendar rule."
static int CAL_RULE_BAD_TOKEN
          "'Line {0,integer}, column {1,integer}: unexpected token {2} in Business Calendar rule."
static int CAL_RULES_NOT_FOUND
          "Business Calendar {0} has no rules defined for the year {1,integer}."
static int CALENDAR_NAMES_UNIQUE
          "{0} is already used as business calendar name."
static int CLASS_NOT_FOUND
          "Unable to load class object for {0}; {1}."
static int CONSTRUCTOR_INVOCATION_FAILED
          "Creation of new {0} failed; {1}."
static int CONSTRUCTOR_NOT_FOUND
          "No matching constructor was found on {0}; {1}."
static int DATABASE_CONNECT_FAILED
          "Unable to connect to database."
static int DATE_INVALID
          "The date {0} is invalid."
static int DAY_NAME_INVALID
          "Invalid day name: {0}."
static int EFF_TEMPLATE_DEFN_NOT_FOUND
          "The system could not find an active, effective template definition to start."
static int EJB_HOME_BINDING_INVALID
          "Object bound to {0} does not implement home interface {1}."
static int EJB_HOME_ENV_NOT_SET
          "EJB home environment not set."
static int EJB_HOME_INTERFACE_NOT_BOUND
          "No object is bound to {0} in specified context; {1}."
static int EJB_HOME_INTERFACE_NOT_FOUND
          "Unable to load class object for home interface of type {0}; {1}."
static int EJB_HOME_METHOD_NOT_FOUND
          "No home method was found on {0} matching {1}; {2}."
static int EJB_INITIAL_CONTEXT_EXCEPTION
          "Unable to get initial context: environment may be invalid; {0}."
static int EJB_METHOD_INVOCATION_FAILED
          "EJB {0} method invocation failed; {1}."
static int EJB_REMOTE_INTERFACE_NOT_FOUND
          "Unable to load class object for remote interface of type {0}; {1}."
static int EJB_REMOTE_METHOD_NOT_FOUND
          "No remote method was found on {0} matching {1}; {2}."
static int EJB_REMOTE_OBJECT_NOT_FOUND
          "No remote object(s) were found."
static int EJB_RETURN_CLASS_NOT_FOUND
          "Unable to load class for method return value of type {0}; {1}."
static int EJB_SESSION_BEAN_NOT_CREATED
          "The home method did not return a session bean."
static int EJB_UNEXPECTED_RETURN_TYPE
          "{0} object returned from method invocation not of expected type {1}."
static int ERROR_SYSTEM
          "System error"
static int ERROR_UNKNOWN
          "Unknown error"
static int ERROR_WORKFLOW
          "Workflow error"
static int ILLEGAL_CONVERSION
          "Illegal type conversion: from {0} to {1}."
static int INPUT_VARIABLE_NOT_SET
          "Mandatory input variable {0} not set."
static int INTERVAL_FROM_DATE_INVALID
          "The interval 'from' date is invalid."
static int INTERVAL_TO_DATE_INVALID
          "The interval 'to' date is invalid."
static int INTERVAL_UNIT_INVALID
          "Invalid interval unit: {0}."
static int JOIN_INSTANCE_NOT_FOUND
          "The system could not find the specified join instance: {0}."
static int LINE_X_COLUMN_Y
          "line {0,integer}, column {1,integer}"
static int METHOD_INVOCATION_FAILED
          "{0} method invocation failed; {1}."
static int METHOD_NOT_FOUND
          "No method was found on {0} matching {1}; {2}."
static int METHOD_WRONG_PARAMETER_COUNT
          "Wrong number of parameters for method: expected {1,integer}, found {2,integer}."
static int MONTH_NAME_INVALID
          "Invalid month name: {0}."
static int NESTED_EXCEPTION
          "Nested exception is"
static int ORG_NAMES_UNIQUE
          "{0} is already in use as an Organization name."
static int ORG_NOT_FOUND
          "The system could not find the specified organization: {0}."
static int ORG_USER_ADD_FAILED
          "The system could not add user {0} to organization {1}."
static int ORG_USER_NOT_FOUND
          "User {0} does not belong to organization {1}."
static int ORG_USER_REMOVE_FAILED
          "The system could not remove user {0} from organization {1}."
static int PARAMETER_CAST_EXCEPTION
          "Value for parameter {0,integer} cannot be cast to required type {1}."
static int PARAMETER_CLASS_U_NOT_FOUND
          "Unable to load class (unwrapped if primitive) for parameter {0,integer} of type {1}; {2}."
static int PARAMETER_CLASS_W_NOT_FOUND
          "Unable to load class (wrapped if primitive) for parameter {0,integer} of type {1}; {2}."
static int PROGRAM_CALL_FAILED
          "Error calling program: {0} with arguments {1}."
static int REALM_NOT_INSTALLED
          "No security realm has been installed."
static int REALM_NOT_LISTABLE
          "The installed security realm {0} is not listable."
static int REALM_NOT_UPDATEABLE
          "The security realm {0} is not updateable."
static int REFERENCE_MISSING
          "Fixup error: missing reference {0}."
static int REPORT_NAMES_UNIQUE
          "Report names must be unique."
static int REQUEST_ABORTED_ERROR
          "The server was unable to complete your request."
static int REQUEST_ABORTED_WARNING
          "The server was unable to complete your request."
static int REROUTE_ALREADY_REROUTED
          "Source user is already rerouted during the period specified."
static int REROUTE_CIRCULAR
          "Specified reroute would create a circular reference."
static int REROUTE_DIFFERENT_USER
          "Source and destination of reroute must be different."
static int REROUTE_EFF_BEFORE_EXP
          "Effective date must be before expiry date."
static int ROLE_CANNOT_DELETE_ACTION_REF
          "The role {0} cannot be deleted, because it is referenced by one or more actions."
static int ROLE_EMPTY
          "The role {0} is empty."
static int ROLE_NAMES_UNIQUE
          "Role names must be unique within an organization."
static int ROLE_NOT_FOUND
          "The system could not find the specified role: {0}."
static int ROLE_TASKS_ASSIGNED
          "Cannot delete role {0}, because there are tasks assigned to the role. Please reassign all tasks first."
static int ROLE_USER_ADD_FAILED
          "The system could not add user {0} to role {1}."
static int ROLE_USER_EMAIL_ID_UNDEFINED
          "User {0} in role {1} does not have an email address."
static int ROLE_USER_REMOVE_FAILED
          "The system could not remove user {0} from role {1}."
static int ROUTING_TABLE_FAILED
          "Routing table failed to identify suitable assignee."
static int TARGET_ACTION_NOT_FOUND
          "The system could not find the target action {0}."
static int TARGET_EVENT_NOT_FOUND
          "The system could not find the target event {0}."
static int TARGET_TASK_NOT_FOUND
          "The system could not find the target task {0}."
static int TASK_ASSIGN_ALREADY_DONE
          "Cannot assign this task, because it is already done."
static int TASK_CANNOT_DELETE_ACTION_REF
          "The task {0} cannot be deleted, because it is referenced by one or more actions."
static int TASK_CANNOT_MARK
          "This task's properties do not allow it to be marked done."
static int TASK_CANNOT_MODIFY
          "This task's properties do not allow it to be modified."
static int TASK_CANNOT_REASSIGN
          "This task's properties do not allow it to be reassigned."
static int TASK_CANNOT_UNMARK
          "This task's properties do not allow it to be unmarked done."
static int TASK_EXECUTE_ALREADY_DONE
          "Cannot execute this task, because it is already done."
static int TASK_EXECUTE_COMPLETE
          "Cannot execute this task, because the workflow is complete."
static int TASK_EXECUTE_INACTIVE
          "Cannot execute this task, because it is inactive."
static int TASK_EXECUTE_NOT_ASSIGNED
          "Cannot execute this task, because it is not assigned to you."
static int TASK_INSTANCE_NOT_FOUND
          "The system could not find the specified task instance: {0}."
static int TASK_NAMES_UNIQUE
          "Task names must be unique within a workflow."
static int TASK_TAKE_ALREADY_DONE
          "Cannot take this task, because it is already done."
static int TEMPLATE_DEFINITION_NOT_FOUND
          "Workflow Template Definition (id={0}) not found."
static int TEMPLATE_LOCKED
          "The workflow template is currently locked by {0}."
static int TEMPLATE_NOT_FOUND
          "Workflow Template (id={0}) not found."
static int USER_CANNOT_DELETE_ACTION_REF
          "The user {0} cannot be deleted, because it is referenced by one or more actions."
static int USER_EMAIL_ID_UNDEFINED
          "User {0} does not have an email address."
static int USER_LOGGED_ON
          "User {0} is currently logged on and cannot be deleted."
static int USER_NAMES_UNIQUE
          "The specified user {0} is already defined."
static int USER_NOT_FOUND
          "The system could not find the specified user: {0}."
static int USER_NOT_IN_ROLE_ORG
          "The specified user {0} does not belong to the organization ({1}) within which the role {2} is defined."
static int USER_ORG_UNDEFINED
          "No workflow organization defined for user {0}."
static int USER_PERMISSION_DEFINE_WORKFLOWS
          "You do not have permission to define workflows."
static int USER_PERMISSION_MAINTAIN_ORGS
          "You do not have permission to maintain organizations."
static int USER_PERMISSION_MAINTAIN_ROLES
          "You do not have permission to maintain roles."
static int USER_PERMISSION_MAINTAIN_USERS
          "You do not have permission to maintain users."
static int USER_PERMISSION_MODIFY_CONFIG
          "You do not have permission to modify the server configuration."
static int USER_PERMISSION_MONITOR_WORKFLOW
          "You do not have permission for workflow monitoring."
static int USER_PERMISSION_REROUTE_TASK
          "You do not have permission to do task rerouting."
static int USER_TASKS_ASSIGNED
          "Cannot delete user {0}, because there are tasks assigned to the user. Please reassign all tasks first."
static int VARIABLE_CANNOT_DELETE_ACTION_REF
          "The variable {0} cannot be deleted, because it is referenced by one or more actions."
static int VARIABLE_CANNOT_DELETE_DECISION_REF
          "The variable {0} cannot be deleted, because it is referenced by one or more decisions."
static int VARIABLE_CANNOT_DELETE_TEMPL_REF
          "The variable {0} cannot be deleted, because it is referenced by the instance ID expression or the trigger definition."
static int VARIABLE_INSTANCE_NOT_FOUND
          "The system could not find the specified variable instance: {0}."
static int VARIABLE_NAME_BLANK
          "Variable names cannot be blank."
static int VARIABLE_NAMES_UNIQUE
          "Variable names must be unique."
static int WARNING_WORKFLOW
          "Workflow warning"
static int WORKFLOW_CANNOT_DELETE_ACTION_REF
          "The workflow {0} cannot be deleted, because it is referenced by one or more actions."
static int WORKFLOW_COMPLETE
          "This workflow cannot be modified, because it is complete."
static int WORKFLOW_INACTIVE
          "Cannot instantiate a workflow, because the template definition is inactive."
static int WORKFLOW_SUSPENDED
          "This workflow cannot be modified, because it is suspended."
static int WORKFLOW_TEMPLATE_NAMES_UNIQUE
          "Workflow template names must be unique."
static int WORKLOAD_NAMES_UNIQUE
          "Workload graph names must be unique."
static int WRONG_START_DATE_EXPRESSION
          "Wrong timed start date expression in start node: {0}.\n{1}."
static int XML_PARSE_FAILED
          "An error occurred when parsing an XML document."
static int XML_VERSION_MISMATCH
          "The definition was created with a later of version of the product.
 

Field Detail

ERROR_UNKNOWN

public static final int ERROR_UNKNOWN
"Unknown error"

ERROR_SYSTEM

public static final int ERROR_SYSTEM
"System error"

ERROR_WORKFLOW

public static final int ERROR_WORKFLOW
"Workflow error"

WARNING_WORKFLOW

public static final int WARNING_WORKFLOW
"Workflow warning"

NESTED_EXCEPTION

public static final int NESTED_EXCEPTION
"Nested exception is"

REQUEST_ABORTED_WARNING

public static final int REQUEST_ABORTED_WARNING
"The server was unable to complete your request."

REQUEST_ABORTED_ERROR

public static final int REQUEST_ABORTED_ERROR
"The server was unable to complete your request."

WORKFLOW_COMPLETE

public static final int WORKFLOW_COMPLETE
"This workflow cannot be modified, because it is complete."

TASK_CANNOT_MARK

public static final int TASK_CANNOT_MARK
"This task's properties do not allow it to be marked done."

TASK_CANNOT_UNMARK

public static final int TASK_CANNOT_UNMARK
"This task's properties do not allow it to be unmarked done."

TASK_CANNOT_REASSIGN

public static final int TASK_CANNOT_REASSIGN
"This task's properties do not allow it to be reassigned."

TASK_CANNOT_MODIFY

public static final int TASK_CANNOT_MODIFY
"This task's properties do not allow it to be modified."

TASK_TAKE_ALREADY_DONE

public static final int TASK_TAKE_ALREADY_DONE
"Cannot take this task, because it is already done."

TASK_ASSIGN_ALREADY_DONE

public static final int TASK_ASSIGN_ALREADY_DONE
"Cannot assign this task, because it is already done."

TASK_EXECUTE_ALREADY_DONE

public static final int TASK_EXECUTE_ALREADY_DONE
"Cannot execute this task, because it is already done."

TASK_EXECUTE_INACTIVE

public static final int TASK_EXECUTE_INACTIVE
"Cannot execute this task, because it is inactive."

TASK_EXECUTE_COMPLETE

public static final int TASK_EXECUTE_COMPLETE
"Cannot execute this task, because the workflow is complete."

TASK_EXECUTE_NOT_ASSIGNED

public static final int TASK_EXECUTE_NOT_ASSIGNED
"Cannot execute this task, because it is not assigned to you."

REROUTE_DIFFERENT_USER

public static final int REROUTE_DIFFERENT_USER
"Source and destination of reroute must be different."

REROUTE_EFF_BEFORE_EXP

public static final int REROUTE_EFF_BEFORE_EXP
"Effective date must be before expiry date."

REROUTE_ALREADY_REROUTED

public static final int REROUTE_ALREADY_REROUTED
"Source user is already rerouted during the period specified."

REROUTE_CIRCULAR

public static final int REROUTE_CIRCULAR
"Specified reroute would create a circular reference."

TASK_NAMES_UNIQUE

public static final int TASK_NAMES_UNIQUE
"Task names must be unique within a workflow."

ORG_NAMES_UNIQUE

public static final int ORG_NAMES_UNIQUE
"{0} is already in use as an Organization name."

ROLE_NAMES_UNIQUE

public static final int ROLE_NAMES_UNIQUE
"Role names must be unique within an organization."

USER_NAMES_UNIQUE

public static final int USER_NAMES_UNIQUE
"The specified user {0} is already defined."

REPORT_NAMES_UNIQUE

public static final int REPORT_NAMES_UNIQUE
"Report names must be unique."

VARIABLE_NAMES_UNIQUE

public static final int VARIABLE_NAMES_UNIQUE
"Variable names must be unique."

WORKFLOW_TEMPLATE_NAMES_UNIQUE

public static final int WORKFLOW_TEMPLATE_NAMES_UNIQUE
"Workflow template names must be unique."

WORKLOAD_NAMES_UNIQUE

public static final int WORKLOAD_NAMES_UNIQUE
"Workload graph names must be unique."

CALENDAR_NAMES_UNIQUE

public static final int CALENDAR_NAMES_UNIQUE
"{0} is already used as business calendar name."

USER_LOGGED_ON

public static final int USER_LOGGED_ON
"User {0} is currently logged on and cannot be deleted."

USER_TASKS_ASSIGNED

public static final int USER_TASKS_ASSIGNED
"Cannot delete user {0}, because there are tasks assigned to the user. Please reassign all tasks first."

USER_PERMISSION_MAINTAIN_USERS

public static final int USER_PERMISSION_MAINTAIN_USERS
"You do not have permission to maintain users."

USER_PERMISSION_MAINTAIN_ROLES

public static final int USER_PERMISSION_MAINTAIN_ROLES
"You do not have permission to maintain roles."

USER_PERMISSION_MAINTAIN_ORGS

public static final int USER_PERMISSION_MAINTAIN_ORGS
"You do not have permission to maintain organizations."

USER_PERMISSION_DEFINE_WORKFLOWS

public static final int USER_PERMISSION_DEFINE_WORKFLOWS
"You do not have permission to define workflows."

USER_PERMISSION_MONITOR_WORKFLOW

public static final int USER_PERMISSION_MONITOR_WORKFLOW
"You do not have permission for workflow monitoring."

USER_PERMISSION_REROUTE_TASK

public static final int USER_PERMISSION_REROUTE_TASK
"You do not have permission to do task rerouting."

USER_PERMISSION_MODIFY_CONFIG

public static final int USER_PERMISSION_MODIFY_CONFIG
"You do not have permission to modify the server configuration."

VARIABLE_CANNOT_DELETE_TEMPL_REF

public static final int VARIABLE_CANNOT_DELETE_TEMPL_REF
"The variable {0} cannot be deleted, because it is referenced by the instance ID expression or the trigger definition."

VARIABLE_CANNOT_DELETE_ACTION_REF

public static final int VARIABLE_CANNOT_DELETE_ACTION_REF
"The variable {0} cannot be deleted, because it is referenced by one or more actions."

VARIABLE_CANNOT_DELETE_DECISION_REF

public static final int VARIABLE_CANNOT_DELETE_DECISION_REF
"The variable {0} cannot be deleted, because it is referenced by one or more decisions."

VARIABLE_NAME_BLANK

public static final int VARIABLE_NAME_BLANK
"Variable names cannot be blank."

ROLE_TASKS_ASSIGNED

public static final int ROLE_TASKS_ASSIGNED
"Cannot delete role {0}, because there are tasks assigned to the role. Please reassign all tasks first."

WORKFLOW_CANNOT_DELETE_ACTION_REF

public static final int WORKFLOW_CANNOT_DELETE_ACTION_REF
"The workflow {0} cannot be deleted, because it is referenced by one or more actions."

TASK_CANNOT_DELETE_ACTION_REF

public static final int TASK_CANNOT_DELETE_ACTION_REF
"The task {0} cannot be deleted, because it is referenced by one or more actions."

ROLE_CANNOT_DELETE_ACTION_REF

public static final int ROLE_CANNOT_DELETE_ACTION_REF
"The role {0} cannot be deleted, because it is referenced by one or more actions."

USER_CANNOT_DELETE_ACTION_REF

public static final int USER_CANNOT_DELETE_ACTION_REF
"The user {0} cannot be deleted, because it is referenced by one or more actions."

WORKFLOW_SUSPENDED

public static final int WORKFLOW_SUSPENDED
"This workflow cannot be modified, because it is suspended."

CAL_CANNOT_DELETE_TEMPLATE

public static final int CAL_CANNOT_DELETE_TEMPLATE
"Cannot delete a Business Calendar's template rules."

CAL_ID_NOT_SPECIFIED

public static final int CAL_ID_NOT_SPECIFIED
"No business calendar id specified in expression."

CAL_NO_XML_FOUND

public static final int CAL_NO_XML_FOUND
"No XML found for calendar."

CAL_NOT_FOUND

public static final int CAL_NOT_FOUND
"The system could not find the specified business calendar {0}."

CAL_RULES_NOT_FOUND

public static final int CAL_RULES_NOT_FOUND
"Business Calendar {0} has no rules defined for the year {1,integer}."

CAL_PROCESSOR_NOT_FOUND

public static final int CAL_PROCESSOR_NOT_FOUND
"The system could not find the processor for business calendar {0}."

CAL_RULE_BAD_TOKEN

public static final int CAL_RULE_BAD_TOKEN
"'Line {0,integer}, column {1,integer}: unexpected token {2} in Business Calendar rule."

CAL_RULE_BAD_CHAR

public static final int CAL_RULE_BAD_CHAR
"'Line {0,integer}, column {1,integer}: unexpected character {2} in Business Calendar rule."

CAL_BAD_TIMEZONE

public static final int CAL_BAD_TIMEZONE
"Timezone identifier {0} is not recognized."

EJB_HOME_ENV_NOT_SET

public static final int EJB_HOME_ENV_NOT_SET
"EJB home environment not set."

EJB_INITIAL_CONTEXT_EXCEPTION

public static final int EJB_INITIAL_CONTEXT_EXCEPTION
"Unable to get initial context: environment may be invalid; {0}."

EJB_HOME_INTERFACE_NOT_FOUND

public static final int EJB_HOME_INTERFACE_NOT_FOUND
"Unable to load class object for home interface of type {0}; {1}."

EJB_REMOTE_INTERFACE_NOT_FOUND

public static final int EJB_REMOTE_INTERFACE_NOT_FOUND
"Unable to load class object for remote interface of type {0}; {1}."

EJB_HOME_INTERFACE_NOT_BOUND

public static final int EJB_HOME_INTERFACE_NOT_BOUND
"No object is bound to {0} in specified context; {1}."

EJB_HOME_BINDING_INVALID

public static final int EJB_HOME_BINDING_INVALID
"Object bound to {0} does not implement home interface {1}."

EJB_HOME_METHOD_NOT_FOUND

public static final int EJB_HOME_METHOD_NOT_FOUND
"No home method was found on {0} matching {1}; {2}."

EJB_REMOTE_METHOD_NOT_FOUND

public static final int EJB_REMOTE_METHOD_NOT_FOUND
"No remote method was found on {0} matching {1}; {2}."

EJB_RETURN_CLASS_NOT_FOUND

public static final int EJB_RETURN_CLASS_NOT_FOUND
"Unable to load class for method return value of type {0}; {1}."

EJB_REMOTE_OBJECT_NOT_FOUND

public static final int EJB_REMOTE_OBJECT_NOT_FOUND
"No remote object(s) were found."

EJB_METHOD_INVOCATION_FAILED

public static final int EJB_METHOD_INVOCATION_FAILED
"EJB {0} method invocation failed; {1}."

EJB_UNEXPECTED_RETURN_TYPE

public static final int EJB_UNEXPECTED_RETURN_TYPE
"{0} object returned from method invocation not of expected type {1}."

METHOD_WRONG_PARAMETER_COUNT

public static final int METHOD_WRONG_PARAMETER_COUNT
"Wrong number of parameters for method: expected {1,integer}, found {2,integer}."

PARAMETER_CLASS_W_NOT_FOUND

public static final int PARAMETER_CLASS_W_NOT_FOUND
"Unable to load class (wrapped if primitive) for parameter {0,integer} of type {1}; {2}."

PARAMETER_CLASS_U_NOT_FOUND

public static final int PARAMETER_CLASS_U_NOT_FOUND
"Unable to load class (unwrapped if primitive) for parameter {0,integer} of type {1}; {2}."

PARAMETER_CAST_EXCEPTION

public static final int PARAMETER_CAST_EXCEPTION
"Value for parameter {0,integer} cannot be cast to required type {1}."

EJB_SESSION_BEAN_NOT_CREATED

public static final int EJB_SESSION_BEAN_NOT_CREATED
"The home method did not return a session bean."

TEMPLATE_NOT_FOUND

public static final int TEMPLATE_NOT_FOUND
"Workflow Template (id={0}) not found."

TEMPLATE_DEFINITION_NOT_FOUND

public static final int TEMPLATE_DEFINITION_NOT_FOUND
"Workflow Template Definition (id={0}) not found."

EFF_TEMPLATE_DEFN_NOT_FOUND

public static final int EFF_TEMPLATE_DEFN_NOT_FOUND
"The system could not find an active, effective template definition to start."

LINE_X_COLUMN_Y

public static final int LINE_X_COLUMN_Y
"line {0,integer}, column {1,integer}"

CLASS_NOT_FOUND

public static final int CLASS_NOT_FOUND
"Unable to load class object for {0}; {1}."

CONSTRUCTOR_NOT_FOUND

public static final int CONSTRUCTOR_NOT_FOUND
"No matching constructor was found on {0}; {1}."

CONSTRUCTOR_INVOCATION_FAILED

public static final int CONSTRUCTOR_INVOCATION_FAILED
"Creation of new {0} failed; {1}."

METHOD_NOT_FOUND

public static final int METHOD_NOT_FOUND
"No method was found on {0} matching {1}; {2}."

METHOD_INVOCATION_FAILED

public static final int METHOD_INVOCATION_FAILED
"{0} method invocation failed; {1}."

TEMPLATE_LOCKED

public static final int TEMPLATE_LOCKED
"The workflow template is currently locked by {0}."

INTERVAL_FROM_DATE_INVALID

public static final int INTERVAL_FROM_DATE_INVALID
"The interval 'from' date is invalid."

INTERVAL_TO_DATE_INVALID

public static final int INTERVAL_TO_DATE_INVALID
"The interval 'to' date is invalid."

DATE_INVALID

public static final int DATE_INVALID
"The date {0} is invalid."

MONTH_NAME_INVALID

public static final int MONTH_NAME_INVALID
"Invalid month name: {0}."

DAY_NAME_INVALID

public static final int DAY_NAME_INVALID
"Invalid day name: {0}."

TASK_INSTANCE_NOT_FOUND

public static final int TASK_INSTANCE_NOT_FOUND
"The system could not find the specified task instance: {0}."

INPUT_VARIABLE_NOT_SET

public static final int INPUT_VARIABLE_NOT_SET
"Mandatory input variable {0} not set."

JOIN_INSTANCE_NOT_FOUND

public static final int JOIN_INSTANCE_NOT_FOUND
"The system could not find the specified join instance: {0}."

VARIABLE_INSTANCE_NOT_FOUND

public static final int VARIABLE_INSTANCE_NOT_FOUND
"The system could not find the specified variable instance: {0}."

ORG_NOT_FOUND

public static final int ORG_NOT_FOUND
"The system could not find the specified organization: {0}."

ROLE_NOT_FOUND

public static final int ROLE_NOT_FOUND
"The system could not find the specified role: {0}."

USER_NOT_FOUND

public static final int USER_NOT_FOUND
"The system could not find the specified user: {0}."

ORG_USER_NOT_FOUND

public static final int ORG_USER_NOT_FOUND
"User {0} does not belong to organization {1}."

ORG_USER_ADD_FAILED

public static final int ORG_USER_ADD_FAILED
"The system could not add user {0} to organization {1}."

ROLE_USER_ADD_FAILED

public static final int ROLE_USER_ADD_FAILED
"The system could not add user {0} to role {1}."

ORG_USER_REMOVE_FAILED

public static final int ORG_USER_REMOVE_FAILED
"The system could not remove user {0} from organization {1}."

ROLE_USER_REMOVE_FAILED

public static final int ROLE_USER_REMOVE_FAILED
"The system could not remove user {0} from role {1}."

USER_NOT_IN_ROLE_ORG

public static final int USER_NOT_IN_ROLE_ORG
"The specified user {0} does not belong to the organization ({1}) within which the role {2} is defined."

REALM_NOT_INSTALLED

public static final int REALM_NOT_INSTALLED
"No security realm has been installed."

REALM_NOT_LISTABLE

public static final int REALM_NOT_LISTABLE
"The installed security realm {0} is not listable."

REALM_NOT_UPDATEABLE

public static final int REALM_NOT_UPDATEABLE
"The security realm {0} is not updateable."

DATABASE_CONNECT_FAILED

public static final int DATABASE_CONNECT_FAILED
"Unable to connect to database."

ROLE_EMPTY

public static final int ROLE_EMPTY
"The role {0} is empty."

REFERENCE_MISSING

public static final int REFERENCE_MISSING
"Fixup error: missing reference {0}."

INTERVAL_UNIT_INVALID

public static final int INTERVAL_UNIT_INVALID
"Invalid interval unit: {0}."

ILLEGAL_CONVERSION

public static final int ILLEGAL_CONVERSION
"Illegal type conversion: from {0} to {1}."

WORKFLOW_INACTIVE

public static final int WORKFLOW_INACTIVE
"Cannot instantiate a workflow, because the template definition is inactive."

TARGET_TASK_NOT_FOUND

public static final int TARGET_TASK_NOT_FOUND
"The system could not find the target task {0}."

TARGET_EVENT_NOT_FOUND

public static final int TARGET_EVENT_NOT_FOUND
"The system could not find the target event {0}."

TARGET_ACTION_NOT_FOUND

public static final int TARGET_ACTION_NOT_FOUND
"The system could not find the target action {0}."

BUSINESS_OP_NOT_FOUND

public static final int BUSINESS_OP_NOT_FOUND
"The system could not find the specified business operation {0}."

PROGRAM_CALL_FAILED

public static final int PROGRAM_CALL_FAILED
"Error calling program: {0} with arguments {1}."

USER_EMAIL_ID_UNDEFINED

public static final int USER_EMAIL_ID_UNDEFINED
"User {0} does not have an email address."

ROLE_USER_EMAIL_ID_UNDEFINED

public static final int ROLE_USER_EMAIL_ID_UNDEFINED
"User {0} in role {1} does not have an email address."

ROUTING_TABLE_FAILED

public static final int ROUTING_TABLE_FAILED
"Routing table failed to identify suitable assignee."

USER_ORG_UNDEFINED

public static final int USER_ORG_UNDEFINED
"No workflow organization defined for user {0}."

WRONG_START_DATE_EXPRESSION

public static final int WRONG_START_DATE_EXPRESSION
"Wrong timed start date expression in start node: {0}.\n{1}."

XML_PARSE_FAILED

public static final int XML_PARSE_FAILED
"An error occurred when parsing an XML document."

XML_VERSION_MISMATCH

public static final int XML_VERSION_MISMATCH
"The definition was created with a later of version of the product. Upgrade your Studio to version {0} or later."

WebLogic Process Integrator Version 1.1

WebLogic and Process Integrator are trademarks of BEA Systems, Inc.
Copyright (c) 2000 BEA Systems, Inc., 8920 Woodbine Avenue, Suite 400,
Markham, Ontario L3R 9W9 Canada. All rights reserved.