Hi Dario,

It's still there for the latest Spring version (4.3.x right now):

karaf@root()> feature:list |grep -i spring-orm

spring-orm │ 4.3.5.RELEASE_1 │ │ Uninstalled │ spring-4.1.0-SNAPSHOT │ Spring 4.3.x ORM support

However, if you want to use another version, we moved the "old" features in dedicated repository (spring-legacy and enterprise-legacy). You have to register the spring-legacy feature:

karaf@root()> feature:repo-add spring-legacy

Then you have all spring-orm feature:

karaf@root()> feature:list|grep -i spring-orm


spring-orm │ 4.3.5.RELEASE_1 │ │ Uninstalled │ spring-4.1.0-SNAPSHOT │ Spring 4.3.x ORM support spring-orm │ 3.1.4.RELEASE │ │ Uninstalled │ spring-legacy-4.1.0-SNAPSHOT │ Spring 3.1.x ORM support spring-orm │ 3.2.18.RELEASE_1 │ │ Uninstalled │ spring-legacy-4.1.0-SNAPSHOT │ Spring 3.2.x ORM support spring-orm │ 4.0.7.RELEASE_3 │ │ Uninstalled │ spring-legacy-4.1.0-SNAPSHOT │ Spring 4.0.x ORM support spring-orm │ 4.1.9.RELEASE_1 │ │ Uninstalled │ spring-legacy-4.1.0-SNAPSHOT │ Spring 4.1.x ORM support spring-orm │ 4.2.9.RELEASE_1 │ │ Uninstalled │ spring-legacy-4.1.0-SNAPSHOT │ Spring 4.2.x ORM support

Regards
JB

On 01/28/2017 06:53 PM, Dario Amiri wrote:
Seems like the spring-orm feature in the latest 4.1.0-SNAPSHOT is not
there anymore. Should I include this from a separate features file? If
so can you please point me in the right direction?

Thanks,

D


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to