Results 1 to 2 of 2

Thread: Reading Bean definitions without validating

Hybrid View

  1. #1

    Default Reading Bean definitions without validating

    I'm building IDE support for Spring and have a problem with trying to obtain a list of the beans defined in the configuration file(s) if the relevant classes do not exist yet. (This is for a design time UI so it is entirely possible that the compiled classes are not available)
    Using XMLBeanFactory the XmlBeanDefinitionReader throws ClassNotFound exceptions for the defined beans.
    Is there an API to provide me with a non-validated parsed representation of the bean configuration or will I have to do this manually?
    This is using Spring 1.2 at the moment.
    Thanks
    Duncan

  2. #2
    Join Date
    Aug 2004
    Location
    Montréal, Canada
    Posts
    845

    Default

    Omar Irbouh

    Spring Modules Team
    http://irbouh.blogspot.com/

Posting Permissions

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