hi all
i ve done a java custom service that try to read a properties file.
I have a filesource runtime parameters points to my properties file i.e: sonicfs:///workspace/myproject/properties/config.properties
I fetch my runtime parameters in this way:
String configFile =params.getParameter("config_file",XQConstants.PARAM_STRING);
but when I create a FileInputStream(configFile) , I got exception says : cannot find file sonicfs:\workspace\myproject\properties\config.properties
Any idea?
Regards
See the thread
for an answer.Thomas