I'm having trouble with including a port in a template.
If the template has:
<value>${attribute['http.port']}</value>And http.port is, say 9305, then the substituted value is "9,305" and not "9305" This causes errors. <value>9,305</value> I could create an enricher to format the value, but is there another way? Is there a way to force the substitution into just the digits, for instance? Thanks Graham Ashby IBM Canada
