Spring's @Transactional does not rollback on checked exceptions

We’re using the Spring Framework in most of our applications (and thus also in the Cloudflight Platform) and are really satisfied with it. One of the big advantages is the the declarative transaction handling using the @Transactional attribute. impor...