Search:

Type: Posts; User: potter_ru; Keyword(s):

Search: Search took 0.02 seconds.

  1. Race condition in SimpleMessageListenerContainer.stop()

    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...
  2. Replies
    3
    Views
    2,074

    You need to add jar containing...

    You need to add jar containing javax.transaction.TransactionManager class in WEB-INF/lib folder. Search for jta-1.0.1.jar or so.
  3. spring 2.0-m5 and MethodInvokingFactoryBean arguments types resolution problem

    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...
  4. Replies
    0
    Views
    1,511

    Can JTA and JMS work together ?

    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...
Results 1 to 4 of 4