Search:

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

Search: Search took 0.01 seconds.

  1. found the solution

    I found the solution: just setting the sessionTransacted=true in the JmsTemplate was not enuogh. Somehow, JMS does not open a short lived local tx.
    So I inserted a transaction template around the...
  2. Exception thrown when trying to send event using JmsTemplate

    I have a Jta transaction opened, and I am doing different things inside (like db access within a tx template, etc).
    In case the Jta fails, there will be a rollback on the persistent objects, so that...
Results 1 to 2 of 2