Results 1 to 2 of 2

Thread: small addition to PropertyResourceConfigurer

  1. #1
    Join Date
    Sep 2004
    Posts
    20

    Default small addition to PropertyResourceConfigurer

    I am interested in being able to pull the properties from the PropertyResourceConfigurer. I use this for having a properties file that is both the $ replacements as well as stored in Properties class for some other classes.

    Not sure how to submit code to this.
    So, here is the code:

    /**
    * Get local properties, e.g. via the "props" tag in XML bean definitions.
    * These can be considered defaults, to be overridden by properties
    * loaded from files.
    */
    public Properties getProperties() {
    return this.properties;
    }

  2. #2
    Join Date
    Aug 2004
    Location
    Toronto, Canada
    Posts
    736

    Default

    Can you file an enhancement request in Jira? It's obviously a trivial addition, which I could just add directly, but maybe Juergen doesn't agree about exposing the value...
    Colin Sampaleanu
    SpringSource - http://www.springsource.com

Similar Threads

  1. Small spring/velocity config problem
    By mwaschkowski in forum Web
    Replies: 3
    Last Post: Mar 16th, 2005, 05:09 AM
  2. Replies: 2
    Last Post: Feb 15th, 2005, 12:22 PM
  3. Replies: 0
    Last Post: Jan 30th, 2005, 11:14 AM
  4. DBCP + IBATIS inserts do not work
    By davidr in forum Data
    Replies: 6
    Last Post: Nov 22nd, 2004, 07:04 AM
  5. Replies: 1
    Last Post: Oct 8th, 2004, 03:47 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •