You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by achi1955 <tr...@saona.de> on 2017/03/23 07:35:54 UTC

camelContext not found in karaf 4.1.0

I am working for years with Camel and Karaf on RaspberyPi without problems.
Last version I used is Karaf 4.0.8 and Camel 2.17.2. I installed my bundle
into Karaf 4.1.0 and there was no reaction - no error messages , but no
reaction on my camelContext (META-INF/spring/camel-context.xml). I did not
found feature spring-dm, but it was not possible to install.

Are there any changes by by deployment or is there something to install
additionaly?
please help



--
View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camelContext not found in karaf 4.1.0

Posted by achi1955 <tr...@saona.de>.
Hi I am running karaf 4.1.0 and camel 2.18.3 on raspberyPi I think my problem is that I have to mix different Spring versions 3 and 4 as Cristian said. with Karaf 4.0.8 and camel 2.17.2 I have no problems, so I will stay there for a while … Plamen&nbsp; On 23 Mar 2017, at 17:18, mtod09 [via Camel] &lt; ml-node+s465427n5796042h42@n5.nabble.com &gt; wrote: 

	Hmm checking the Camel FAQ web site I come up with this:
Important changes to consider when upgrading
Java 1.8 is now required.
Karaf 2.4.x is no longer supported. Karaf 4.x is the primary supported OSGi platform. Jetty 8.x is no longer supported and camel-jetty8 has been removed
spring 4.0 is no longer supported and camel-test-spring40 has been removed
spring 3.x is no longer supported
Upgraded to Spring 4.3.x and Spring Boot 1.4.x
http://camel.apache.org/camel-2180-release.html So I guess I'm ok.
Mike

	
	
	
	
	
	
	
		If you reply to this email, your message will be added to the discussion below: 
		http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796042.html 
	
	
		
		To unsubscribe from camelContext not found in karaf 4.1.0, click here . 
		NAML 
	



--
View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796062.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camelContext not found in karaf 4.1.0

Posted by mtod09 <mt...@thetods.net>.
Hmm checking the Camel FAQ web site I come up with this:

Important changes to consider when upgrading
Java 1.8 is now required.
*Karaf 2.4.x is no longer supported. Karaf 4.x is the primary supported OSGi
platform.*
Jetty 8.x is no longer supported and camel-jetty8 has been removed
spring 4.0 is no longer supported and camel-test-spring40 has been removed
spring 3.x is no longer supported
Upgraded to Spring 4.3.x and Spring Boot 1.4.x

http://camel.apache.org/camel-2180-release.html

So I guess I'm ok.

Mike



--
View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796042.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camelContext not found in karaf 4.1.0

Posted by mtod09 <mt...@thetods.net>.
I'm running into a few issues also.

I'm running Karaf 4.1.0 and Camel 2.18.3 on AWS.

What are the current approved versions?

Mike



--
View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796041.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camelContext not found in karaf 4.1.0

Posted by Christian Schneider <ch...@die-schneider.net>.
That is a good question. I think the current state is not good as mixing 
spring 3 and 4 simply does not seem to work.
I will ask in a separate thread what the plans are.

Christian

