[Camel 2.5] Propertyplaceholders and Spring DSL still not working?

2010-11-05 Thread Andreas A.
Hi I'm upgrading to Camel 2.5 and this property is still not being resolved it seems, do I need to do something special to make it work? "The EIP now supports property placeholders in the String based options (a few spots in Java DSL where its not possible). For example: " My route: ${

Re: [Camel 2.5] Propertyplaceholders and Spring DSL still not working?

2010-11-05 Thread Claus Ibsen
Works fine for me check the unit test in camel-spring source code camel-spring/src/test/resources/org/apache/camel/component/properties/SpringPropertiesComponentEIPConvertBodyToTest.xml On Fri, Nov 5, 2010 at 11:34 AM, Andreas A. wrote: > > Hi > > I'm upgrading to Camel 2.5 and this property is

Re: [Camel 2.5] Propertyplaceholders and Spring DSL still not working?

2010-11-05 Thread Andreas A.
Do I need Spring 3.0.4? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-5-Propertyplaceholders-and-Spring-DSL-still-not-working-tp3251608p3251631.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: [Camel 2.5] Propertyplaceholders and Spring DSL still not working?

2010-11-05 Thread Andreas A.
Ok, silly mistake. Had to manually clean up my Eclipse project since Eclipse was still using the old jars. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-5-Propertyplaceholders-and-Spring-DSL-still-not-working-tp3251608p3251707.html Sent from the Camel - Users mailing

Re: [Camel 2.5] Propertyplaceholders and Spring DSL still not working?

2010-11-05 Thread Andreas A.
Hi This must be a bug. When used nested in the tag the resolving fails: This works: This fails: true Can

Re: [Camel 2.5] Propertyplaceholders and Spring DSL still not working?

2010-11-05 Thread Claus Ibsen
Hi Can you create a JIRA. I suspect there is an issue when its part of a sub route such as in a On Fri, Nov 5, 2010 at 2:16 PM, Andreas A. wrote: > > Hi > > This must be a bug. When used nested in the tag the resolving > fails: > > This works: > >         >         >         >         > >

Re: [Camel 2.5] Propertyplaceholders and Spring DSL still not working?

2010-11-05 Thread Andreas A.
JIRA ticket: https://issues.apache.org/activemq/browse/CAMEL-3314 -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-5-Propertyplaceholders-and-Spring-DSL-still-not-working-tp3251608p3251823.html Sent from the Camel - Users mailing list archive at Nabble.com.