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