3 Replies Latest reply on Jun 24, 2003 11:24 PM by adrian.brock

    How can a session EJB read password-protected file

    bensench

      I need a session EJB to access a password protected file, what's the best way to make the password available to
      the session EJB? Is it possible to prompt the system admin for the password
      when Jboss starts up?

      For properties needed for an application, the FAQ mentions about using org.jboss.varia.property.SystemPropertiesService to access the properties defined for the mbean SystemPropertiesService which can be used to access the defined properties. Questions:

      I can't find the jar file containing SystemPropertiesService class. Does anyone know where I can get the jar file?

      Thanks in advance for your help.