0 Replies Latest reply on Sep 26, 2007 11:08 AM by chloe

    Read in a session bean a file.propreties in resouces reperto

    chloe

      Hi guys,

      I work with JBoss-seam 1.2.1 GA and JBoss 4.0.5 GA.
      In order to store a third party API Key, I created a configuratioin file called my-third-party-api.properties :

      Here is an exemple of its content :
      apiKey = 687ui..o687
      secret = 675678..786
      token = 587..8

      I put this file in the resources directory generated by seam-gen (same dir as roles.properties,seam.properties...).

      How can I access the varaibles (e.g. apiKey, secret and token in this case) defined in this file from a session bean ?

      Thank you in advance for you help.