BEA-2031650
|
Error: No value found for variable 'variable' and property 'property'.
Description
| The variable value does not contain the specified property. |
Action
| Ensure that the variable does contain the specified property. |
|
BEA-2031651
|
Error: A selection operation returned a nil XML.
Description
| The expression evaluated to an XML object specified as a nil value. |
Action
| Ensure that the expression evaluates to a non-nil value. |
|
BEA-2031652
|
Error: Scripting language 'scriptingLanguageURI' is not supported.
Description
| The scripting language is not supported. This should be caught by validation during deployment. |
Action
| Modify the process to use a supported scripting language. |
|
BEA-2031653
|
Error: The context node is of unsupported type 'actualType' when it is required to be of type 'expectedType'.
Description
| The context node for the expression is not of the expected type. This should never happen. |
Action
| Contact Technical Support. |
|
BEA-2031654
|
Error: Variable 'variable' is a message. It must be either a variable defined by a schema type or a schema variable or a message part.
Description
| The variable used in the expression is defined as a message type. Message type variables cannot be referenced directly - only their parts can be referenced. This should be caught by validation during deployment. |
Action
| Modify the expression to use the $(variable).(part) syntax. |
|
BEA-2031655
|
Error: Variable 'variable' is not a message but is being referenced as though it has a part 'part'.
Description
| The variable is being used via the $(variable).(part) but it is not a message type variable. This should be caught by validation during deployment. |
Action
| Modify the expression to use only $(variable) syntax. |
|
BEA-2031656
|
Error: Variable 'variable', defined as message type 'messageType', does not contain part 'part'.
Description
| The variable is defined by a message type that does not have the given part. This should be caught by validation during deployment. |
Action
| Modify the expression to use a part that the message type does have. |
|
BEA-2031657
|
Error: The xml fragment for the literal has more than 1 root element.
Description
| An XML literal must have a single root element. This should be caught by validation during deployment. |
Action
| Contact Technical Support. |
|