Oracle Service Bus, MFL and empty element-tree in xquery

Sometimes it will happen after creating the mfl and trying to map the elements in xquery to the target, the element-tree of the mfl won’t be visible and only shows the head-element.
Open the mfl file in a text-editor and change the version-attribute of the MessageFormat-tag to ’2.02′

<messageFormat name='MyMFLFormat' version='2.01'>

to

<messageFormat name='MyMFLFormat' version='2.02'>

Original blog

Popularity: 1% [?]

Share this Post:
Digg Google Bookmarks reddit Mixx StumbleUpon Technorati Yahoo! Buzz DesignFloat Delicious BlinkList Furl

2 Responses to “Oracle Service Bus, MFL and empty element-tree in xquery”

commenter

Even After changing the version to 2.02 I was not able to view elements but when I create the mfl file in text editor with version 2.02 and include in Eclipse IDE ( import file system) and then use in Xquery I am able to view elements.

Leave a Reply:

Name (required):
Mail (will not be published) (required):
Website:
Comment (required):
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>