Results 1 to 2 of 2

Thread: A question when change from RC2 to RC3

  1. #1
    Join Date
    Aug 2006
    Posts
    1

    Default A question when change from RC2 to RC3

    IN spring rc2,the BeanDefinitionParserDelegate class define a method parseBeanDefinitionElement(Element ele, boolean isInnerBean),but in RC3 the method has changed.
    I has already write my code use RC2, the code like :
    ... ...
    parseBeanDefinitionElement(beanElement, true);
    ... ...

    Now I want my code can run with RC3,how to modify the code?

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Not sure but you could take a look at the sources to see what has changed (especially for RCs a method changed/removal indicates that the same functionality has been simplified).
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Posting Permissions

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