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...
Type: Posts; User: visoo; Keyword(s):
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...
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...