On 1/8/07, Qasim Rasheed <[EMAIL PROTECTED]> wrote:
If I have import definition in my coldsping configuration file, do I have to load the file by calling loadBeans only? I have been using loadBeansFromXmlFile method which does not seem to have import funtionality implemented.
Why use loadBeansFromXmlFile() in the first place? loadBeans() figures out what to do. I've never quite understood why those specific load* methods are public anyway... Shouldn't they all be private except for loadBeans()? -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood
