Re: Problem: file language expression being interpreted as Spring property-placeholder.

2013-07-10 Thread Chris Wolf
Thank you! that worked, I used: fileName=$simple{file:onlyname.noext}.$simple{id} On Wed, Jul 10, 2013 at 2:57 PM, Claus Ibsen wrote: > You can use $simple{ xxx } as well as the syntax > > On Wed, Jul 10, 2013 at 7:10 PM, Chris Wolf wrote: >> Hello, >> >> I have an endpoint defined as: >> >> >

Re: Problem: file language expression being interpreted as Spring property-placeholder.

2013-07-10 Thread Claus Ibsen
You can use $simple{ xxx } as well as the syntax On Wed, Jul 10, 2013 at 7:10 PM, Chris Wolf wrote: > Hello, > > I have an endpoint defined as: > > > uri="file://{{jboss.server.data.dir}}?idempotent=true&preMove={{jboss.server.data.dir}}/holding/${file:onlyname.noext}.${id}&move={{jboss.se

Problem: file language expression being interpreted as Spring property-placeholder.

2013-07-10 Thread Chris Wolf
Hello, I have an endpoint defined as: Which throws this exception: Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'file.to.data-decrypted' defined in null: Could not resolve placeholder 'id' at org.springframework.beans.fa