You don't say which version of Spring/WebSphere you are using.
From Spring 2.1 there is support for a new WebSphereUOWTransactionManager that does allow suspend/resume semantics. This is...
Type: Posts; User: Sara_Mitchell; Keyword(s):
You don't say which version of Spring/WebSphere you are using.
From Spring 2.1 there is support for a new WebSphereUOWTransactionManager that does allow suspend/resume semantics. This is...
I have been looking through various threads ...
... especially Jeurgen Hoellers's comments (from 2004!) on thread ->...
No idea about JConsole, however have had JMX running ...
As per the Spring documentation, you define a MBeanExporter to which you add the MBeans you wish to managed by the JMX Server. Spring will...
Why can you not continue to use the Clustering support provided by WebSphere itself? You can deploy your Spring enabled war to a cluster. Take a look through the infocentre for your release of WAS...
Possibly a threading issue as quoted from this developerWorks article->
http://www-128.ibm.com/developerworks/websphere/techjournal/0609_alcott/0609_alcott.html
"Spring provides or integrates...
Hi Rob,
I assume you are running on Windows rather than zOS? I think you may have a threading issue here?
IBM currently recommends that applications should avoid using the Spring JMX...
I haven't worked on CE or Geronimo with Spring, but according to this series of articles it works ......
You will have the same problems with PROPAGATION_REQUIRES_NEW as you do with REQUIRES_NEW, as they drive the same behaviour. Essentially they cause Spring to drive suspend and resume without the...
Another thought is that this is being caused by a 'compromised' transaction manager.
Have you seen this DeveloperWorks article containing information on correct Transaction configuration for...
Take a look at either of these mechanisms available from WebSphere ...
...