Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    26,360

    If you're deploying an unexploded war file, make...

    If you're deploying an unexploded war file, make sure you have set the context parameter "log4jExposeWebAppRoot" to false, otherwise the Log4jConfigurer will throw an exception while trying to get...
  2. Replies
    3
    Views
    784

    Sorry for not being clear. I know how to set the...

    Sorry for not being clear. I know how to set the isolation level with @Transactional, but I'd like to set the default isolation level so that I don't need to do it with each use of @Transactional. I...
  3. Replies
    1
    Views
    822

    Will Spring close the connection for me?

    Hi,

    I am using a transaction manager and using @Transactional to mark some methods. This is working fine. The connection is closed at the end of the transaction. But what if there is a...
  4. Replies
    3
    Views
    784

    How to set the default isolation level?

    Hi,

    I know that one can set the default isolation level using <tx:advice>, but I am using @Transactional annotations and don't know how to achieve the same effect. Thanks for any info!
Results 1 to 4 of 4