Results 1 to 2 of 2

Thread: Is 'Should roll back transaction but cannot ' warning real?

  1. #1
    Join Date
    Apr 2005
    Posts
    14

    Default Is 'Should roll back transaction but cannot ' warning real?

    Hi.

    DB: Sybase
    Appserver: Weblogic 8.1
    Spring: 1.1.5

    I am wrapping one of the method calls in a transactional context in a TransactionProxyFactoryBean with a PROPAGATION_NOT_SUPPORTED attribute. This is to suspend the transaction for this particular method call.

    If this method call fails I we get the following warning from the proxy:
    jta.WebLogicJtaTransactionManager - Should roll back transaction but cannot - no transaction available

    Is this something to worry about ?

    Kind regards
    Chr

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Check out the sources and see what are the conditions for this warning. Anyway, considering it's just a warning and not an exception, this message should not be considered fatal.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Similar Threads

  1. Unit testing with JOTM and JtaTransactionManager
    By lalle in forum Architecture
    Replies: 1
    Last Post: Oct 15th, 2005, 09:05 AM
  2. Hibernate - Transaction Doesnot roll back
    By amit_shah25 in forum Data
    Replies: 4
    Last Post: Mar 21st, 2005, 10:49 AM
  3. Replies: 3
    Last Post: Nov 19th, 2004, 07:16 PM
  4. Replies: 1
    Last Post: Sep 3rd, 2004, 03:04 AM
  5. Transaction pb Hibernate/MySQL
    By syluser in forum Data
    Replies: 2
    Last Post: Aug 28th, 2004, 02:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •