hi
Following up for the benefit of all. (Sorry, forgot to do it earlier)
I had opened the issue:
http://jira.springframework.org/browse/IDE-838
I have not tested with the latest releases but...
Type: Posts; User: kapilanand; Keyword(s):
hi
Following up for the benefit of all. (Sorry, forgot to do it earlier)
I had opened the issue:
http://jira.springframework.org/browse/IDE-838
I have not tested with the latest releases but...
hi
My impression about concurrentConsumers was that the container will launch these many threads to concurrently process messges prefetched from a JMS server session.
I am using...
I upgraded to springIDE 2.0.3 and I am using import resource with classpath URL to load beans xmls.
import only works if the resources folder containing the imported resource is used as a source...
hi
I was trying to set up various XML factories from a spring bean XML file.
Is there a way to set attributes of such beans that do not conform to JavaBean pattern?
What I need to do is invoke:...
SETUP:
=====
---------------------------------
I am using ActiveMQ 5.0 with Spring 2.0.7 and I am using ActiveMQ schema based xbeans.
<beans xmlns="http://www.springframework.org/schema/beans"...
hi, I am using the ClassPathXmlApplicationContext to load my beans. But i have some set of beans that are usable in another application, so I extracted them out in a common xml. I am using XInclude...