On 23.03.2017 12:44, achi1955 wrote:
> Hi
>
> will this problem be fixed in the future versions or I really have to migrate to blueprint
>
> Regards
> Plamen Traianov
>
>
>
>> On 23 Mar 2017, at 11:54, Christian Schneider [via Camel] <ml...@n5.nabble.com> wrote:
>>
>> You can fix this error by adding the spring legacy repo.
>> features:repo-add spring-legacy 4.1.0
>> It provides older versions of spring.
>>
>> Unfortunately camel-spring-dm (2.18) still will not fully work.
>>
>> The problem is that camel-spring-dm requires spring 3 while the rest of
>> the camel components requires spring 4.
>> So in the end both spring versions get installed and it does not work.
>>
>> So for camel 2.18 you have to move from spring dm to blueprint.
>>
>> Christian
>>
>> On 23.03.2017 10:01, achi1955 wrote:
>>
>>> Hi,
>>>
>>> now  I get:
>>>
>>> Error executing command: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=camel-spring-dm; type=karaf.feature; version="[2.18.3,2.18.3]"; filter:="(&(osgi.identity=camel-spring-dm)(type=karaf.feature)(version>=2.18.3)(version<=2.18.3))" [caused by: Unable to resolve camel-spring-dm/2.18.3: missing requirement [camel-spring-dm/2.18.3] osgi.identity; osgi.identity=spring-dm; type=karaf.feature; version="[1.2.0,2.0.0)"]
>>>
>>>
>>> probably something is missing, I installed feature: spring, camel-spring
>>> but as a tried camel-spring-dm I've got the message from above
>>>
>>>
>>> Plamen
>>>
>>>> On 23 Mar 2017, at 09:40, Claus Ibsen-2 [via Camel] <[hidden email] <x-msg://7/user/SendEmail.jtp?type=node&node=5796021&i=0>> wrote:
>>>>
>>>> That is in Camel 2.18 onwards
>>>> https://github.com/apache/camel/blob/camel-2.18.x/platforms/karaf/features/src/main/resources/features.xml#L71 <https://github.com/apache/camel/blob/camel-2.18.x/platforms/karaf/features/src/main/resources/features.xml#L71> <https://github.com/apache/camel/blob/camel-2.18.x/platforms/karaf/features/src/main/resources/features.xml#L71 <https://github.com/apache/camel/blob/camel-2.18.x/platforms/karaf/features/src/main/resources/features.xml#L71>>
>>>>
>>>> But mind Karaf 4.1.x is not officially supported for Camel. Its a new
>>>> release and it changed a fair amount of stuff that can break stuff.
>>>> Use it with caution.
>>>>
>>>> On Thu, Mar 23, 2017 at 9:23 AM, achi1955 <[hidden email] <x-msg://5/user/SendEmail.jtp?type=node&node=5795999&i=0 <x-msg://5/user/SendEmail.jtp?type=node&node=5795999&i=0>>> wrote:
>>>>
>>>>> Hi
>>>>>
>>>>> it says:
>>>>>
>>>>> Error executing command: No matching features for camel-spring-dm/0.0.0
>>>>>
>>>>> achi1955
>>>>> Plamen Traianov
>>>>>
>>>>>
>>>>>> On 23 Mar 2017, at 09:12, Claus Ibsen-2 [via Camel] <[hidden email] <x-msg://5/user/SendEmail.jtp?type=node&node=5795999&i=1 <x-msg://5/user/SendEmail.jtp?type=node&node=5795999&i=1>>> wrote:
>>>>>>
>>>>>> Try install camel-spring-dm feature
>>>>>>
>>>>>> On Thu, Mar 23, 2017 at 8:35 AM, achi1955 <[hidden email] <x-msg://3/user/SendEmail.jtp?type=node&node=5795996&i=0 <x-msg://3/user/SendEmail.jtp?type=node&node=5795996&i=0>>> wrote:
>>>>>>
>>>>>>> I am working for years with Camel and Karaf on RaspberyPi without problems.
>>>>>>> Last version I used is Karaf 4.0.8 and Camel 2.17.2. I installed my bundle
>>>>>>> into Karaf 4.1.0 and there was no reaction - no error messages , but no
>>>>>>> reaction on my camelContext (META-INF/spring/camel-context.xml). I did not
>>>>>>> found feature spring-dm, but it was not possible to install.
>>>>>>>
>>>>>>> Are there any changes by by deployment or is there something to install
>>>>>>> additionaly?
>>>>>>> please help
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> -- 
>>>>>>> View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html>> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html>>>
>>>>>>> Sent from the Camel - Users mailing list archive at Nabble.com <http://nabble.com/>.
>>>>>>
>>>>>> -- 
>>>>>> Claus Ibsen
>>>>>> -----------------
>>>>>> http://davsclaus.com <http://davsclaus.com/> <http://davsclaus.com/ <http://davsclaus.com/>> <http://davsclaus.com/ <http://davsclaus.com/> <http://davsclaus.com/ <http://davsclaus.com/>>> @davsclaus
>>>>>> Camel in Action 2: https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2> <https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2>> <https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2> <https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2>>>
>>>>>>
>>>>>>
>>>>>> If you reply to this email, your message will be added to the discussion below:
>>>>>> http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html>> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html>>>
>>>>>> To unsubscribe from camelContext not found in karaf 4.1.0, click here <
>>>>>> NAML < <applewebdata://6726EFFB-F514-4387-8B84-4F3D19656FF7 <applewebdata://6726EFFB-F514-4387-8B84-4F3D19656FF7>>http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>>>
>>>>>
>>>>>
>>>>> -- 
>>>>> View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795997.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795997.html> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795997.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795997.html>>
>>>>> Sent from the Camel - Users mailing list archive at Nabble.com <http://nabble.com/>.
>>>>
>>>> -- 
>>>> Claus Ibsen
>>>> -----------------
>>>> http://davsclaus.com <http://davsclaus.com/> <http://davsclaus.com/ <http://davsclaus.com/>> @davsclaus
>>>> Camel in Action 2: https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2> <https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2>>
>>>>
>>>>
>>>> If you reply to this email, your message will be added to the discussion below:
>>>> http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795999.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795999.html> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795999.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795999.html>>
>>>> To unsubscribe from camelContext not found in karaf 4.1.0, click here <
>>>> NAML < <applewebdata://7E4D733F-F297-4664-82D9-DFBE98CBAACE>http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>>
>>>
>>>
>>> -- 
>>> View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796000.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796000.html>
>>> Sent from the Camel - Users mailing list archive at Nabble.com <http://nabble.com/>.
>>
>> -- 
>> Christian Schneider
>> http://www.liquid-reality.de <http://www.liquid-reality.de/>
>>
>> Open Source Architect
>> http://www.talend.com <http://www.talend.com/>
>>
>>
>>
>> If you reply to this email, your message will be added to the discussion below:
>> http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796021.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796021.html>
>> To unsubscribe from camelContext not found in karaf 4.1.0, click here <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5795994&code=dHJhaWFub3ZAc2FvbmEuZGV8NTc5NTk5NHwxMzQ5MTg0NzYz>.
>> NAML <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796023.html
> Sent from the Camel - Users mailing list archive at Nabble.com.


