CWWBU0001E: Client error: ''{0}''. Error parameter(s): ''{1}''.
Explanation: General purpose message used when the product is in service and a new message is needed.
User Action: Contact your Business Process Choreographer administrator.

 

CWWBU0002E: Client error: Unexpected error occurred in ''{0}''. Error parameter(s): ''{1}''.
Explanation: An unexpected error occurred.
User Action: Contact your Business Process Choreographer administrator.

 

CWWBU0003E: The client configuration file cannot be found: ''{0}''.
Explanation: The configuration.xml cannot be found or its content cannot be validated.
User Action: Contact your Business Process Choreographer administrator.

 

CWWBU0004E: The input parameter filters are not valid.
Explanation: The input parameter filters are not valid.
User Action: Contact your Business Process Choreographer administrator.

 

CWWBU0005E: There are no settings defined for the filters: ''{0}''.
Explanation: There are no settings defined for the filters.
User Action: Contact your Business Process Choreographer administrator.

 

CWWBU0006E: The settings could not be found for the input filters: ''{0}''.
Explanation: The appropriate settings for the input filters could not be found.
User Action: Contact your Business Process Choreographer administrator.

 

CWWBU0007E: The command could not be created. Command name: ''{0}''. Command class name: ''{1}''.
Explanation: The specified command could not be created or loaded.
User Action: Contact your Business Process Choreographer administrator.

 

CWWBU0008E: The message attributes from the HttpServletRequest could not be set in the message. Message class name: ''{0}''.
Explanation: The message attribute from HttpServletRequest could not be mapped to the corresponding message implementation.
User Action: Contact your Business Process Choreographer administrator.

 

CWWBU0009E: The MessageMapping class could not be created.
Explanation: The MessageMapping class could not be created.
User Action: Contact your Business Process Choreographer administrator.

 

CWWBU0010E: The URI of the JSP could not be created.
Explanation: The URI of the JSP could not be created.
User Action: Contact your Business Process Choreographer administrator.

 

CWWBU0011E: The URI of the successor command could not be created.
Explanation: The URI of the successor command could not be created.
User Action: Contact your Business Process Choreographer administrator.

 

CWWBU0012E: The URI could not be created.
Explanation: The URI could not be created.
User Action: Contact your Business Process Choreographer administrator.

 

CWWBU0013E: The value entered cannot be converted to the expected type int.
Explanation: The value entered in the form is not a string representing a whole number between -2,147,483,648 and 2,147,483,647.
User Action: Enter a valid value for Java type 'int'.

 

CWWBU0014E: The value entered cannot be converted to the expected type short.
Explanation: The value entered in the form is not a string representing a whole number between -32,768 and 32,767.
User Action: Enter a valid value for Java type 'short'.

 

CWWBU0015E: The value entered cannot be converted to the expected type BigInteger.
Explanation: The value entered in the form is not a numeric integer value.
User Action: Enter a string, that consists only of an optional minus sign followed by one or more decimal digits.

 

CWWBU0016E: The value entered cannot be converted to the expected type long.
Explanation: The value entered in the form is not a string representing a whole number between -9,223,372,036,854,755,808 and9,223,372,036,854,755,807.
User Action: Enter a valid value for Java type 'long'.

 

CWWBU0017E: The value entered cannot be converted to the expected type float.
Explanation: The value entered in the form is not a string representing a real number between +/-1.40129846432481707e-45 and +/-3.40282346638528860e+38.
User Action: Enter a valid value for Java type 'float'.

 

CWWBU0018E: The value entered cannot be converted to the expected type double.
Explanation: The value entered in the form is not a string representing a real number between +/-4.94065645841246544e-324d and +/-1.79769313486231570e+308d.
User Action: Enter a valid value for Java type 'double'.

 

CWWBU0019E: The value entered cannot be converted to the expected type BigDecimal.
Explanation: The value entered in the form is not a string representing a real number.
User Action: Enter a string that consists of an optional sign followed by a sequence of zero or more decimal digits; optionally followed by a fraction that consistsof a decimal point followed by zero or more decimal digits; optionally followedby an exponent that consists of the character 'e'(0x75) or 'E' (0x45) followed byone or more decimal digits.

 

