Hi Ken, Karaf 2.3.5 enterprise feature does not includes spring feature: http://central.maven.org/maven2/org/apache/karaf/assemblies/features/enterprise/2.3.5/enterprise-2.3.5-features.xml . The standard one do: http://central.maven.org/maven2/org/apache/karaf/assemblies/features/standard/2.3.5/standard-2.3.5-features.xml
Regards, 2014-06-21 13:55 GMT+02:00 Ken Longnan <[email protected]>: > Hi Lukasz, > > I paste error log below: > 2014-06-21 19:49:58,079 | ERROR | FelixStartLevel | FeaturesServiceImpl > | res.internal.FeaturesServiceImpl 1219 | 45 - > org.apache.karaf.features.core - 2.3.5 | Error installing boot feature > spring/3.2.4.RELEASE: feature not found > > BR, > > Ken > > > 2014-06-21 4:58 GMT+08:00 Łukasz Dywicki <[email protected]>: > > Ken, >> From semantic point of view it looks fine. Do you have any log entries >> produced by Karaf? >> >> Please try adding DEBUG option for org.apache.karaf.features category. >> >> Best regards, >> Lukasz >> >> >> 2014-06-20 17:49 GMT+02:00 Ken Longnan <[email protected]>: >> >> Hi, >>> >>> I want to start feature spring version 3.2.4.RELEASE in PAX-EXAM. >>> >>> I try to do following way, but it doesn't working: >>> features( >>> >>> maven().groupId("org.apache.karaf.assemblies.features").artifactId("enterprise").type("xml") >>> .classifier("features").version("2.3.5"), >>> "transaction", "jndi", "jpa", >>> "spring/3.2.4.RELEASE"), >>> >>> How to archive it? >>> >>> Thanks & BR, >>> >>> Ken >>> >> >> > -- Charlie Mordant Full OSGI/EE stack made with Karaf: https://github.com/OsgiliathEnterprise/net.osgiliath.parent
