Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Questions on Spring-Config.

  1. #11
    Join Date
    Aug 2006
    Location
    Now Germany, previously Ukraine
    Posts
    1,546

    Default

    Just to clarify situation - what you mean saying "is not working" ?
    Does context initialization (or something else) throws exception or it works, but not according to your expectations?

    In former case, post, please, stack trace and in latter one explain your expectations more clearly.

  2. #12
    Join Date
    Aug 2006
    Location
    Now Germany, previously Ukraine
    Posts
    1,546

    Post

    Look into the attached file. It works.
    Attached Files Attached Files

  3. #13
    Join Date
    Dec 2007
    Posts
    17

    Default

    Thanks so much al0 for demonstrating this in the code.

    Coincidentally, I found this article on Spring .org that basically talks about the <util: tag. I tried the <utilropertypath tag, and it worked wonderfully, as you show in your code.

    http://static.springframework.org/sp...y-schemas-util

    Thanks for the help!

  4. #14
    Join Date
    Aug 2006
    Location
    Now Germany, previously Ukraine
    Posts
    1,546

    Default

    Strictly speaking it is not an article, but the part of the Spring 2.0 Reference, the primary source of information for each Spring developer.

    Quote Originally Posted by jaspreet_inc View Post
    Thanks so much al0 for demonstrating this in the code.

    Coincidentally, I found this article on Spring .org that basically talks about the <util: tag. I tried the <utilropertypath tag, and it worked wonderfully, as you show in your code.

    http://static.springframework.org/sp...y-schemas-util

    Thanks for the help!

Posting Permissions

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