Thanks for the info.
I solved the problem though, I removed the transaction control from the Container, so my bean looks like this now.
<bean...
Type: Posts; User: __colin; Keyword(s):
Thanks for the info.
I solved the problem though, I removed the transaction control from the Container, so my bean looks like this now.
<bean...
Perhaps this will be clearer. And I should of added this initially, sorry.
<bean class="org.springframework.jms.listener.DefaultMessageListenerContainer">
<property...
I forgot to mention, I'm using a JDBCTransactionManager and not a JTA one if that matters?
I'm using Spring to consume JMS messages. I've implemented the DefaultMessageListenerContainer and I'm also using the transactionManager property.
In the onMessage method I make a call to another...
This example seems great, I have one question though. When I log-off on one application I am not getting the POST message from CAS and yes I am using 3.1.1. I've noticed that a person has to...
Thanks for the reply, that seems to help just fine for my unit tests but it's still giving an error that class isn't found when I deploy in Tomcat.
Hi,
I'm having some problems when it comes to Unit testing and running my application as a webapp, using Spring 2.5rc1
My Spring config is as follows.
<bean id="sqlMapClient"...