Content starts here

BPEL Interpreter Subsystem Messages

The BPEL Interpreter catalog contains messages in the range BEA2031800 - BEA2031849. Messages in this catalog are part of the com.bea.bpel.interpreter.internal.preprocess.messages Internationalization package and the com.bea.bpel.interpreter.internal.preprocess.messages Localization package.

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 '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.

  Back to Top