Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,279

    Defining a new auto-proxy creator

    Hi,

    I would like to expose services (classes that implement an interface called Service) using RMI. I can export them one by one using RmiServiceExporter, but in order to avoid bloating the XML...
  2. "The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION"

    Hi,

    I have a few nested transactions (declared by marking methods @Transactional, setting the propagation to NESTED), and trying to execute updates using JdbcTemplate.execute(). The problem is...
Results 1 to 2 of 2