4 Replies Latest reply on Jun 21, 2011 3:50 AM by maulex

    File .properties with FuseESB

    maulex

      Hi,

       

      I try to use a properties file into camel-context.xml but it doesn't work and i don't understand where is my mistake :

       

      camel-context.xml

      -


       

      -


       

       

      provisioning.properties in folder resources

      -


      provisioning.test=youhou

      -


       

       

      The path is good, because when I start the bundle I don't have error (If I try an other path, I have an error). But when i open the file created, I have "${provisioning.test}" and not "youhou" like I whould like !

       

      So can you help me, I don't understand where is my error !

      Thanks.