CWWBU0020E: The value entered cannot be converted to the expected type Byte.
Explanation: The value entered in the form is not a string representing a byte.
User Action: Enter a string that represents a byte.

 

CWWBU0021E: The value entered cannot be converted to the expected type Date. Use format: {0}
Explanation: The value entered in the form is not a string that represents a valid date in the notation of the user's locale.
User Action: Enter a string using the format displayed in the error message.

 

CWWBU0022I: An active session could not be found. You will be reconnected automatically.
Explanation: You tried to execute a Web client function but the HTTP session had timed out.
User Action: Not necessary, a new session will be established automatically.

 

CWWBU0023E: The parameter ''{0}'' is missing for executing the action: ''{1}''.
Explanation: A mandatory parameter for the execution of a Web client function is missing.
User Action: Check that all necessary parameters are sent as part of your requests.

 

CWWBU0024E: Could not establish a connection to local business process EJB. Reason: ''{0}''.
Explanation: The given reason prevented the Web client from connecting to the local EJB.
User Action: Depending on the reason for the error, check if your naming service is running or if the BPEcontainer Enterprise Application is started.

 

CWWBU0025E: Could not establish a connection to remote business process EJB. Reason: ''{0}''.
Explanation: The given reason prevented the Web client from connecting to the remote EJB.
User Action: Depending on the reason for the error, check if your naming service is running, if the BPEcontainer Enterprise Application is started, or if an exception occurred in the business process container.

 

CWWBU0026E: The struts-config.xml file does not contain a plug-in definition for an EJB Factory.
Explanation: The struts-config.xml file does not contain a plug-in definition for an EJB Factory.
User Action: Define either a LocalEJBFactory or a RemoteEJBFactory in the struts-config.xml file of the Web client.

 

CWWBU0027E: Could not save message attributes.
Explanation: At least one of the attributes of a message could not be saved.
User Action: Make sure the attributes are specified correctly for the message used.

 

CWWBU0028E: Error during query operation. Reason: ''{0}''.
Explanation: The given reason prevented the Web client from executing a query correctly.
User Action: Depending on the reason for this error, check if your query is set up correctly or if the BPEContainer Enterprise Application is started.

 

CWWBU0029E: Error during compensation repair action.
Explanation: The compensation repair API reported an error.
User Action: Check in the trace/log files for the reason for this error.

 

CWWBU0030E: Unknown type for WSIFMessage.
Explanation: The value could not be mapped to the WSIF message part because the type is unknown.
User Action: Make sure that the defined type can be part of a WSIF message.

 

CWWBU0031E: Configuration plug-in not found in struts configuration.
Explanation: The configuration plug-in that is essential for running BPEWebClient could not be found in the struts configuration.
User Action: Make sure that the plug-in tag for the BPEWebClient configuration is declared in the struts configuration file.

 

CWWBU0032E: ForwardHandler for ''{0}'' not defined.
Explanation: ForwardHandler are only defined for the keywords bpel, default, fdml.
User Action: Make sure you specify one of the supported ForwardHandler keywords.

 

CWWBU0033E: No ForwardHandler was specified in the struts configuration.
Explanation: No ForwardHandler was specified in the struts configuration.
User Action: Specify a forward handler in the struts configuration.

 

CWWBU0034E: Problems while loading the lookup path.
Explanation: There were problems while loading the lookup path during start up.
User Action: Make sure that the lookup path in your configuration points to correct file.

 

CWWBU0035E: ForwardHandler could not find a forward.
Explanation: No Reaction to the request is defined.
User Action: Make sure the default ForwardHandler is defined.

 

CWWBU0036E: Form for message ''{0}'' could not be created because of the array part ''{1}'' in the message.
Explanation: The standard Web client cannot handle array types.
User Action: Create custom Java server pages for the activity.

 

CWWBU0037E: Class ''{0}'' does not have any simple bean properties.
Explanation: The standard Web client cannot handle beans without properties.
User Action: Create custom Java server pages for the activity.

 

CWWBU1000E: The property with the name ''{0}'' is not available in the model.
Explanation: CWWBU1000E: A property with the name ''{0}'', which does not exist in the model, is used in a bpe tag.
User Action: CWWBU1000E: Change the property name to a name that exists in the model.

 