-- 
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
http://www.talend.com



Re: camelContext not found in karaf 4.1.0

Posted by achi1955 <tr...@saona.de>.
Hi

will this problem be fixed in the future versions or I really have to migrate to blueprint

Regards
Plamen Traianov



> On 23 Mar 2017, at 11:54, Christian Schneider [via Camel] <ml...@n5.nabble.com> wrote:
> 
> You can fix this error by adding the spring legacy repo. 
> features:repo-add spring-legacy 4.1.0 
> It provides older versions of spring. 
> 
> Unfortunately camel-spring-dm (2.18) still will not fully work. 
> 
> The problem is that camel-spring-dm requires spring 3 while the rest of 
> the camel components requires spring 4. 
> So in the end both spring versions get installed and it does not work. 
> 
> So for camel 2.18 you have to move from spring dm to blueprint. 
> 
> Christian 
> 
> On 23.03.2017 10:01, achi1955 wrote:
> 
> > Hi, 
> > 
> > now  I get: 
> > 
> > Error executing command: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=camel-spring-dm; type=karaf.feature; version="[2.18.3,2.18.3]"; filter:="(&(osgi.identity=camel-spring-dm)(type=karaf.feature)(version>=2.18.3)(version<=2.18.3))" [caused by: Unable to resolve camel-spring-dm/2.18.3: missing requirement [camel-spring-dm/2.18.3] osgi.identity; osgi.identity=spring-dm; type=karaf.feature; version="[1.2.0,2.0.0)"] 
> > 
> > 
> > probably something is missing, I installed feature: spring, camel-spring 
> > but as a tried camel-spring-dm I've got the message from above 
> > 
> > 
> > Plamen 
> > 
> >> On 23 Mar 2017, at 09:40, Claus Ibsen-2 [via Camel] <[hidden email] <x-msg://7/user/SendEmail.jtp?type=node&node=5796021&i=0>> wrote: 
> >> 
> >> That is in Camel 2.18 onwards 
> >> https://github.com/apache/camel/blob/camel-2.18.x/platforms/karaf/features/src/main/resources/features.xml#L71 <https://github.com/apache/camel/blob/camel-2.18.x/platforms/karaf/features/src/main/resources/features.xml#L71> <https://github.com/apache/camel/blob/camel-2.18.x/platforms/karaf/features/src/main/resources/features.xml#L71 <https://github.com/apache/camel/blob/camel-2.18.x/platforms/karaf/features/src/main/resources/features.xml#L71>> 
> >> 
> >> But mind Karaf 4.1.x is not officially supported for Camel. Its a new 
> >> release and it changed a fair amount of stuff that can break stuff. 
> >> Use it with caution. 
> >> 
> >> On Thu, Mar 23, 2017 at 9:23 AM, achi1955 <[hidden email] <x-msg://5/user/SendEmail.jtp?type=node&node=5795999&i=0 <x-msg://5/user/SendEmail.jtp?type=node&node=5795999&i=0>>> wrote: 
> >> 
> >>> Hi 
> >>> 
> >>> it says: 
> >>> 
> >>> Error executing command: No matching features for camel-spring-dm/0.0.0 
> >>> 
> >>> achi1955 
> >>> Plamen Traianov 
> >>> 
> >>> 
> >>>> On 23 Mar 2017, at 09:12, Claus Ibsen-2 [via Camel] <[hidden email] <x-msg://5/user/SendEmail.jtp?type=node&node=5795999&i=1 <x-msg://5/user/SendEmail.jtp?type=node&node=5795999&i=1>>> wrote: 
> >>>> 
> >>>> Try install camel-spring-dm feature 
> >>>> 
> >>>> On Thu, Mar 23, 2017 at 8:35 AM, achi1955 <[hidden email] <x-msg://3/user/SendEmail.jtp?type=node&node=5795996&i=0 <x-msg://3/user/SendEmail.jtp?type=node&node=5795996&i=0>>> wrote: 
> >>>> 
> >>>>> I am working for years with Camel and Karaf on RaspberyPi without problems. 
> >>>>> Last version I used is Karaf 4.0.8 and Camel 2.17.2. I installed my bundle 
> >>>>> into Karaf 4.1.0 and there was no reaction - no error messages , but no 
> >>>>> reaction on my camelContext (META-INF/spring/camel-context.xml). I did not 
> >>>>> found feature spring-dm, but it was not possible to install. 
> >>>>> 
> >>>>> Are there any changes by by deployment or is there something to install 
> >>>>> additionaly? 
> >>>>> please help 
> >>>>> 
> >>>>> 
> >>>>> 
> >>>>> -- 
> >>>>> View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html>> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html>>> 
> >>>>> Sent from the Camel - Users mailing list archive at Nabble.com <http://nabble.com/>. 
> >>>> 
> >>>> 
> >>>> -- 
> >>>> Claus Ibsen 
> >>>> ----------------- 
> >>>> http://davsclaus.com <http://davsclaus.com/> <http://davsclaus.com/ <http://davsclaus.com/>> <http://davsclaus.com/ <http://davsclaus.com/> <http://davsclaus.com/ <http://davsclaus.com/>>> @davsclaus 
> >>>> Camel in Action 2: https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2> <https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2>> <https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2> <https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2>>> 
> >>>> 
> >>>> 
> >>>> If you reply to this email, your message will be added to the discussion below: 
> >>>> http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html>> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html>>> 
> >>>> To unsubscribe from camelContext not found in karaf 4.1.0, click here < 
> >>>> NAML < <applewebdata://6726EFFB-F514-4387-8B84-4F3D19656FF7 <applewebdata://6726EFFB-F514-4387-8B84-4F3D19656FF7>>http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>>> 
> >>> 
> >>> 
> >>> 
> >>> -- 
> >>> View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795997.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795997.html> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795997.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795997.html>> 
> >>> Sent from the Camel - Users mailing list archive at Nabble.com <http://nabble.com/>. 
> >> 
> >> 
> >> -- 
> >> Claus Ibsen 
> >> ----------------- 
> >> http://davsclaus.com <http://davsclaus.com/> <http://davsclaus.com/ <http://davsclaus.com/>> @davsclaus 
> >> Camel in Action 2: https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2> <https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2>> 
> >> 
> >> 
> >> If you reply to this email, your message will be added to the discussion below: 
> >> http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795999.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795999.html> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795999.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795999.html>> 
> >> To unsubscribe from camelContext not found in karaf 4.1.0, click here < 
> >> NAML < <applewebdata://7E4D733F-F297-4664-82D9-DFBE98CBAACE>http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>> 
> > 
> > 
> > 
> > -- 
> > View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796000.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796000.html>
> > Sent from the Camel - Users mailing list archive at Nabble.com <http://nabble.com/>.
> 
> 
> -- 
> Christian Schneider 
> http://www.liquid-reality.de <http://www.liquid-reality.de/>
> 
> Open Source Architect 
> http://www.talend.com <http://www.talend.com/>
> 
> 
> 
> If you reply to this email, your message will be added to the discussion below:
> http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796021.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796021.html>
> To unsubscribe from camelContext not found in karaf 4.1.0, click here <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5795994&code=dHJhaWFub3ZAc2FvbmEuZGV8NTc5NTk5NHwxMzQ5MTg0NzYz>.
> NAML <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>




--
View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796023.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camelContext not found in karaf 4.1.0

Posted by Christian Schneider <ch...@die-schneider.net>.
You can fix this error by adding the spring legacy repo.
features:repo-add spring-legacy 4.1.0
It provides older versions of spring.

Unfortunately camel-spring-dm (2.18) still will not fully work.

The problem is that camel-spring-dm requires spring 3 while the rest of 
the camel components requires spring 4.
So in the end both spring versions get installed and it does not work.

So for camel 2.18 you have to move from spring dm to blueprint.

Christian

On 23.03.2017 10:01, achi1955 wrote:
> Hi,
>
> now  I get:
>
> Error executing command: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=camel-spring-dm; type=karaf.feature; version="[2.18.3,2.18.3]"; filter:="(&(osgi.identity=camel-spring-dm)(type=karaf.feature)(version>=2.18.3)(version<=2.18.3))" [caused by: Unable to resolve camel-spring-dm/2.18.3: missing requirement [camel-spring-dm/2.18.3] osgi.identity; osgi.identity=spring-dm; type=karaf.feature; version="[1.2.0,2.0.0)"]
>
>
> probably something is missing, I installed feature: spring, camel-spring
> but as a tried camel-spring-dm I've got the message from above
>
>
> Plamen
>
>> On 23 Mar 2017, at 09:40, Claus Ibsen-2 [via Camel] <ml...@n5.nabble.com> wrote:
>>
>> That is in Camel 2.18 onwards
>> https://github.com/apache/camel/blob/camel-2.18.x/platforms/karaf/features/src/main/resources/features.xml#L71 <https://github.com/apache/camel/blob/camel-2.18.x/platforms/karaf/features/src/main/resources/features.xml#L71>
>>
>> But mind Karaf 4.1.x is not officially supported for Camel. Its a new
>> release and it changed a fair amount of stuff that can break stuff.
>> Use it with caution.
>>
>> On Thu, Mar 23, 2017 at 9:23 AM, achi1955 <[hidden email] <x-msg://5/user/SendEmail.jtp?type=node&node=5795999&i=0>> wrote:
>>
>>> Hi
>>>
>>> it says:
>>>
>>> Error executing command: No matching features for camel-spring-dm/0.0.0
>>>
>>> achi1955
>>> Plamen Traianov
>>>
>>>
>>>> On 23 Mar 2017, at 09:12, Claus Ibsen-2 [via Camel] <[hidden email] <x-msg://5/user/SendEmail.jtp?type=node&node=5795999&i=1>> wrote:
>>>>
>>>> Try install camel-spring-dm feature
>>>>
>>>> On Thu, Mar 23, 2017 at 8:35 AM, achi1955 <[hidden email] <x-msg://3/user/SendEmail.jtp?type=node&node=5795996&i=0>> wrote:
>>>>
>>>>> I am working for years with Camel and Karaf on RaspberyPi without problems.
>>>>> Last version I used is Karaf 4.0.8 and Camel 2.17.2. I installed my bundle
>>>>> into Karaf 4.1.0 and there was no reaction - no error messages , but no
>>>>> reaction on my camelContext (META-INF/spring/camel-context.xml). I did not
>>>>> found feature spring-dm, but it was not possible to install.
>>>>>
>>>>> Are there any changes by by deployment or is there something to install
>>>>> additionaly?
>>>>> please help
>>>>>
>>>>>
>>>>>
>>>>> -- 
>>>>> View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html>>
>>>>> Sent from the Camel - Users mailing list archive at Nabble.com.
>>>>
>>>>
>>>> -- 
>>>> Claus Ibsen
>>>> -----------------
>>>> http://davsclaus.com <http://davsclaus.com/> <http://davsclaus.com/ <http://davsclaus.com/>> @davsclaus
>>>> Camel in Action 2: https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2> <https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2>>
>>>>
>>>>
>>>> If you reply to this email, your message will be added to the discussion below:
>>>> http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html>>
>>>> To unsubscribe from camelContext not found in karaf 4.1.0, click here <
>>>> NAML < <applewebdata://6726EFFB-F514-4387-8B84-4F3D19656FF7>http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>>
>>>
>>>
>>>
>>> -- 
>>> View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795997.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795997.html>
>>> Sent from the Camel - Users mailing list archive at Nabble.com.
>>
>>
>> -- 
>> Claus Ibsen
>> -----------------
>> http://davsclaus.com <http://davsclaus.com/> @davsclaus
>> Camel in Action 2: https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2>
>>
>>
>> If you reply to this email, your message will be added to the discussion below:
>> http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795999.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795999.html>
>> To unsubscribe from camelContext not found in karaf 4.1.0, click here <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5795994&code=dHJhaWFub3ZAc2FvbmEuZGV8NTc5NTk5NHwxMzQ5MTg0NzYz>.
>> NAML <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796000.html
> Sent from the Camel - Users mailing list archive at Nabble.com.


