Hi Mediators,
I have the following sequence:
01<?xml version="1.0" encoding="UTF-8"?>
02
03
04
05
06
07
08
09
10
11
unfortunately MEDIATOR tells me that the line #7 is bad with the err msg:
âŚExtra illegal tokens: â:â, âjava.io.IOExceptionââŚ
infact, xbd.error.text contains â:â char 2timesâŚ
of course, the line #5 works fine (value of xbd.error.line is 16).
can you help me?
tnx
Michelangelo
Michelangelo Serpico
Software AG
+39 02950011.1
+39 3488205068
michelangelo.serpico@softwareag.com
Helli Michelangelo,
In general, you need to include the property in single quotes if you want its value to be treated as a literal, e.g.
value="{â$xbd.error.textâ}"
I have tried to reproduce this with just â:â and it works OK. I suspect there is something more in the xbd.error.text property than the â:â that is causing the problem. Can you insert a âSagLoggerâ step at the start of the sequence and post the resulting record that includes the original property values?
Best regards,
Mike