Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有项目模块,它正在构建为 osgi 包(spring-dm)。捆绑包被部署在 karaf 容器中。我有数据库交互类,它们是使用 spring-jdbc 开发的。
我无法设置声明性交易,有人可以分享经验/指向我可以获得更多信息的资源。
带版本的框架
卡拉夫:2.2.9
Spring 3.1.2.RELEASE
提前致谢!!
有很多网站解释了声明性事务,这些可能会对您有所帮助。
OSGi 中的 Spring JDBC
Spring 声明式事务示例
Spring 声明式事务
Spring 声明式事务管理