Content starts here

WSDatabinding Subsystem Messages

The WSDatabinding1.0 catalog contains messages in the range BEA-221500 - BEA-221599. Messages in this catalog are part of the weblogic.wsee.databinding.internal.sdo Internationalization package and the weblogic.wsee.databinding.internal.sdo Localization package.

BEA-221500

Error: SDODatabindingTool runtime failure.

Description

Failed to copy schemas due to exception s.

Cause

Invalid Input Schemas

Action

Check input schemas objects system file paths.

BEA-221501

Error: SDODatabinding runtime failure

Description

Schema source system id is missing

Cause

Input schema system id is not set.

Action

Set the input schema source system id.

BEA-221502

Error: SDODatabinding runtime failure

Description

Invalid Filename created from System id of [s];

Cause

File name is invalid.

Action

Set the correct file name.

BEA-221503

Error: SDODatabinding runtime failure

Description

Failed to output source for [0].

Cause

Output xml maybe invalid.

Action

Check the exception trace.

BEA-221504

Error: SDODatabinding runtime failure

Description

The named property [s] is not found in this object instance.

Cause

Requested property is not defined in the given schema set.

Action

Check type definitions in the schema set used.

BEA-221505

Error: SDODatabinding runtime failure

Description

Object instance of type [s] is not a valid SDO object.

Cause

Expected SDO instance of type DataObject, but got non DataObject java objects.

Action

Check the input objects creation.

BEA-221506

Error: SDODatabinding tool runtime failure

Description

Package name change is not supported in SDO databinding plugin.

Cause

SDO generated classes package name can not be changed from tools. The package name comes from the schema definition.

Action

None

BEA-221507

Error: SDODatabinding tool runtime failure

Description

Unable to locate request schema [s1] due to exception s2.

Cause

The URL specified for the schema maybe invalid.

Action

Correct the URL or make sure the schema does exist at the given URL.

BEA-221508

Error: SDODatabinding tool runtime failure

Description

SDO databinding context has not been initialized.

Cause

SDO databinding context must be initialized first.

Action

Intialize SDO Databinding Context with application specific schemas.

BEA-221509

Error: SDODatabinding tool runtime failure

Description

SDOBindingHandler encountered an exception while serializating the input.

Cause

Check the exception stack trace for details.

Action

None

BEA-221510

Error: SDODatabinding tool runtime failure

Description

SDOBindingHandler encountered an exception while deserializing the input.

Cause

Check the exception stack trace for details.

Action

None

BEA-221511

Error: SDODatabinding tool runtime failure

Description

Invalid SDO data type: s

Cause

Unsupported SDO primitive data type is used.

Action

Replace with a supported SDO primitive type.

  Back to Top