Hi Yeah that should be changed to getAllProperties. https://issues.apache.org/jira/browse/CAMEL-21053
On Wed, Aug 7, 2024 at 8:16 AM Weickel, Andre <andre.weic...@sap.com.invalid> wrote: > Hi, > > we migrate from Camel 2.x to 3.x. and figured out that since Camel 3.9 the > method getProperties() only returns user properties but no more internal > properties. To get all properties the method getAllProperties() has to be > used. > > Unfortunately the XsltBuilder class ( > https://github.com/apache/camel/blob/5feb913b5bee12a8d2564b9fd557b1e7cc137bae/components/camel-xslt/src/main/java/org/apache/camel/component/xslt/XsltBuilder.java#L462) > still uses getProperties() and as a result internal properties like > CamelSplitIndex are no longer accessible via Xslt. > > Is that on purpose? > > Thanks and regards > André > -- Claus Ibsen ----------------- @davsclaus Camel in Action 2: https://www.manning.com/ibsen2