-- 
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
http://www.talend.com


Re: camelContext not found in karaf 4.1.0

Posted by achi1955 <tr...@saona.de>.
Hi,

now  I get:

Error executing command: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=camel-spring-dm; type=karaf.feature; version="[2.18.3,2.18.3]"; filter:="(&(osgi.identity=camel-spring-dm)(type=karaf.feature)(version>=2.18.3)(version<=2.18.3))" [caused by: Unable to resolve camel-spring-dm/2.18.3: missing requirement [camel-spring-dm/2.18.3] osgi.identity; osgi.identity=spring-dm; type=karaf.feature; version="[1.2.0,2.0.0)"]


probably something is missing, I installed feature: spring, camel-spring
but as a tried camel-spring-dm I've got the message from above 


Plamen

> On 23 Mar 2017, at 09:40, Claus Ibsen-2 [via Camel] <ml...@n5.nabble.com> wrote:
> 
> That is in Camel 2.18 onwards 
> https://github.com/apache/camel/blob/camel-2.18.x/platforms/karaf/features/src/main/resources/features.xml#L71 <https://github.com/apache/camel/blob/camel-2.18.x/platforms/karaf/features/src/main/resources/features.xml#L71>
> 
> But mind Karaf 4.1.x is not officially supported for Camel. Its a new 
> release and it changed a fair amount of stuff that can break stuff. 
> Use it with caution. 
> 
> On Thu, Mar 23, 2017 at 9:23 AM, achi1955 <[hidden email] <x-msg://5/user/SendEmail.jtp?type=node&node=5795999&i=0>> wrote:
> 
> > Hi 
> > 
> > it says: 
> > 
> > Error executing command: No matching features for camel-spring-dm/0.0.0 
> > 
> > achi1955 
> > Plamen Traianov 
> > 
> > 
> >> On 23 Mar 2017, at 09:12, Claus Ibsen-2 [via Camel] <[hidden email] <x-msg://5/user/SendEmail.jtp?type=node&node=5795999&i=1>> wrote: 
> >> 
> >> Try install camel-spring-dm feature 
> >> 
> >> On Thu, Mar 23, 2017 at 8:35 AM, achi1955 <[hidden email] <x-msg://3/user/SendEmail.jtp?type=node&node=5795996&i=0>> wrote: 
> >> 
> >> > I am working for years with Camel and Karaf on RaspberyPi without problems. 
> >> > Last version I used is Karaf 4.0.8 and Camel 2.17.2. I installed my bundle 
> >> > into Karaf 4.1.0 and there was no reaction - no error messages , but no 
> >> > reaction on my camelContext (META-INF/spring/camel-context.xml). I did not 
> >> > found feature spring-dm, but it was not possible to install. 
> >> > 
> >> > Are there any changes by by deployment or is there something to install 
> >> > additionaly? 
> >> > please help 
> >> > 
> >> > 
> >> > 
> >> > -- 
> >> > View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html>> 
> >> > Sent from the Camel - Users mailing list archive at Nabble.com. 
> >> 
> >> 
> >> 
> >> -- 
> >> Claus Ibsen 
> >> ----------------- 
> >> http://davsclaus.com <http://davsclaus.com/> <http://davsclaus.com/ <http://davsclaus.com/>> @davsclaus 
> >> Camel in Action 2: https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2> <https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2>> 
> >> 
> >> 
> >> If you reply to this email, your message will be added to the discussion below: 
> >> http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html> <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html>> 
> >> To unsubscribe from camelContext not found in karaf 4.1.0, click here < 
> >> NAML < <applewebdata://6726EFFB-F514-4387-8B84-4F3D19656FF7>http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>> 
> > 
> > 
> > 
> > 
> > -- 
> > View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795997.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795997.html>
> > Sent from the Camel - Users mailing list archive at Nabble.com.
> 
> 
> 
> -- 
> Claus Ibsen 
> ----------------- 
> http://davsclaus.com <http://davsclaus.com/> @davsclaus 
> Camel in Action 2: https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2>
> 
> 
> If you reply to this email, your message will be added to the discussion below:
> http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795999.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795999.html>
> To unsubscribe from camelContext not found in karaf 4.1.0, click here <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5795994&code=dHJhaWFub3ZAc2FvbmEuZGV8NTc5NTk5NHwxMzQ5MTg0NzYz>.
> NAML <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>




