5

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

Dhananjay
  • 3,903
  • 2
  • 29
  • 44

1 Answers1

3

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

Jeevan Patil
  • 6,029
  • 3
  • 33
  • 50