|
From: Magnus H. <mag...@lm...> - 2005-03-02 12:47:25
|
Hi. This class... public class Scheduler extends java.lang.Thread implements ApplicationContextAware, ApplicationListener, InitializingBean, BeanNameAware ...is not registered as an application listener if it's defined as an inner bean. (I'm using org.springframework.transaction.interceptor.TransactionProxyFactoryBean). If I create it as a bean with an id and the reference it, it works as expected. Bug or feature? -- /Magnus Heino |