简体   繁体   English

Spring中的Jdbc声明式事务管理在karaf中

[英]Spring Jdbc declarative transaction management within karaf

I have project module, which is getting built as a osgi bundle (spring-dm). 我有项目模块,它被构建为osgi包(spring-dm)。 Bundles are getting deployed in karaf container. 捆绑包正在karaf容器中部署。 I have database interaction classees, which are developed using spring-jdbc. 我有数据库交互classees,使用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 卡拉夫:2.2.9

Spring 3.1.2.RELEASE 春季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 OSGi中的Spring JDBC

Spring Declarative Transactions Example Spring声明式事务示例

Spring Declarative Transactions Spring声明式事务

Spring Declarative Transaction Management Spring声明式事务管理

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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