Ralf Steppacher created CAMEL-10664:
---------------------------------------

             Summary: SimpleIllegalSyntaxException in nested expression
                 Key: CAMEL-10664
                 URL: https://issues.apache.org/jira/browse/CAMEL-10664
             Project: Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.18.1
            Reporter: Ralf Steppacher


The following nested simple expression works in Camel 2.16.3:

{code:xml}
<log message="TX name: 
'${exchangeProperty.${type:ch.my.package.StringConstants.EXCHANGE_PROP_TX_SUMMARY}.transactionName}'"
 loggingLevel="INFO" logName="pep-xds_b-registry_oncompletion_common" />
{code}

but fails with a SimpleIllegalSyntaxException in Camel 2.18.1:

{noformat}
Exception: org.apache.camel.language.simple.types.SimpleIllegalSyntaxException: 
expected symbol functionEnd but was eol at location 8
${type:ch
        *

{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to