Author |
Message
|
5zan |
Posted: Tue Jul 15, 2008 5:19 am Post subject: JMS input node VALIIDATES ???? |
|
|
Novice
Joined: 08 Jul 2008 Posts: 24
|
i am using plain xmlnsc domain to validate my message with a particular message set ..
MQ input nodes validates it perfectly !!
But with exactly the same configuration JMS input nodes never validates the message and send it to out terminal .
some times it says after the second nodes : "rm dict not found " ..
note : i am using parse option as complete !
is there a problem with jms input node ?  |
|
Back to top |
|
 |
sridhsri |
Posted: Tue Jul 15, 2008 5:25 am Post subject: |
|
|
Master
Joined: 19 Jun 2008 Posts: 297
|
"RM Dictionary not Found" usually indicates that the message set was not found. Could you please check if the msg set was deployed and/or you have set the msg set correctly on the node. |
|
Back to top |
|
 |
5zan |
Posted: Tue Jul 15, 2008 5:28 am Post subject: |
|
|
Novice
Joined: 08 Jul 2008 Posts: 24
|
yes it is included . please forget that , i got that problem initially . right now its just not validating . |
|
Back to top |
|
 |
kimbert |
Posted: Tue Jul 15, 2008 5:29 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Your JMS input node is using the MRM parser ( any reason why? ). I know that because the 'RM dictionary not found' error is only ever issued by the MRM parser.
Quote: |
But with exactly the same configuration JMS input nodes never validates the message and send it to out terminal . |
The MRM parser needs you to specify message set AND message type AND message format. XMLSNC only requires the message set. |
|
Back to top |
|
 |
5zan |
Posted: Tue Jul 15, 2008 6:11 am Post subject: |
|
|
Novice
Joined: 08 Jul 2008 Posts: 24
|
Thanx Kimbert , but i am using xmlnsc domain only with only message set specified .
exactly same as , what i was using for the MQ input node.
still the JMS node fails to validate and no message is passed to failure terminal .
also i am using validate option as : content and value .  |
|
Back to top |
|
 |
kimbert |
Posted: Tue Jul 15, 2008 6:23 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Please quote the full text of the error message.
If you are not seeing the error message, please take a debug-level user trace while processing a message. |
|
Back to top |
|
 |
|