简体   繁体   中英

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!!

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM