Spring Jadbc declarative transaction management inside karaf

I have a project module that is created as an osgi package (spring -dm). Bundles are deployed in the karaf container. I have database interaction classes that are developed using spring-jdbc.

I can’t set up declarative transactions, can anyone share my experience / point me to a resource where I can get additional information.

Version Frames

Karaf: 2.2.9

Spring 3.1.2.RELEASE

Thanks in advance!

+5
source share
1 answer

There are quite a few sites that explain declarative transactions that can help you.

Spring JDBC on OSGi

Spring Example declarative transactions

Spring Declarative Transactions

Spring

+3

All Articles