Simple solution.  Also noted that the bundle only gets loaded once and
everything seems to work fine.  Spring rocks.

String[] config=  new String[]{"applicationContext-resources.xml",
"applicationContext-dao.xml",
"applicationContext-service.xml"};

ApplicationContext context = new ClassPathXmlApplicationContext(config);
MessageService messageService =
(MessageService)context.getBean("messageService");

-- 
View this message in context: 
http://www.nabble.com/S2-Spring-Bean-DI-to-an-i18n-ListResourceBundle-tp14764821p14812183.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to