I never ended up fixing this issue, looking at the thread you posted, I can't see anything different mentioned in the way to configure the WorkManager or the DMLCs to what I tried. What I ended up...
Type: Posts; User: jroper2; Keyword(s):
I never ended up fixing this issue, looking at the thread you posted, I can't see anything different mentioned in the way to configure the WorkManager or the DMLCs to what I tried. What I ended up...
Thanks for the reply, and thanks for updating the documentation. I got myself a little confused in my own post, I meant the other way around, rollback-for="MyBusinessWarningException" and...
The documentation is a little ambiguous as to how rollback-for and no-rollback-for are applied. For example, I have MyBusinessException, and MyBusinessWarningException, which inherits from...
Sara,
That's exactly the configuration I've tried (I posted the JmsTransactionManager configuration, but I've done both). I found though, according the Spring DEBUG, that a JTA transaction was...
Barath,
Once an application server gets an OutOfMemoryError, usually things then start going really weird, so any exceptions or log messages you get after that can all be attributed to the fact...
Just thought I'd add show you my configuration:
<!-- JMS transaction manager -->
<bean id="jmsTxManager" class="org.springframework.jms.connection.JmsTransactionManager">
<property...
Got another OutOfMemoryError last night, so the problems not fixed :( We're using Websphere Application Server 6.1, with Websphere MQ 6.0 as the JMS provider. I'm not 100% sure that its the DMLCs...
I had this problem too, upgrading to Spring 2.0.5 fixed it. I'm wondering though, I was getting OutOfMemoryErrors at random times (like 2am when nothing was happening), and as far as I could see,...