Hello,
In our tests we found that sometimes calling stop() on SimpleMessageListenerContainer locks.
Looking at JVM threads dump we discover that stop() called from "main" thread hold lock on...
Type: Posts; User: potter_ru; Keyword(s):
Hello,
In our tests we found that sometimes calling stop() on SimpleMessageListenerContainer locks.
Looking at JVM threads dump we discover that stop() called from "main" thread hold lock on...
You need to add jar containing javax.transaction.TransactionManager class in WEB-INF/lib folder. Search for jta-1.0.1.jar or so.
Hello, all
Today I tried to run our Spring-based application under 2.0-m5 and
got error with such MethodInvokingFactoryBean:
<bean id="init-log4j"
class...
Hello.
I'm trying to understand how JmsTemplate bean can take part in JTA Global transaction. In JmsTemplate.java from org.springframework.org.jms.core package I found two places with...