[ https://issues.apache.org/activemq/browse/CAMEL-3162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62163#action_62163 ]
Christian Mueller commented on CAMEL-3162: ------------------------------------------ I was not sure what is the best place for this test... :-) I added the test which uses the syntax "$simple{}". I also opened the ticket [SPR-7593|https://jira.springsource.org/browse/SPR-7593] in Spring Core, because Spring 3.0.3 breaks the PropertyPlaceholderConfigurer behavior compared to version 2.5.6. Jürgen scheduled this fix for Spring 3.0.5. Because this issue also breaks the Camel behavior from 2.2.0 to 2.4.0, I also added the test which uses the syntax "${}" and annotated this test with "@Ignore". We should enable this test if we upgrade to Spring 3.0.5 or newer... May be an information for our users is also useful, because if they upgrade from FUSE ESB 4.2 to 4.3 (as we), they will run into this problems too. Christian > Simple language work not properly together with Springs > PropertyPlaceholderConfigurer > ------------------------------------------------------------------------------------- > > Key: CAMEL-3162 > URL: https://issues.apache.org/activemq/browse/CAMEL-3162 > Project: Apache Camel > Issue Type: Bug > Components: camel-core > Affects Versions: 2.4.0 > Reporter: Christian Mueller > Assignee: Claus Ibsen > Fix For: 2.5.0 > > Attachments: CAMEL-3162_unittest.patch > > > I defined the to endpoint in my properties file as > "file://target/outBox?fileName=test-${date:now:yyyyMMdd}.txt" and the written > file has the name "test-now:yyyyMMdd.txt" instead of "test-20100926". > See also [CAMEL-304|https://issues.apache.org/activemq/browse/CAMEL-304] -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.