Ole,
I'm much interested in knowing how his is done code wise. I'm writing an app using eclipse RCP and I want to use spring for data and jms stuff. Please provide the code that shows how you got...
Type: Posts; User: mubashir; Keyword(s):
Ole,
I'm much interested in knowing how his is done code wise. I'm writing an app using eclipse RCP and I want to use spring for data and jms stuff. Please provide the code that shows how you got...
In doReceive method of JmsTemplate class every message is acknowledged regardless of what SessionAcknowledgeMode property is set. It caused exception when I used Websphere MQ with...
Thanks a lot Tim and Omar. Worked fine for me indeed with org.springframework.beans.factory.config.FieldRetrievingFactoryBean.
I confirm that it does work with primitives too not just objects....
I guess this is not a place to ask newbie questions. Can someone please tell me where I can direct newbie questions?
Thanks
Hi,
I'm really very new to spring. Infact I'm writing my first program in spring.
I have to set a bean property in bean configuration xml file with a value that is defined in as a public static...