0 Replies Latest reply on Nov 4, 2008 3:55 PM by aishwaryabk

    How do I access an external property file from my services deployed in FUSE

    aishwaryabk

      I have properties like user ids and pwds in a separate property I need to access from my POJO services deployed in FUSE. DOes anyone know how this can be done. Right now I have deployed my project in FUSE but the service is unable to access the property files. Where do i place and how do I access these? These property files are created so at any time the values can be modified.

      everything works well from my eclipse java project fine. But when i put the jar in the hotdeploy folder and run servicemix, the property files cannot be read. please help