Results 1 to 1 of 1

Thread: Bean scope: prototype

  1. #1
    Join Date
    Oct 2009
    Location
    chennai,india
    Posts
    6

    Unhappy Bean scope: prototype

    Learning spring with groovy, i came across refresh-check-delay approach and tried some sample

    <lang:groovy id="ContentHandler"
    script-source="classpath:com/sample/localpackage/modules/ContentHandler.groovy" refresh-check-delay="120000" scope="prototype">
    </lang:groovy>

    If i try to make changes in the ContentHandler.groovy class, changes are visible in the console asap the changes were made,
    time delay is not working, changes were reflected asap.

    Let me know why it is not working
    Last edited by Muralihb; Oct 30th, 2009 at 04:24 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
  •