CWWBU1001E: A bpe component could not retrieve a model using the value expression ''{0}''.
Explanation: CWWBU1001E: A bpe component could not retrieve a model using the value expression ''{0}''.
User Action: CWWBU1001E: Verify that the value expression ''{0}'' will yield a model.

 

CWWBU1002E: The required model for this component has not been specified.
Explanation: CWWBU1002E: The required model for this component has not been specified.
User Action: CWWBU1002E: Verify that a model is specified for the component in the JavaServer Page.

 

CWWBU1003E: The command class ''{0}'' was not found.
Explanation: CWWBU1003E: The command class ''{0}'' could not be loaded by the class loader.
User Action: CWWBU1003E: Either implement a command class ''{0}'' or check the packaging of your Web application.

 

CWWBU1004E: The Faces value expression ''{0}'' was evaluated but a command instance cannotbe retrieved.
Explanation: CWWBU1004E: The Faces value expression ''{0}'' was evaluated but a command instance cannotbe retrieved.
User Action: CWWBU1004E: Ensure that the Faces value expression ''{0}'' yields a command instance.

 

CWWBU1005E: A component failed to look up a converter for the property ''{0}'' that belongs to the class ''{1}''.
Explanation: CWWBU1005E: A component failed to look up a converter for the property ''{0}'' that belongs to the class ''{1}''.
User Action: CWWBU1005E: Ensure that a converter for the property ''{0}'' in the class ''{1}'' exists.

 

CWWBU1006E: The literal ''{0}'' could not be converted into an object of the type ''{1}''.
Explanation: CWWBU1006E: The literal ''{0}'' could not be converted into an object of the type ''{1}''.
User Action: CWWBU1006E: Ensure that the input is syntactically correct.

 

CWWBU1007E: The custom JavaServer Page with the URL ''{0}'' and the context root ''{1}'' could not be included.
Explanation: CWWBU1007E: The inclusion of the custom JavaServer Page with the URL ''{0}'' and the context root ''{1}'' failed.
User Action: CWWB1007E: Ensure that the custom JavaServer Page exists and check the root exception.

 

CWWBU1008E: The literal ''{0}'' could not be parsed as date. Use format: ''{1}''.
Explanation: CWWBU1008E: The value entered in the form is not a string that represents a valid date in the notation of the user's locale.
User Action: CWWBU1008E: Enter a string using the format displayed in the error message.

 

CWWBU1009E: The literal ''{0}'' could not be parsed as date and time. Use format: ''{1}''.
Explanation: CWWBU1008E: The value entered in the form is not a string that represents a valid date and time string in the notation of the user's locale.
User Action: CWWBU1008E: Enter a string using the format displayed in the error message.

 

CWWBU1010E: The literal ''{0}'' could not be parsed as time. Use format: ''{1}''.
Explanation: CWWBU1008E: The value entered in the form is not a string that represents a valid time.
User Action: CWWBU1008E: Enter a string using the format displayed in the error message.

 

CWWBU1011E: The property with the name ''{0}'' could not be found.
Explanation: CWWBU1011E: The DataObject does not feature a property with the name ''{1}''.
User Action: CWWBU1011E: Make sure that the Custom Java Server Page contains only input fields that target existing properties.

 

CWWBU1012E: The input for property ''{0}'' could not be processed. Try property ''{1}'' instead.
Explanation: CWWBU1012E: The input for property ''{0}'' submitted out of a Custom Java Server Page could not be processed.
User Action: CWWBU1012E: Try using property name ''{1}'' in the Custom Java Server Page instead.

 

CWWBU1013E: The message cannot be rendered due to a circular reference. ''{0}'' is refering to ''{1}''.
Explanation: CWWBU1013E: The message cannot be rendered due to a circular reference. ''{0}'' is refering to ''{1}''.
User Action: CWWBU1013E: Make sure that the message does not have circular references.

 

CWWBU1014E: The message component cannot display the message since the number of nodes has exceeded the limit.
Explanation: CWWBU1014E: The message component cannot display the message since the number of nodes has exceeded the limit.
User Action: CWWBU1014E: Make sure the message does not contain circular references.

 

CWWBU1015E: The component requires a value binding to a query object.
Explanation: CWWBU1015E: The component requires a value binding to a query object.
User Action: CWWBU1015E: Make sure that a value binding to a query object is specified.