Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring Jdbc declarative transaction management within karaf

I have project module, which is getting built as a osgi bundle (spring-dm). Bundles are getting deployed in karaf container. I have database interaction classees, which are developed using spring-jdbc.

I am not able to setup declarative transactions, can someone share experience / point me to resource where I can get more information.

Frameworks with version

Karaf : 2.2.9

Spring 3.1.2.RELEASE

Thanks in advance!!

like image 329
Dhananjay Avatar asked Oct 22 '22 15:10

Dhananjay


1 Answers

There are quite a few sites where declarative transactions are explained, those might help you.

Spring JDBC in OSGi

Spring Declarative Transactions Example

Spring Declarative Transactions

Spring Declarative Transaction Management

like image 76
Jeevan Patil Avatar answered Nov 03 '22 22:11

Jeevan Patil