Re: 4.2.0 karaf-assembly missing spring?

2018-04-10 Thread Jean-Baptiste Onofré
Good ;) Thanks for the update. Regards JB On 10/04/2018 08:16, nino martinez wael wrote: yeah I see, I were using an old cxf 3.0.2 after upgrading to 3.2.4 it assembles :) On Tue, Apr 10, 2018 at 8:09 AM, Jean-Baptiste Onofré > wrote:

Re: 4.2.0 karaf-assembly missing spring?

2018-04-10 Thread nino martinez wael
yeah I see, I were using an old cxf 3.0.2 after upgrading to 3.2.4 it assembles :) On Tue, Apr 10, 2018 at 8:09 AM, Jean-Baptiste Onofré wrote: > http-whiteboard feature version is 4.2.0 (as part of the standard features > repository), so, it's not in the range. > > The range

Re: 4.2.0 karaf-assembly missing spring?

2018-04-10 Thread Jean-Baptiste Onofré
http-whiteboard feature version is 4.2.0 (as part of the standard features repository), so, it's not in the range. The range should be [2,5). Regards JB On 10/04/2018 08:05, nino martinez wael wrote: hmm next level issue are: ERROR] Failed to execute goal

Re: 4.2.0 karaf-assembly missing spring?

2018-04-10 Thread nino martinez wael
hmm next level issue are: ERROR] Failed to execute goal org.apache.karaf.tooling:karaf-maven-plugin:4.2.0:assembly (default-assembly) on project ccadmin-karaf-assembly: Unable to build assembly: Could not find matching feature for http-whiteboard/[2,4) -> [Help 1] [ERROR] [ERROR] To see the full

Re: 4.2.0 karaf-assembly missing spring?

2018-04-10 Thread Jean-Baptiste Onofré
Yeah, probably. Regards JB On 10/04/2018 08:02, nino martinez wael wrote: And could see that it was the cxf feature that apparently requires the old spring.. On Tue, Apr 10, 2018 at 8:01 AM, nino martinez wael > wrote:

Re: 4.2.0 karaf-assembly missing spring?

2018-04-10 Thread nino martinez wael
And could see that it was the cxf feature that apparently requires the old spring.. On Tue, Apr 10, 2018 at 8:01 AM, nino martinez wael < nino.martinez.w...@gmail.com> wrote: > thanks:) > > On Tue, Apr 10, 2018 at 7:55 AM, Jean-Baptiste Onofré > wrote: > >> Hi Nino, >> >> the

Re: 4.2.0 karaf-assembly missing spring?

2018-04-10 Thread nino martinez wael
thanks:) On Tue, Apr 10, 2018 at 7:55 AM, Jean-Baptiste Onofré wrote: > Hi Nino, > > the spring "old" versions moved in spring-legacy features repository. > > So, you have to add spring-legacy repo: > > mvn:org.apache.karaf.features/spring-legacy/4.2.0/xml/features > >

Re: 4.2.0 karaf-assembly missing spring?

2018-04-09 Thread Jean-Baptiste Onofré
Hi Nino, the spring "old" versions moved in spring-legacy features repository. So, you have to add spring-legacy repo: mvn:org.apache.karaf.features/spring-legacy/4.2.0/xml/features Regards JB On 10/04/2018 07:50, nino martinez wael wrote: Hi when I try to use below i get this error: