Search:

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

Search: Search took 0.03 seconds.

  1. common application context for multiple web apps

    Hi,

    At my current job There are close to 20 different web applications as part of a single service. the applications are currently being deployed to weblogic 10.3 cluster as separate WAR files...
  2. Replies
    5
    Views
    1,407

    My transaction is already in flight. I am using a...

    My transaction is already in flight. I am using a transacted ListenerContainer that starts the XA transaction before pulling the message from the queue and then invokes my handler's onMessage:

    ...
  3. Replies
    5
    Views
    1,407

    Hi Dave, Thanks for the advice :) I do not...

    Hi Dave, Thanks for the advice :)
    I do not understand why I need the stateful interceptor. even though I do have a transaction I do not expect it to roll back on each retry. only when retry is...
  4. Replies
    5
    Views
    1,407

    Retry Interceptor issue

    I'm trying to implement a simple retry-logic around a method call:



    <bean id="retryInterceptor" class="org.springframework.batch.retry.interceptor.RetryOperationsInterceptor">
    ...
Results 1 to 4 of 4