|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Parser Exception when using RCD node in MB5.0 |
« View previous topic :: View next topic » |
Author |
Message
|
jbanoop |
Posted: Sat Jul 22, 2006 11:17 pm Post subject: |
|
|
Chevalier
Joined: 17 Sep 2005 Posts: 401 Location: SC
|
Kimbert:
To clarify, the flow i was testing with is not the one srikanth av was talking about.
I was just testing why the debugger was giving a parse error but still messages were going from intput node to output node.
Adding a trace node with ${Root} gives the execption and populates exception list. This I assume is due to the broker trying to parse the message.
However my question is, on the input node if I set it to XML, a parse should happen at the input node to convert the input into the logical message structure. This is where the debugger shows an error but flow does not show it as an error.
Hope you are getting what I am heading towards, Do let me know in case I am missing somthing.
Regards,
Anoop |
|
Back to top |
|
 |
kimbert |
Posted: Sun Jul 23, 2006 1:00 pm Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5543 Location: Southampton
|
Quote: |
Adding a trace node with ${Root} gives the execption and populates exception list. This I assume is due to the broker trying to parse the message. |
Correct. It cannot trace the message tree without building it first.
Quote: |
However my question is, on the input node if I set it to XML, a parse should happen at the input node to convert the input into the logical message structure. |
No - the parse will happen as late as possible - and sometimes not at all ( as in your previous post). To give a common example, in a flow which only changes the format from XML to CWF but does not change the data, parsing usually happens at the output node - because that's the first time it needs a message tree.
When you attach the debugger it may be forcing the parse to occur earlier than it otherwise would. But don't quote me on that, and don't ask me how  |
|
Back to top |
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|