I observed this thread: http://forum.springframework.org/showthread.php?t=13356
However, after reviewing our configuration I am still unable to get the default JTA timeout overriden.
Attached...
Type: Posts; User: mike.smith37; Keyword(s):
I observed this thread: http://forum.springframework.org/showthread.php?t=13356
However, after reviewing our configuration I am still unable to get the default JTA timeout overriden.
Attached...
Hi,
I managed to resolve using the following BeanFactory initialization:
factory = new DefaultListableBeanFactory();
XmlBeanDefinitionReader reader= new XmlBeanDefinitionReader(factory);...
Hi,
I'm experiencing FileNotFound Exceptions from ClassPathXmlApplicationContext.
My app is packaged with some APP-INF entries and a war file.
The web-app initializes a weblogic timer (timer...