My application is not web based. It consists of multiple modules listening on a jms message bus and acting on messages as they pass through the system.
I solved the problem for most of the modules...
Type: Posts; User: croftj; Keyword(s):
My application is not web based. It consists of multiple modules listening on a jms message bus and acting on messages as they pass through the system.
I solved the problem for most of the modules...
Hi Malhar,
From my understanding, you can do your app in spring w/o the EJB. I don't know how Struts fits in though.
I would assume, that if you do not have, nor ever plan to have other EJB...
I have written an application which is comprised of a number of Singletons. I have the main object which starts them all off using either a FileSystemXmlApplicationContext object or an...
And there's more! If you create a classes directory under the WEB-INF directory with your classes proplery pathed (com/tollgrade/package/...) you can then place the xml files you need in the classes...
I've written an application centered around JMS. I've changed it to run withing the Spring container though I do not use any Spring specific calls or objects. I'm now tasked with having it run under...
First I want to thank everyone for their lack of response to mine as well as the other similar questions going back a ways that I found.
On the upside, I found the answer. For those who may be...
I get the following exception from jboss when I start my app using hibernate.
...org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hibernateTemplate' defined...