--
View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5796000.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camelContext not found in karaf 4.1.0

Posted by Claus Ibsen <cl...@gmail.com>.
That is in Camel 2.18 onwards
https://github.com/apache/camel/blob/camel-2.18.x/platforms/karaf/features/src/main/resources/features.xml#L71

But mind Karaf 4.1.x is not officially supported for Camel. Its a new
release and it changed a fair amount of stuff that can break stuff.
Use it with caution.

On Thu, Mar 23, 2017 at 9:23 AM, achi1955 <tr...@saona.de> wrote:
> Hi
>
> it says:
>
> Error executing command: No matching features for camel-spring-dm/0.0.0
>
> achi1955
> Plamen Traianov
>
>
>> On 23 Mar 2017, at 09:12, Claus Ibsen-2 [via Camel] <ml...@n5.nabble.com> wrote:
>>
>> Try install camel-spring-dm feature
>>
>> On Thu, Mar 23, 2017 at 8:35 AM, achi1955 <[hidden email] <x-msg://3/user/SendEmail.jtp?type=node&node=5795996&i=0>> wrote:
>>
>> > I am working for years with Camel and Karaf on RaspberyPi without problems.
>> > Last version I used is Karaf 4.0.8 and Camel 2.17.2. I installed my bundle
>> > into Karaf 4.1.0 and there was no reaction - no error messages , but no
>> > reaction on my camelContext (META-INF/spring/camel-context.xml). I did not
>> > found feature spring-dm, but it was not possible to install.
>> >
>> > Are there any changes by by deployment or is there something to install
>> > additionaly?
>> > please help
>> >
>> >
>> >
>> > --
>> > View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html>
>> > Sent from the Camel - Users mailing list archive at Nabble.com.
>>
>>
>>
>> --
>> Claus Ibsen
>> -----------------
>> http://davsclaus.com <http://davsclaus.com/> @davsclaus
>> Camel in Action 2: https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2>
>>
>>
>> If you reply to this email, your message will be added to the discussion below:
>> http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html>
>> To unsubscribe from camelContext not found in karaf 4.1.0, click here <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5795994&code=dHJhaWFub3ZAc2FvbmEuZGV8NTc5NTk5NHwxMzQ5MTg0NzYz>.
>> NAML <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795997.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: camelContext not found in karaf 4.1.0

