Oracle® Fusion Middleware Messages for Oracle Service Bus
11g Release 1 (11.1.1.3)

E15034-01

Back to Index Page


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

 

Back to Index Page

Copyright © 2008, 2010, Oracle. All rights reserved.