block « Transaction « Spring Q&A





1. How to block LDAP user account in spring security without locking the LDAP user?    stackoverflow.com

I'm new to Spring Security. In my application authentication is done through Ldap.After Ldap authentication I want to handle failure and success events on login. I want to track login count ...

2. catch block transaction boundaries    forum.springsource.org

catch block transaction boundaries I have a service method which is executing some code and it runs in to some run time exception, which the code is trying to handle with ...

3. Blocking all tables in Hibernate transaction?    forum.springsource.org

Blocking all tables in Hibernate transaction? Hello I am using Spring 1.2.6, Hibernate 3.1rc3, Struts. I have a task to drop and create all database tables and load data into database ...

4. JTA transaction behaviour in try-catch-finally block.    forum.springsource.org

Mar 10th, 2008, 10:45 PM #1 JSRamos View Profile View Forum Posts Private Message Member Join Date Jun 2005 Location Mxico City Posts 47 JTA transaction behaviour in try-catch-finally block. Good ...

5. Transaction Rollback Block With Exception    forum.springsource.org

Transaction Rollback Block With Exception Hi to everyone, When I read spring spring-framework-reference.pdf I see that @Transactional annotation default behevior is that: "Any RuntimeException triggers rollback, and any checked Exception does ...