Posted by achi1955 <tr...@saona.de>.
Hi

it says:

Error executing command: No matching features for camel-spring-dm/0.0.0

achi1955
Plamen Traianov


> On 23 Mar 2017, at 09:12, Claus Ibsen-2 [via Camel] <ml...@n5.nabble.com> wrote:
> 
> Try install camel-spring-dm feature 
> 
> On Thu, Mar 23, 2017 at 8:35 AM, achi1955 <[hidden email] <x-msg://3/user/SendEmail.jtp?type=node&node=5795996&i=0>> wrote:
> 
> > I am working for years with Camel and Karaf on RaspberyPi without problems. 
> > Last version I used is Karaf 4.0.8 and Camel 2.17.2. I installed my bundle 
> > into Karaf 4.1.0 and there was no reaction - no error messages , but no 
> > reaction on my camelContext (META-INF/spring/camel-context.xml). I did not 
> > found feature spring-dm, but it was not possible to install. 
> > 
> > Are there any changes by by deployment or is there something to install 
> > additionaly? 
> > please help 
> > 
> > 
> > 
> > -- 
> > View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html>
> > Sent from the Camel - Users mailing list archive at Nabble.com.
> 
> 
> 
> -- 
> Claus Ibsen 
> ----------------- 
> http://davsclaus.com <http://davsclaus.com/> @davsclaus 
> Camel in Action 2: https://www.manning.com/ibsen2 <https://www.manning.com/ibsen2>
> 
> 
> If you reply to this email, your message will be added to the discussion below:
> http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html <http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795996.html>
> To unsubscribe from camelContext not found in karaf 4.1.0, click here <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5795994&code=dHJhaWFub3ZAc2FvbmEuZGV8NTc5NTk5NHwxMzQ5MTg0NzYz>.
> NAML <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>




--
View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994p5795997.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camelContext not found in karaf 4.1.0

Posted by Claus Ibsen <cl...@gmail.com>.
Try install camel-spring-dm feature

On Thu, Mar 23, 2017 at 8:35 AM, achi1955 <tr...@saona.de> wrote:
> I am working for years with Camel and Karaf on RaspberyPi without problems.
> Last version I used is Karaf 4.0.8 and Camel 2.17.2. I installed my bundle
> into Karaf 4.1.0 and there was no reaction - no error messages , but no
> reaction on my camelContext (META-INF/spring/camel-context.xml). I did not
> found feature spring-dm, but it was not possible to install.
>
> Are there any changes by by deployment or is there something to install
> additionaly?
> please help
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/camelContext-not-found-in-karaf-4-1-0-tp5795994.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2