Hi,
I would like to retrieve persistent message based on messageID. However, the syntax of querying Persistent Store can only accept constant. Is it possible to pass varible to the query ? If no, how can I achieve it ?
I need to achieve the following example:
…
<step component=“SagPStoreManager” xbd.pstoreMgr.filter=“messageID = $my.messageID” xbd.pstoreMgr.filter.type=“XPath” …/>
Could somebody help me ?
Hi tony,
I have no time to try, sorry. but you can try to create just “one string” variable with entire xpath and pass it to filter property.
bye
Michelangelo
Michelangelo Serpico
Software AG
+39 02950011.1
+39 3488205068
michelangelo.serpico@softwareag.com
Michelangelo,
You are right. It works now with the following SET statement.
Thanks,
Tony