Re: Property Placeholder for Aggregation Completion Timeout Value in Blueprint

2013-08-19 Thread Scott Parkerson
Also, for what it's worth, I can stay at the currently supported version of Camel we are using and do this: ${properties:processor.posting.aggregation_timeout_millis} --sgp On Mon, Aug 19, 2013 at 1:39 PM, Scott Parkerson wrote: > Ah, but I see that I

Re: Property Placeholder for Aggregation Completion Timeout Value in Blueprint

2013-08-19 Thread Scott Parkerson
Ah, but I see that I can use the completionTimeout as an attribute; I've tried it using the special namespace with 2.10.5 and it worked. Thanks! --sgp On Mon, Aug 19, 2013 at 1:32 PM, Scott Parkerson wrote: > Babak, > > I'm not sure this will help, as the value I'm trying to replace is not an

Re: Property Placeholder for Aggregation Completion Timeout Value in Blueprint

2013-08-19 Thread Scott Parkerson
Babak, I'm not sure this will help, as the value I'm trying to replace is not an attribute, but a child element (see element below: ${in.header.ATEB_CLIENT_ID}-${body.clientStoreId}-${body.rxNumber}-${in.header.ATEB_FILENAME_DATESTAMP}

Re: Property Placeholder for Aggregation Completion Timeout Value in Blueprint

2013-08-19 Thread Babak Vahdat
Hi Can you try upgrading to 2.10.5, see the blue box here about the xs:int type attribute when OSGi Blueprint is in use: http://camel.apache.org/using-propertyplaceholder.html#UsingPropertyPlaceholder-UsingpropertyplaceholdersforanykindofattributeintheXMLDSL Babak Scott Parkerson-4 wrote > I'm