|
From: Tran, K. <khi...@me...> - 2004-10-06 01:19:26
|
Hi,
I successfully experimented Spring, everything works fine. I am using the
ClasspathXmlApplicationContext.
Now I am integrating Spring within Eclipse RCP, which causes me some
headaches:
-My spring application cannot see the spring configuration file.
I manage to solve this problem by subclassing the
ClasspathXmlApplicationContext and ClasspathResource classes. Now Spring
cannot see ResourceBundleMessageSource.class!
My question is then: how could I centralize all resource lookup or class
lookup within Spring without subclassing all its classes. Spring uses the
current Thread as its classloading mechanism, is there a way to change that
globally? I want to define my way of class lookup globally.
Thanks, Khiet.
|