Hello JB,
Tested with 3.4.0, the same problem.
15:52:58.788 [main] INFO o.o.pax.exam.spi.DefaultExamSystem - Pax Exam
System (Version: 3.4.0) created.
......
2014-06-22 15:54:17,775 | 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-22 14:37 GMT+08:00 Jean-Baptiste Onofré <[email protected]>:
> Could you try with 3.4.0 ?
>
> Thanks,
> Regards
> JB
>
>
> On 06/22/2014 08:08 AM, Ken Longnan wrote:
>
>> I am using pax-exam 3.5.0
>>
>> 2014-6-22 下午1:54于 "Jean-Baptiste Onofré" <[email protected]
>> <mailto:[email protected]>>写道:
>>
>>
>> Hi Ken,
>>
>> what's the Pax Exam version ?
>>
>> Regards
>> JB
>>
>> On 06/22/2014 06:01 AM, Ken Longnan wrote:
>>
>> Thanks JB, Charlie,
>>
>> I try to remove version and run again, no error message of install
>> 'spring' feature, why?
>> features(
>>
>> maven().groupId("org.apache.__karaf.assemblies.features").__
>> artifactId("enterprise").type(__"xml")
>>
>> .classifier("features").__version("2.3.5"),
>> "transaction", "jndi", "jpa", "spring"),
>>
>> And I try to change to "standard" xml feature like below:
>> features(
>>
>> maven().groupId("org.apache.__karaf.assemblies.features").__
>> artifactId("standard").type("__xml")
>>
>> .classifier("features").__version("2.3.5"),
>>
>> "spring/3.2.4.RELEASE"),
>>
>> But still encounter same problem:
>> 2014-06-22 11:56:55,448 | 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
>>
>> Anything wrong?
>>
>> BR,
>>
>> Ken
>>
>>
>>
>>
>> 2014-06-21 22:50 GMT+08:00 Jean-Baptiste Onofré <[email protected]
>> <mailto:[email protected]>
>> <mailto:[email protected] <mailto:[email protected]>>>:
>>
>>
>> Hi Ken,
>>
>> For Karaf 2.x, the spring feature is part of the standard
>> descriptor, not the enterprise one.
>>
>> Regards
>> JB
>>
>>
>> On 06/20/2014 05:49 PM, Ken Longnan wrote:
>>
>> 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
>>
>>
>> --
>> Jean-Baptiste Onofré
>> [email protected] <mailto:[email protected]>
>> <mailto:[email protected] <mailto:[email protected]>>
>>
>> http://blog.nanthrax.net
>> Talend - http://www.talend.com
>>
>>
>>
>> --
>> Jean-Baptiste Onofré
>> [email protected] <mailto:[email protected]>
>> http://blog.nanthrax.net
>> Talend - http://www.talend.com
>>
>>
> --
> Jean-Baptiste Onofré
> [email protected]
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>