simple-el

    1熱度

    2回答

    我正在使用apache駱駝。我正在嘗試使用簡單的表達式語言從身體檢索值。我需要它作爲一個字符串,但簡單地返回SimpleBuilder對象。所以我試過這樣的事情 simple("${body.address.line}").resultType(String.class).getResultType() 但它返回給我java.lang.String。請告訴我怎樣才能得到這個表達式的結果作爲字符

    2熱度

    1回答

    如何訪問Apache Camel 2.10中的「routeId」? 我看到屬性存在駱駝2.11。 從Simple Expression Langauge docs ${routeId} String Camel 2.11: Returns the id of the current route the Exchange is being routed. 是否有另一種簡單的黑客可用?

    2熱度

    3回答

    我使用的駱駝路線這個表達式: .when(simple("${body.updateSeq} > ${property.PrevUpdateSeq} + 1")) .to("direct:someError") 但是它被嚇壞了有關+符號。 org.apache.camel.language.simple.types.SimpleIllegalSyntaxException: Unex