XmlBeanFactory « Thread « Spring Q&A





1. XmlBeanFactory can't use in Thread Class?    forum.springsource.org

XmlBeanFactory can't use in Thread Class? Hi, Please look this code : public class TransSchedulerRunner extends Thread { private static final long serialVersionUID = 923565677880084538L; public ITransScheduler ts; public synchronized void ...

2. XmlBeanFactory thread safe?    forum.springsource.org

Is XmlBeanFactory thread safe? I want to have a service locator as show below, but the Javadocs don't say if XmlBeanFactory or the getBean are thread safe. This is basically what ...