I am using pax-exam 3.5.0
2014-6-22 下午1:54于 "Jean-Baptiste Onofré" <[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]>>:
>>
>>     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]>
>>     http://blog.nanthrax.net
>>     Talend - http://www.talend.com
>>
>>
>>
> --
> Jean-Baptiste Onofré
> [email protected]
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>

Reply via email to