Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,265

    You don't say which version of Spring/WebSphere...

    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...
  2. I have been looking through various threads ... ...

    I have been looking through various threads ...

    ... especially Jeurgen Hoellers's comments (from 2004!) on thread ->...
  3. Replies
    3
    Views
    10,971

    No idea about JConsole, however have had JMX...

    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...
  4. Replies
    9
    Views
    1,515

    Why can you not continue to use the Clustering...

    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...
  5. Replies
    22
    Views
    6,481

    Possibly a threading issue as quoted from this...

    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...
  6. Hi Rob, I assume you are running on Windows...

    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...
  7. Replies
    5
    Views
    2,164

    I haven't worked on CE or Geronimo with Spring,...

    I haven't worked on CE or Geronimo with Spring, but according to this series of articles it works ......
  8. Replies
    7
    Views
    1,563

    You will have the same problems with...

    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...
  9. Replies
    7
    Views
    1,563

    Another thought is that this is being caused by a...

    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...
  10. Replies
    12
    Views
    2,251

    Take a look at either of these mechanisms...

    Take a look at either of these mechanisms available from WebSphere ...
    ...
Results 1 to 10 of 10