-
May 11th, 2006, 03:41 AM
#1
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
-
May 27th, 2006, 09:28 AM
#2
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules