Alexey Romanov
Alexey Romanov

Reputation: 170919

Examples of Spring applications over Karaf

Are there publicly available examples of Spring applications in Karaf 2.2.x, in particular ones using @Repository and other Spring component annotations?

Upvotes: 3

Views: 455

Answers (1)

Achim Nierbeck
Achim Nierbeck

Reputation: 5285

If you want to use Spring and Karaf you're most probably bound to Spring DM version 1.2.1 and therefore also probably also bound to Spring 2.5.6. You're probably better of switching to blueprint.

Upvotes: 2

Related Questions