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

E15034-01

Back to Index Page


ALSB Kernel Subsystem Messages

The ALSB Kernel catalog contains messages in the range BEA395100 - BEA395129. Messages in this catalog are part of the com.bea.wli.common.xquery.messages Internationalization package and the com.bea.wli.common.xquery.messages Localization package.

BEA-395101

Error: prolog declarations are not allowed for xquery snippets

Description

The inline XQuery expression has prolog declarations, such as ''declare namespace'' statements. This is not allowed in inline XQuery expressions

Action

Please check the text of inline expression for prolog declarations. If those are really necessary, then register a XQuery resource and use it instead of an inline expression in your action.

BEA-395100

Error: The TokenIterator does not correspond to a XmlObject value

Description

One of the actions has attempted to treat the result of XQuery expression as XML, whereas the actual return value was not XML

Action

Please check the configuration to make sure that the context in which the XQuery expression is used is consistent with the actual return value

BEA-395102

Error: The given value is not of a supported type: className

Description

One of the actions has passed an expression to XQuery evaluation engine that is not of recognized type

Action

Please check the configuration of the action to make sure the text of the expression is properly configured and has semantic meaning. Contact technical support.

BEA-395103

Error: Unsupported XQuery Type: tokenType

Description

While evaluating the result of XQuery expression, an unexpected XML token has been found.

Action

Please check the configuration of the action to make sure the text of the expression is properly configured and has semantic meaning. Contact technical support.

BEA-395104

Error: The TokenIterator does not correspond to a single String value

Description

The result of XQuery expression was expected to be a single String value and was something else.

Action

Please check the configuration of the action to make sure the text of the expression is properly configured and will result in a single String value

BEA-395105

Error: The TokenIterator does not correspond to a single XmlObject value

Description

The result of XQuery expression was expected to be a single XML object value and was something else.

Action

Please check the configuration of the action to make sure the text of the expression is properly configured and will result in a single XML object value

BEA-395106

Error: Unexpected Error: the TokenSource does not contain an BEGIN ATTRIBUTE

Description

There was an unexpected error while parsing the result of XQuery expression. A BEGIN ATTRIBUTE token was expected but not found

Action

Contact technical support

BEA-395107

Error: Unexpected Error: the TokenSource does not contain an END ATTRIBUTE

Description

There was an unexpected error while parsing the result of XQuery expression. A END ATTRIBUTE token was expected but not found

Action

Contact technical support

BEA-395108

Error: Error parsing XML: msg

Description

There was an unexpected error while parsing the result of XQuery expression. There should be a message that points to the cause of the problem

Action

Contact technical support

 

Back to Index Page

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