BEA-2031800
|
Error: Resource 'resource' not found.
Description
| The specified resource cannot be found via the class loader. |
Action
| Ensure that the resource is on the class loader hierarchy. |
|
BEA-2031801
|
Error: Resource 'resource' is invalid.
Description
| The resource does not conform to the http://www.bea.com/bpel/operation XML schema. |
Action
| Ensure that the resource conforms to the schema. |
|
BEA-2031802
|
Error: XPath 'xpath' is invalid for loading operations: reason.
Description
| The XPath used in loading operations is a subset of XPath 1.0. The exception message should detail the reason it is invalid. |
Action
| Correct the errors detailed in the exception message. |
|
BEA-2031803
|
Error: XPath defines no components.
Description
| The XPath used for loading operations contains no XPath steps. |
Action
| Ensure that the XPath contains at least one XPath step. |
|
BEA-2031804
|
Error: Property 'propertyName' on class className is read only.
Description
| Unable to inject a value into the class for the property as there is no setter method. |
Action
| Either update preprocess.xml to not inject the property or add a public setter method. |
|
BEA-2031805
|
Error: Property 'propertyName' on class className has an unsupported type.
Description
| Unable to inject a value into the class for the property as it is an unsupported type. Only simple JavaBean types are supported. |
Action
| Either remove the injection from preprocess.xml or change the property type. |
|
BEA-2031806
|
Error: Property 'propertyName' on class className is not found.
Description
| Property does not exist on the class. |
Action
| Either remove the injection from preprocess.xml or add the property. |
|
BEA-2031807
|
Error: An XmlObject that matches the xpath 'xpath' has no line numbers.
Description
| The XmlObject was created without line numbers. Line numbers are required to use XPath expressions. This should not happen. |
Action
| Contact Technical Support. |
|
BEA-2031808
|
Error: The class className is not found.
Description
| The class className is not found. |
Action
| Ensure the class is on the classpath. |
|
BEA-2031809
|
Error: An error occurred introspecting class className: reason.
Description
| Unable to introspect on the class. |
Action
| Correct the errors detailed in the exception message. |
|
BEA-2031810
|
Error: An error occurred create a new instance of class className: reason.
Description
| Unable to create a new instance of the class. |
Action
| Correct the errors detailed in the exception message. |
|