You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "gustavo.maurizio" <gm...@me.com> on 2016/10/28 17:53:30 UTC

camel 2.18.0 rabbitmq component fails under Karaf

trying to install camel-rabbitmq under Karaf 4.0.6 fails unable to resolve
com.rabbitmq.client.
Was working fine in 2.17.3
Any ideas or help?


karaf@sis.gt.common()> feature:install  camel-rabbitmq
Error executing command: Unable to resolve root: missing requirement [root]
osgi.identity; osgi.identity=camel-rabbitmq; type=karaf.feature;
version="[2.18.0,2.18.0]";
filter:="(&(osgi.identity=camel-rabbitmq)(type=karaf.feature)(version>=2.18.0)(version<=2.18.0))"
[caused by: Unable to resolve camel-rabbitmq/2.18.0: missing requirement
[camel-rabbitmq/2.18.0] osgi.identity;
osgi.identity=org.apache.camel.camel-rabbitmq; type=osgi.bundle;
version="[2.18.0,2.18.0]"; resolution:=mandatory [caused by: Unable to
resolve org.apache.camel.camel-rabbitmq/2.18.0: missing requirement
[org.apache.camel.camel-rabbitmq/2.18.0] osgi.wiring.package;
filter:="(&(osgi.wiring.package=com.rabbitmq.client)(version>=3.6.0)(!(version>=4.0.0)))"
[caused by: Unable to resolve com.rabbitmq.client/3.6.5: missing requirement
[com.rabbitmq.client/3.6.5] osgi.wiring.package;
filter:="(osgi.wiring.package=junit.framework)"]]]
karaf@sis.gt.common()> 




--
View this message in context: http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-component-fails-under-Karaf-tp5789413.html
Sent from the Camel - Users mailing list archive at Nabble.com.

R: Re: camel 2.18.0 rabbitmq component fails under Karaf

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
Non sure. Need to investigate a bit 
 
  Il mar, 1 nov, 2016 alle 11:59, souciance<so...@gmail.com> ha scritto:   Does anyone know why you need to do that?  It isn't necessary in 2.17.0 and
karaf 4.0.2.

Den 31 okt. 2016 2:09 em skrev "gustavo.maurizio [via Camel]" <
ml-node+s465427n5789514h97@n5.nabble.com>:

> Andrea, fantastic!
> Adding this  install -s wrap:mvn:junit/junit/4.12 before installing made
> it work! Thanks!!!
>
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> component-fails-under-Karaf-tp5789413p5789514.html
> To start a new topic under Camel - Users, email
> ml-node+s465427n465428h31@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=>
> .
> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-tp5789413p5789556.html
Sent from the Camel - Users mailing list archive at Nabble.com.  

Re: camel 2.18.0 rabbitmq component fails under Karaf

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
It seems this is fixed in 3.6.6.

I tested 3.6.6-SNAPSHOT and it works fine.
 --
Andrea Cosentino 
----------------------------------
Apache Camel PMC Member
Apache Karaf Committer
Apache Servicemix Committer
Email: ancosen1985@yahoo.com
Twitter: @oscerd2
Github: oscerd



On Wednesday, November 2, 2016 11:34 AM, souciance <so...@gmail.com> wrote:
Thanks for creating the issue.

On Wed, Nov 2, 2016 at 11:01 AM, Andrea Cosentino-2 [via Camel] <
ml-node+s465427n5789623h76@n5.nabble.com> wrote:

> I opened an issue
>
> https://github.com/rabbitmq/rabbitmq-java-client/issues/211
>
>  --
> Andrea Cosentino
> ----------------------------------
> Apache Camel PMC Member
> Apache Karaf Committer
> Apache Servicemix Committer
> Email: [hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5789623&i=0>
> Twitter: @oscerd2
> Github: oscerd
>
>
>
> On Wednesday, November 2, 2016 10:53 AM, Tomohisa Igarashi <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5789623&i=1>> wrote:
> Yep, I actually can see "junit.framework,org.junit" in Import-Package of
> the amqp-client-3.6.4.jar!META-INF/MANIFEST.MF while it's not in 3.6.3.
> com.rabbitmq.client.test.ssl seems to be using it.
>
>
> On 11/02/2016 05:43 PM, Andrea Cosentino wrote:
>
> > The Rabbitmq-client OSGi bundle comes directly from Rabbitmq
> >
> > https://github.com/rabbitmq/rabbitmq-java-client/blob/
> master/pom.xml#L860-L886
> >
> > Between 3.6.3 and 3.6.4 something changes in the codebase of
> Rabbitmq-client, related to Junit I guess and I don't see changes in our
> component looking at the history
> >
> >
> > https://github.com/apache/camel/commits/master/components/camel-rabbitmq
> >
> > I noticed they are using bundlor
> >
> > https://github.com/rabbitmq/rabbitmq-java-client/tree/rabbitmq_v3_6_3
> >
> > https://github.com/rabbitmq/rabbitmq-java-client/tree/rabbitmq_v3_6_4
> >
> > https://github.com/rabbitmq/rabbitmq-java-client/tree/rabbitmq_v3_6_5
> >
> > --
> > Andrea Cosentino
> > ----------------------------------
> > Apache Camel PMC Member
> > Apache Karaf Committer
> > Apache Servicemix Committer
> > Email: [hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5789623&i=2>
> > Twitter: @oscerd2
> > Github: oscerd
> >
> >
> >
> >
> > On Wednesday, November 2, 2016 9:30 AM, souciance <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5789623&i=3>> wrote:
> > Sorry I didn't quit understand, do you mean camel-rabbitmq introduced
> the
> > dependency to junit or rabbitmq-client? Or is there somewhere we can
> look
> > to see the dependency to junit? Just for my own understanding. Thanks.
> >
> > On Wed, Nov 2, 2016 at 9:07 AM, Andrea Cosentino-2 [via Camel] <
> > [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789623&i=4>>
> wrote:
> >
> >> I meant the dependency in the OSGi bundle.
> >>
> >> It should be something related to the maven-bundle-plugin configuration
> in
> >> the rabbitmq-client pom
> >>  --
> >> Andrea Cosentino
> >> ----------------------------------
> >> Apache Camel PMC Member
> >> Apache Karaf Committer
> >> Apache Servicemix Committer
> >> Email: [hidden email]
> >> <http:///user/SendEmail.jtp?type=node&node=5789615&i=0>
> >> Twitter: @oscerd2
> >> Github: oscerd
> >>
> >>
> >>
> >> On Wednesday, November 2, 2016 9:04 AM, souciance <[hidden email]
> >> <http:///user/SendEmail.jtp?type=node&node=5789615&i=1>> wrote:
> >> I had a look at the maven repo:
> >> https://mvnrepository.com/artifact/com.rabbitmq/amqp-client/3.6.4
> >>
> >> But junit is set as test dependency. It looks similar to 3.6.3. Or is
> that
> >> the wrong place to look?
> >>
> >> On Wed, Nov 2, 2016 at 8:27 AM, Andrea Cosentino-2 [via Camel] <
> >> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789615&i=2>>
>
> >> wrote:
> >>
> >>> It seems the dependency on Junit has been introduced with rabbitmq
> amqp
> >>> client in version 3.6.4
> >>>
> >>> Downgrade to 3.6.3 works fine.
> >>>  --
> >>> Andrea Cosentino
> >>> ----------------------------------
> >>> Apache Camel PMC Member
> >>> Apache Karaf Committer
> >>> Apache Servicemix Committer
> >>> Email: [hidden email]
> >>> <http:///user/SendEmail.jtp?type=node&node=5789611&i=0>
> >>> Twitter: @oscerd2
> >>> Github: oscerd
> >>>
> >>>
> >>>
> >>> On Tuesday, November 1, 2016 11:59 AM, souciance <[hidden email]
> >>> <http:///user/SendEmail.jtp?type=node&node=5789611&i=1>> wrote:
> >>> Does anyone know why you need to do that?  It isn't necessary in
> 2.17.0
> >>> and
> >>> karaf 4.0.2.
> >>>
> >>> Den 31 okt. 2016 2:09 em skrev "gustavo.maurizio [via Camel]" <
> >>> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789611&i=2>>:
>
> >>
> >>>
> >>>> Andrea, fantastic!
> >>>> Adding this  install -s wrap:mvn:junit/junit/4.12 before installing
> >> made
> >>>> it work! Thanks!!!
> >>>>
> >>>>
> >>>>
> >>>> ------------------------------
> >>>> If you reply to this email, your message will be added to the
> >> discussion
> >>>> below:
> >>>> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> >>>> component-fails-under-Karaf-tp5789413p5789514.html
> >>>> To start a new topic under Camel - Users, email
> >>>> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789611&i=3>
>
> >>
> >>>> To unsubscribe from Camel - Users, click here
> >>>> <
> >>>> .
> >>>> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-
> >>> tp5789413p5789556.html
> >>>
> >>> Sent from the Camel - Users mailing list archive at Nabble.com.
> >>>
> >>>
> >>> ------------------------------
> >>> If you reply to this email, your message will be added to the
> discussion
> >>> below:
> >>> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> >>> component-fails-under-Karaf-tp5789413p5789611.html
> >>> To start a new topic under Camel - Users, email
> >>> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789615&i=3>
>
> >>> To unsubscribe from Camel - Users, click here
> >>> <
> >>> .
> >>> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-
> >> tp5789413p5789614.html
> >>
> >> Sent from the Camel - Users mailing list archive at Nabble.com.
> >>
> >>
> >> ------------------------------
> >> If you reply to this email, your message will be added to the
> discussion
> >> below:
> >> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> >> component-fails-under-Karaf-tp5789413p5789615.html
> >> To start a new topic under Camel - Users, email
> >> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789623&i=5>
> >> To unsubscribe from Camel - Users, click here
> >> <
> >> .
> >> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-
> tp5789413p5789616.html
> >
> > Sent from the Camel - Users mailing list archive at Nabble.com.
> >
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> component-fails-under-Karaf-tp5789413p5789623.html
> To start a new topic under Camel - Users, email
> ml-node+s465427n465428h31@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=>
> .
> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-tp5789413p5789631.html

Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel 2.18.0 rabbitmq component fails under Karaf

Posted by souciance <so...@gmail.com>.
Thanks for creating the issue.

On Wed, Nov 2, 2016 at 11:01 AM, Andrea Cosentino-2 [via Camel] <
ml-node+s465427n5789623h76@n5.nabble.com> wrote:

> I opened an issue
>
> https://github.com/rabbitmq/rabbitmq-java-client/issues/211
>
>  --
> Andrea Cosentino
> ----------------------------------
> Apache Camel PMC Member
> Apache Karaf Committer
> Apache Servicemix Committer
> Email: [hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5789623&i=0>
> Twitter: @oscerd2
> Github: oscerd
>
>
>
> On Wednesday, November 2, 2016 10:53 AM, Tomohisa Igarashi <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5789623&i=1>> wrote:
> Yep, I actually can see "junit.framework,org.junit" in Import-Package of
> the amqp-client-3.6.4.jar!META-INF/MANIFEST.MF while it's not in 3.6.3.
> com.rabbitmq.client.test.ssl seems to be using it.
>
>
> On 11/02/2016 05:43 PM, Andrea Cosentino wrote:
>
> > The Rabbitmq-client OSGi bundle comes directly from Rabbitmq
> >
> > https://github.com/rabbitmq/rabbitmq-java-client/blob/
> master/pom.xml#L860-L886
> >
> > Between 3.6.3 and 3.6.4 something changes in the codebase of
> Rabbitmq-client, related to Junit I guess and I don't see changes in our
> component looking at the history
> >
> >
> > https://github.com/apache/camel/commits/master/components/camel-rabbitmq
> >
> > I noticed they are using bundlor
> >
> > https://github.com/rabbitmq/rabbitmq-java-client/tree/rabbitmq_v3_6_3
> >
> > https://github.com/rabbitmq/rabbitmq-java-client/tree/rabbitmq_v3_6_4
> >
> > https://github.com/rabbitmq/rabbitmq-java-client/tree/rabbitmq_v3_6_5
> >
> > --
> > Andrea Cosentino
> > ----------------------------------
> > Apache Camel PMC Member
> > Apache Karaf Committer
> > Apache Servicemix Committer
> > Email: [hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5789623&i=2>
> > Twitter: @oscerd2
> > Github: oscerd
> >
> >
> >
> >
> > On Wednesday, November 2, 2016 9:30 AM, souciance <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5789623&i=3>> wrote:
> > Sorry I didn't quit understand, do you mean camel-rabbitmq introduced
> the
> > dependency to junit or rabbitmq-client? Or is there somewhere we can
> look
> > to see the dependency to junit? Just for my own understanding. Thanks.
> >
> > On Wed, Nov 2, 2016 at 9:07 AM, Andrea Cosentino-2 [via Camel] <
> > [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789623&i=4>>
> wrote:
> >
> >> I meant the dependency in the OSGi bundle.
> >>
> >> It should be something related to the maven-bundle-plugin configuration
> in
> >> the rabbitmq-client pom
> >>  --
> >> Andrea Cosentino
> >> ----------------------------------
> >> Apache Camel PMC Member
> >> Apache Karaf Committer
> >> Apache Servicemix Committer
> >> Email: [hidden email]
> >> <http:///user/SendEmail.jtp?type=node&node=5789615&i=0>
> >> Twitter: @oscerd2
> >> Github: oscerd
> >>
> >>
> >>
> >> On Wednesday, November 2, 2016 9:04 AM, souciance <[hidden email]
> >> <http:///user/SendEmail.jtp?type=node&node=5789615&i=1>> wrote:
> >> I had a look at the maven repo:
> >> https://mvnrepository.com/artifact/com.rabbitmq/amqp-client/3.6.4
> >>
> >> But junit is set as test dependency. It looks similar to 3.6.3. Or is
> that
> >> the wrong place to look?
> >>
> >> On Wed, Nov 2, 2016 at 8:27 AM, Andrea Cosentino-2 [via Camel] <
> >> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789615&i=2>>
>
> >> wrote:
> >>
> >>> It seems the dependency on Junit has been introduced with rabbitmq
> amqp
> >>> client in version 3.6.4
> >>>
> >>> Downgrade to 3.6.3 works fine.
> >>>  --
> >>> Andrea Cosentino
> >>> ----------------------------------
> >>> Apache Camel PMC Member
> >>> Apache Karaf Committer
> >>> Apache Servicemix Committer
> >>> Email: [hidden email]
> >>> <http:///user/SendEmail.jtp?type=node&node=5789611&i=0>
> >>> Twitter: @oscerd2
> >>> Github: oscerd
> >>>
> >>>
> >>>
> >>> On Tuesday, November 1, 2016 11:59 AM, souciance <[hidden email]
> >>> <http:///user/SendEmail.jtp?type=node&node=5789611&i=1>> wrote:
> >>> Does anyone know why you need to do that?  It isn't necessary in
> 2.17.0
> >>> and
> >>> karaf 4.0.2.
> >>>
> >>> Den 31 okt. 2016 2:09 em skrev "gustavo.maurizio [via Camel]" <
> >>> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789611&i=2>>:
>
> >>
> >>>
> >>>> Andrea, fantastic!
> >>>> Adding this  install -s wrap:mvn:junit/junit/4.12 before installing
> >> made
> >>>> it work! Thanks!!!
> >>>>
> >>>>
> >>>>
> >>>> ------------------------------
> >>>> If you reply to this email, your message will be added to the
> >> discussion
> >>>> below:
> >>>> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> >>>> component-fails-under-Karaf-tp5789413p5789514.html
> >>>> To start a new topic under Camel - Users, email
> >>>> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789611&i=3>
>
> >>
> >>>> To unsubscribe from Camel - Users, click here
> >>>> <
> >>>> .
> >>>> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-
> >>> tp5789413p5789556.html
> >>>
> >>> Sent from the Camel - Users mailing list archive at Nabble.com.
> >>>
> >>>
> >>> ------------------------------
> >>> If you reply to this email, your message will be added to the
> discussion
> >>> below:
> >>> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> >>> component-fails-under-Karaf-tp5789413p5789611.html
> >>> To start a new topic under Camel - Users, email
> >>> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789615&i=3>
>
> >>> To unsubscribe from Camel - Users, click here
> >>> <
> >>> .
> >>> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-
> >> tp5789413p5789614.html
> >>
> >> Sent from the Camel - Users mailing list archive at Nabble.com.
> >>
> >>
> >> ------------------------------
> >> If you reply to this email, your message will be added to the
> discussion
> >> below:
> >> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> >> component-fails-under-Karaf-tp5789413p5789615.html
> >> To start a new topic under Camel - Users, email
> >> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789623&i=5>
> >> To unsubscribe from Camel - Users, click here
> >> <
> >> .
> >> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-
> tp5789413p5789616.html
> >
> > Sent from the Camel - Users mailing list archive at Nabble.com.
> >
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> component-fails-under-Karaf-tp5789413p5789623.html
> To start a new topic under Camel - Users, email
> ml-node+s465427n465428h31@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=>
> .
> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-tp5789413p5789631.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel 2.18.0 rabbitmq component fails under Karaf

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
I opened an issue

https://github.com/rabbitmq/rabbitmq-java-client/issues/211

 --
Andrea Cosentino 
----------------------------------
Apache Camel PMC Member
Apache Karaf Committer
Apache Servicemix Committer
Email: ancosen1985@yahoo.com
Twitter: @oscerd2
Github: oscerd



On Wednesday, November 2, 2016 10:53 AM, Tomohisa Igarashi <tm...@gmail.com> wrote:
Yep, I actually can see "junit.framework,org.junit" in Import-Package of the amqp-client-3.6.4.jar!META-INF/MANIFEST.MF while it's not in 3.6.3. com.rabbitmq.client.test.ssl seems to be using it.


On 11/02/2016 05:43 PM, Andrea Cosentino wrote:
> The Rabbitmq-client OSGi bundle comes directly from Rabbitmq
>
> https://github.com/rabbitmq/rabbitmq-java-client/blob/master/pom.xml#L860-L886
>
> Between 3.6.3 and 3.6.4 something changes in the codebase of Rabbitmq-client, related to Junit I guess and I don't see changes in our component looking at the history
>
>
> https://github.com/apache/camel/commits/master/components/camel-rabbitmq
>
> I noticed they are using bundlor
>
> https://github.com/rabbitmq/rabbitmq-java-client/tree/rabbitmq_v3_6_3
>
> https://github.com/rabbitmq/rabbitmq-java-client/tree/rabbitmq_v3_6_4
>
> https://github.com/rabbitmq/rabbitmq-java-client/tree/rabbitmq_v3_6_5
>
> --
> Andrea Cosentino
> ----------------------------------
> Apache Camel PMC Member
> Apache Karaf Committer
> Apache Servicemix Committer
> Email: ancosen1985@yahoo.com
> Twitter: @oscerd2
> Github: oscerd
>
>
>
>
> On Wednesday, November 2, 2016 9:30 AM, souciance <so...@gmail.com> wrote:
> Sorry I didn't quit understand, do you mean camel-rabbitmq introduced the
> dependency to junit or rabbitmq-client? Or is there somewhere we can look
> to see the dependency to junit? Just for my own understanding. Thanks.
>
> On Wed, Nov 2, 2016 at 9:07 AM, Andrea Cosentino-2 [via Camel] <
> ml-node+s465427n5789615h28@n5.nabble.com> wrote:
>
>> I meant the dependency in the OSGi bundle.
>>
>> It should be something related to the maven-bundle-plugin configuration in
>> the rabbitmq-client pom
>>  --
>> Andrea Cosentino
>> ----------------------------------
>> Apache Camel PMC Member
>> Apache Karaf Committer
>> Apache Servicemix Committer
>> Email: [hidden email]
>> <http:///user/SendEmail.jtp?type=node&node=5789615&i=0>
>> Twitter: @oscerd2
>> Github: oscerd
>>
>>
>>
>> On Wednesday, November 2, 2016 9:04 AM, souciance <[hidden email]
>> <http:///user/SendEmail.jtp?type=node&node=5789615&i=1>> wrote:
>> I had a look at the maven repo:
>> https://mvnrepository.com/artifact/com.rabbitmq/amqp-client/3.6.4
>>
>> But junit is set as test dependency. It looks similar to 3.6.3. Or is that
>> the wrong place to look?
>>
>> On Wed, Nov 2, 2016 at 8:27 AM, Andrea Cosentino-2 [via Camel] <
>> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789615&i=2>>
>> wrote:
>>
>>> It seems the dependency on Junit has been introduced with rabbitmq amqp
>>> client in version 3.6.4
>>>
>>> Downgrade to 3.6.3 works fine.
>>>  --
>>> Andrea Cosentino
>>> ----------------------------------
>>> Apache Camel PMC Member
>>> Apache Karaf Committer
>>> Apache Servicemix Committer
>>> Email: [hidden email]
>>> <http:///user/SendEmail.jtp?type=node&node=5789611&i=0>
>>> Twitter: @oscerd2
>>> Github: oscerd
>>>
>>>
>>>
>>> On Tuesday, November 1, 2016 11:59 AM, souciance <[hidden email]
>>> <http:///user/SendEmail.jtp?type=node&node=5789611&i=1>> wrote:
>>> Does anyone know why you need to do that?  It isn't necessary in 2.17.0
>>> and
>>> karaf 4.0.2.
>>>
>>> Den 31 okt. 2016 2:09 em skrev "gustavo.maurizio [via Camel]" <
>>> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789611&i=2>>:
>>
>>>
>>>> Andrea, fantastic!
>>>> Adding this  install -s wrap:mvn:junit/junit/4.12 before installing
>> made
>>>> it work! Thanks!!!
>>>>
>>>>
>>>>
>>>> ------------------------------
>>>> If you reply to this email, your message will be added to the
>> discussion
>>>> below:
>>>> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
>>>> component-fails-under-Karaf-tp5789413p5789514.html
>>>> To start a new topic under Camel - Users, email
>>>> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789611&i=3>
>>
>>>> To unsubscribe from Camel - Users, click here
>>>> <
>>>> .
>>>> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-
>>> tp5789413p5789556.html
>>>
>>> Sent from the Camel - Users mailing list archive at Nabble.com.
>>>
>>>
>>> ------------------------------
>>> If you reply to this email, your message will be added to the discussion
>>> below:
>>> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
>>> component-fails-under-Karaf-tp5789413p5789611.html
>>> To start a new topic under Camel - Users, email
>>> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789615&i=3>
>>> To unsubscribe from Camel - Users, click here
>>> <
>>> .
>>> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-
>> tp5789413p5789614.html
>>
>> Sent from the Camel - Users mailing list archive at Nabble.com.
>>
>>
>> ------------------------------
>> If you reply to this email, your message will be added to the discussion
>> below:
>> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
>> component-fails-under-Karaf-tp5789413p5789615.html
>> To start a new topic under Camel - Users, email
>> ml-node+s465427n465428h31@n5.nabble.com
>> To unsubscribe from Camel - Users, click here
>> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=>
>> .
>> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-tp5789413p5789616.html
>
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Re: camel 2.18.0 rabbitmq component fails under Karaf

Posted by Tomohisa Igarashi <tm...@gmail.com>.
Yep, I actually can see "junit.framework,org.junit" in Import-Package of the amqp-client-3.6.4.jar!META-INF/MANIFEST.MF while it's not in 3.6.3. com.rabbitmq.client.test.ssl seems to be using it.

On 11/02/2016 05:43 PM, Andrea Cosentino wrote:
> The Rabbitmq-client OSGi bundle comes directly from Rabbitmq
>
> https://github.com/rabbitmq/rabbitmq-java-client/blob/master/pom.xml#L860-L886
>
> Between 3.6.3 and 3.6.4 something changes in the codebase of Rabbitmq-client, related to Junit I guess and I don't see changes in our component looking at the history
>
>
> https://github.com/apache/camel/commits/master/components/camel-rabbitmq
>
> I noticed they are using bundlor
>
> https://github.com/rabbitmq/rabbitmq-java-client/tree/rabbitmq_v3_6_3
>
> https://github.com/rabbitmq/rabbitmq-java-client/tree/rabbitmq_v3_6_4
>
> https://github.com/rabbitmq/rabbitmq-java-client/tree/rabbitmq_v3_6_5
>
> --
> Andrea Cosentino
> ----------------------------------
> Apache Camel PMC Member
> Apache Karaf Committer
> Apache Servicemix Committer
> Email: ancosen1985@yahoo.com
> Twitter: @oscerd2
> Github: oscerd
>
>
>
>
> On Wednesday, November 2, 2016 9:30 AM, souciance <so...@gmail.com> wrote:
> Sorry I didn't quit understand, do you mean camel-rabbitmq introduced the
> dependency to junit or rabbitmq-client? Or is there somewhere we can look
> to see the dependency to junit? Just for my own understanding. Thanks.
>
> On Wed, Nov 2, 2016 at 9:07 AM, Andrea Cosentino-2 [via Camel] <
> ml-node+s465427n5789615h28@n5.nabble.com> wrote:
>
>> I meant the dependency in the OSGi bundle.
>>
>> It should be something related to the maven-bundle-plugin configuration in
>> the rabbitmq-client pom
>>  --
>> Andrea Cosentino
>> ----------------------------------
>> Apache Camel PMC Member
>> Apache Karaf Committer
>> Apache Servicemix Committer
>> Email: [hidden email]
>> <http:///user/SendEmail.jtp?type=node&node=5789615&i=0>
>> Twitter: @oscerd2
>> Github: oscerd
>>
>>
>>
>> On Wednesday, November 2, 2016 9:04 AM, souciance <[hidden email]
>> <http:///user/SendEmail.jtp?type=node&node=5789615&i=1>> wrote:
>> I had a look at the maven repo:
>> https://mvnrepository.com/artifact/com.rabbitmq/amqp-client/3.6.4
>>
>> But junit is set as test dependency. It looks similar to 3.6.3. Or is that
>> the wrong place to look?
>>
>> On Wed, Nov 2, 2016 at 8:27 AM, Andrea Cosentino-2 [via Camel] <
>> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789615&i=2>>
>> wrote:
>>
>>> It seems the dependency on Junit has been introduced with rabbitmq amqp
>>> client in version 3.6.4
>>>
>>> Downgrade to 3.6.3 works fine.
>>>  --
>>> Andrea Cosentino
>>> ----------------------------------
>>> Apache Camel PMC Member
>>> Apache Karaf Committer
>>> Apache Servicemix Committer
>>> Email: [hidden email]
>>> <http:///user/SendEmail.jtp?type=node&node=5789611&i=0>
>>> Twitter: @oscerd2
>>> Github: oscerd
>>>
>>>
>>>
>>> On Tuesday, November 1, 2016 11:59 AM, souciance <[hidden email]
>>> <http:///user/SendEmail.jtp?type=node&node=5789611&i=1>> wrote:
>>> Does anyone know why you need to do that?  It isn't necessary in 2.17.0
>>> and
>>> karaf 4.0.2.
>>>
>>> Den 31 okt. 2016 2:09 em skrev "gustavo.maurizio [via Camel]" <
>>> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789611&i=2>>:
>>
>>>
>>>> Andrea, fantastic!
>>>> Adding this  install -s wrap:mvn:junit/junit/4.12 before installing
>> made
>>>> it work! Thanks!!!
>>>>
>>>>
>>>>
>>>> ------------------------------
>>>> If you reply to this email, your message will be added to the
>> discussion
>>>> below:
>>>> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
>>>> component-fails-under-Karaf-tp5789413p5789514.html
>>>> To start a new topic under Camel - Users, email
>>>> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789611&i=3>
>>
>>>> To unsubscribe from Camel - Users, click here
>>>> <
>>>> .
>>>> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-
>>> tp5789413p5789556.html
>>>
>>> Sent from the Camel - Users mailing list archive at Nabble.com.
>>>
>>>
>>> ------------------------------
>>> If you reply to this email, your message will be added to the discussion
>>> below:
>>> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
>>> component-fails-under-Karaf-tp5789413p5789611.html
>>> To start a new topic under Camel - Users, email
>>> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789615&i=3>
>>> To unsubscribe from Camel - Users, click here
>>> <
>>> .
>>> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-
>> tp5789413p5789614.html
>>
>> Sent from the Camel - Users mailing list archive at Nabble.com.
>>
>>
>> ------------------------------
>> If you reply to this email, your message will be added to the discussion
>> below:
>> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
>> component-fails-under-Karaf-tp5789413p5789615.html
>> To start a new topic under Camel - Users, email
>> ml-node+s465427n465428h31@n5.nabble.com
>> To unsubscribe from Camel - Users, click here
>> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=>
>> .
>> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-tp5789413p5789616.html
>
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Re: camel 2.18.0 rabbitmq component fails under Karaf

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
The Rabbitmq-client OSGi bundle comes directly from Rabbitmq

https://github.com/rabbitmq/rabbitmq-java-client/blob/master/pom.xml#L860-L886

Between 3.6.3 and 3.6.4 something changes in the codebase of Rabbitmq-client, related to Junit I guess and I don't see changes in our component looking at the history


https://github.com/apache/camel/commits/master/components/camel-rabbitmq

I noticed they are using bundlor

https://github.com/rabbitmq/rabbitmq-java-client/tree/rabbitmq_v3_6_3

https://github.com/rabbitmq/rabbitmq-java-client/tree/rabbitmq_v3_6_4

https://github.com/rabbitmq/rabbitmq-java-client/tree/rabbitmq_v3_6_5

--
Andrea Cosentino 
----------------------------------
Apache Camel PMC Member
Apache Karaf Committer
Apache Servicemix Committer
Email: ancosen1985@yahoo.com
Twitter: @oscerd2
Github: oscerd




On Wednesday, November 2, 2016 9:30 AM, souciance <so...@gmail.com> wrote:
Sorry I didn't quit understand, do you mean camel-rabbitmq introduced the
dependency to junit or rabbitmq-client? Or is there somewhere we can look
to see the dependency to junit? Just for my own understanding. Thanks.

On Wed, Nov 2, 2016 at 9:07 AM, Andrea Cosentino-2 [via Camel] <
ml-node+s465427n5789615h28@n5.nabble.com> wrote:

> I meant the dependency in the OSGi bundle.
>
> It should be something related to the maven-bundle-plugin configuration in
> the rabbitmq-client pom
>  --
> Andrea Cosentino
> ----------------------------------
> Apache Camel PMC Member
> Apache Karaf Committer
> Apache Servicemix Committer
> Email: [hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5789615&i=0>
> Twitter: @oscerd2
> Github: oscerd
>
>
>
> On Wednesday, November 2, 2016 9:04 AM, souciance <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5789615&i=1>> wrote:
> I had a look at the maven repo:
> https://mvnrepository.com/artifact/com.rabbitmq/amqp-client/3.6.4
>
> But junit is set as test dependency. It looks similar to 3.6.3. Or is that
> the wrong place to look?
>
> On Wed, Nov 2, 2016 at 8:27 AM, Andrea Cosentino-2 [via Camel] <
> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789615&i=2>>
> wrote:
>
> > It seems the dependency on Junit has been introduced with rabbitmq amqp
> > client in version 3.6.4
> >
> > Downgrade to 3.6.3 works fine.
> >  --
> > Andrea Cosentino
> > ----------------------------------
> > Apache Camel PMC Member
> > Apache Karaf Committer
> > Apache Servicemix Committer
> > Email: [hidden email]
> > <http:///user/SendEmail.jtp?type=node&node=5789611&i=0>
> > Twitter: @oscerd2
> > Github: oscerd
> >
> >
> >
> > On Tuesday, November 1, 2016 11:59 AM, souciance <[hidden email]
> > <http:///user/SendEmail.jtp?type=node&node=5789611&i=1>> wrote:
> > Does anyone know why you need to do that?  It isn't necessary in 2.17.0
> > and
> > karaf 4.0.2.
> >
> > Den 31 okt. 2016 2:09 em skrev "gustavo.maurizio [via Camel]" <
> > [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789611&i=2>>:
>
> >
> > > Andrea, fantastic!
> > > Adding this  install -s wrap:mvn:junit/junit/4.12 before installing
> made
> > > it work! Thanks!!!
> > >
> > >
> > >
> > > ------------------------------
> > > If you reply to this email, your message will be added to the
> discussion
> > > below:
> > > http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> > > component-fails-under-Karaf-tp5789413p5789514.html
> > > To start a new topic under Camel - Users, email
> > > [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789611&i=3>
>
> > > To unsubscribe from Camel - Users, click here
> > > <
> > > .
> > > 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-
> > tp5789413p5789556.html
> >
> > Sent from the Camel - Users mailing list archive at Nabble.com.
> >
> >
> > ------------------------------
> > If you reply to this email, your message will be added to the discussion
> > below:
> > http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> > component-fails-under-Karaf-tp5789413p5789611.html
> > To start a new topic under Camel - Users, email
> > [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789615&i=3>
> > To unsubscribe from Camel - Users, click here
> > <
> > .
> > 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-
> tp5789413p5789614.html
>
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> component-fails-under-Karaf-tp5789413p5789615.html
> To start a new topic under Camel - Users, email
> ml-node+s465427n465428h31@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=>
> .
> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-tp5789413p5789616.html

Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel 2.18.0 rabbitmq component fails under Karaf

Posted by souciance <so...@gmail.com>.
Sorry I didn't quit understand, do you mean camel-rabbitmq introduced the
dependency to junit or rabbitmq-client? Or is there somewhere we can look
to see the dependency to junit? Just for my own understanding. Thanks.

On Wed, Nov 2, 2016 at 9:07 AM, Andrea Cosentino-2 [via Camel] <
ml-node+s465427n5789615h28@n5.nabble.com> wrote:

> I meant the dependency in the OSGi bundle.
>
> It should be something related to the maven-bundle-plugin configuration in
> the rabbitmq-client pom
>  --
> Andrea Cosentino
> ----------------------------------
> Apache Camel PMC Member
> Apache Karaf Committer
> Apache Servicemix Committer
> Email: [hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5789615&i=0>
> Twitter: @oscerd2
> Github: oscerd
>
>
>
> On Wednesday, November 2, 2016 9:04 AM, souciance <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5789615&i=1>> wrote:
> I had a look at the maven repo:
> https://mvnrepository.com/artifact/com.rabbitmq/amqp-client/3.6.4
>
> But junit is set as test dependency. It looks similar to 3.6.3. Or is that
> the wrong place to look?
>
> On Wed, Nov 2, 2016 at 8:27 AM, Andrea Cosentino-2 [via Camel] <
> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789615&i=2>>
> wrote:
>
> > It seems the dependency on Junit has been introduced with rabbitmq amqp
> > client in version 3.6.4
> >
> > Downgrade to 3.6.3 works fine.
> >  --
> > Andrea Cosentino
> > ----------------------------------
> > Apache Camel PMC Member
> > Apache Karaf Committer
> > Apache Servicemix Committer
> > Email: [hidden email]
> > <http:///user/SendEmail.jtp?type=node&node=5789611&i=0>
> > Twitter: @oscerd2
> > Github: oscerd
> >
> >
> >
> > On Tuesday, November 1, 2016 11:59 AM, souciance <[hidden email]
> > <http:///user/SendEmail.jtp?type=node&node=5789611&i=1>> wrote:
> > Does anyone know why you need to do that?  It isn't necessary in 2.17.0
> > and
> > karaf 4.0.2.
> >
> > Den 31 okt. 2016 2:09 em skrev "gustavo.maurizio [via Camel]" <
> > [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789611&i=2>>:
>
> >
> > > Andrea, fantastic!
> > > Adding this  install -s wrap:mvn:junit/junit/4.12 before installing
> made
> > > it work! Thanks!!!
> > >
> > >
> > >
> > > ------------------------------
> > > If you reply to this email, your message will be added to the
> discussion
> > > below:
> > > http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> > > component-fails-under-Karaf-tp5789413p5789514.html
> > > To start a new topic under Camel - Users, email
> > > [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789611&i=3>
>
> > > To unsubscribe from Camel - Users, click here
> > > <
> > > .
> > > 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-
> > tp5789413p5789556.html
> >
> > Sent from the Camel - Users mailing list archive at Nabble.com.
> >
> >
> > ------------------------------
> > If you reply to this email, your message will be added to the discussion
> > below:
> > http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> > component-fails-under-Karaf-tp5789413p5789611.html
> > To start a new topic under Camel - Users, email
> > [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789615&i=3>
> > To unsubscribe from Camel - Users, click here
> > <
> > .
> > 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-
> tp5789413p5789614.html
>
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> component-fails-under-Karaf-tp5789413p5789615.html
> To start a new topic under Camel - Users, email
> ml-node+s465427n465428h31@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=>
> .
> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-tp5789413p5789616.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel 2.18.0 rabbitmq component fails under Karaf

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
I meant the dependency in the OSGi bundle.

It should be something related to the maven-bundle-plugin configuration in the rabbitmq-client pom
 --
Andrea Cosentino 
----------------------------------
Apache Camel PMC Member
Apache Karaf Committer
Apache Servicemix Committer
Email: ancosen1985@yahoo.com
Twitter: @oscerd2
Github: oscerd



On Wednesday, November 2, 2016 9:04 AM, souciance <so...@gmail.com> wrote:
I had a look at the maven repo:
https://mvnrepository.com/artifact/com.rabbitmq/amqp-client/3.6.4

But junit is set as test dependency. It looks similar to 3.6.3. Or is that
the wrong place to look?

On Wed, Nov 2, 2016 at 8:27 AM, Andrea Cosentino-2 [via Camel] <
ml-node+s465427n5789611h4@n5.nabble.com> wrote:

> It seems the dependency on Junit has been introduced with rabbitmq amqp
> client in version 3.6.4
>
> Downgrade to 3.6.3 works fine.
>  --
> Andrea Cosentino
> ----------------------------------
> Apache Camel PMC Member
> Apache Karaf Committer
> Apache Servicemix Committer
> Email: [hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5789611&i=0>
> Twitter: @oscerd2
> Github: oscerd
>
>
>
> On Tuesday, November 1, 2016 11:59 AM, souciance <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5789611&i=1>> wrote:
> Does anyone know why you need to do that?  It isn't necessary in 2.17.0
> and
> karaf 4.0.2.
>
> Den 31 okt. 2016 2:09 em skrev "gustavo.maurizio [via Camel]" <
> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789611&i=2>>:
>
> > Andrea, fantastic!
> > Adding this  install -s wrap:mvn:junit/junit/4.12 before installing made
> > it work! Thanks!!!
> >
> >
> >
> > ------------------------------
> > If you reply to this email, your message will be added to the discussion
> > below:
> > http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> > component-fails-under-Karaf-tp5789413p5789514.html
> > To start a new topic under Camel - Users, email
> > [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789611&i=3>
> > To unsubscribe from Camel - Users, click here
> > <
> > .
> > 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-
> tp5789413p5789556.html
>
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> component-fails-under-Karaf-tp5789413p5789611.html
> To start a new topic under Camel - Users, email
> ml-node+s465427n465428h31@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=>
> .
> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-tp5789413p5789614.html

Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel 2.18.0 rabbitmq component fails under Karaf

Posted by souciance <so...@gmail.com>.
I had a look at the maven repo:
https://mvnrepository.com/artifact/com.rabbitmq/amqp-client/3.6.4

But junit is set as test dependency. It looks similar to 3.6.3. Or is that
the wrong place to look?

On Wed, Nov 2, 2016 at 8:27 AM, Andrea Cosentino-2 [via Camel] <
ml-node+s465427n5789611h4@n5.nabble.com> wrote:

> It seems the dependency on Junit has been introduced with rabbitmq amqp
> client in version 3.6.4
>
> Downgrade to 3.6.3 works fine.
>  --
> Andrea Cosentino
> ----------------------------------
> Apache Camel PMC Member
> Apache Karaf Committer
> Apache Servicemix Committer
> Email: [hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5789611&i=0>
> Twitter: @oscerd2
> Github: oscerd
>
>
>
> On Tuesday, November 1, 2016 11:59 AM, souciance <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5789611&i=1>> wrote:
> Does anyone know why you need to do that?  It isn't necessary in 2.17.0
> and
> karaf 4.0.2.
>
> Den 31 okt. 2016 2:09 em skrev "gustavo.maurizio [via Camel]" <
> [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789611&i=2>>:
>
> > Andrea, fantastic!
> > Adding this  install -s wrap:mvn:junit/junit/4.12 before installing made
> > it work! Thanks!!!
> >
> >
> >
> > ------------------------------
> > If you reply to this email, your message will be added to the discussion
> > below:
> > http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> > component-fails-under-Karaf-tp5789413p5789514.html
> > To start a new topic under Camel - Users, email
> > [hidden email] <http:///user/SendEmail.jtp?type=node&node=5789611&i=3>
> > To unsubscribe from Camel - Users, click here
> > <
> > .
> > 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-
> tp5789413p5789556.html
>
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> component-fails-under-Karaf-tp5789413p5789611.html
> To start a new topic under Camel - Users, email
> ml-node+s465427n465428h31@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=>
> .
> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-tp5789413p5789614.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel 2.18.0 rabbitmq component fails under Karaf

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
It seems the dependency on Junit has been introduced with rabbitmq amqp client in version 3.6.4

Downgrade to 3.6.3 works fine.
 --
Andrea Cosentino 
----------------------------------
Apache Camel PMC Member
Apache Karaf Committer
Apache Servicemix Committer
Email: ancosen1985@yahoo.com
Twitter: @oscerd2
Github: oscerd



On Tuesday, November 1, 2016 11:59 AM, souciance <so...@gmail.com> wrote:
Does anyone know why you need to do that?  It isn't necessary in 2.17.0 and
karaf 4.0.2.

Den 31 okt. 2016 2:09 em skrev "gustavo.maurizio [via Camel]" <
ml-node+s465427n5789514h97@n5.nabble.com>:

> Andrea, fantastic!
> Adding this  install -s wrap:mvn:junit/junit/4.12 before installing made
> it work! Thanks!!!
>
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> component-fails-under-Karaf-tp5789413p5789514.html
> To start a new topic under Camel - Users, email
> ml-node+s465427n465428h31@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=>
> .
> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-tp5789413p5789556.html

Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel 2.18.0 rabbitmq component fails under Karaf

Posted by souciance <so...@gmail.com>.
Does anyone know why you need to do that?  It isn't necessary in 2.17.0 and
karaf 4.0.2.

Den 31 okt. 2016 2:09 em skrev "gustavo.maurizio [via Camel]" <
ml-node+s465427n5789514h97@n5.nabble.com>:

> Andrea, fantastic!
> Adding this  install -s wrap:mvn:junit/junit/4.12 before installing made
> it work! Thanks!!!
>
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-
> component-fails-under-Karaf-tp5789413p5789514.html
> To start a new topic under Camel - Users, email
> ml-node+s465427n465428h31@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=>
> .
> 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/camel-2-18-0-rabbitmq-component-fails-under-Karaf-tp5789413p5789556.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel 2.18.0 rabbitmq component fails under Karaf

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Andrea do we have an issue in 2.18.x branch with installing camel-rabbitmq?
Then we may need to get this fixed?

Also its a bit weird that junit is needed to be installed, that is for
testing ;)

On Mon, Oct 31, 2016 at 2:09 PM, gustavo.maurizio <gm...@me.com> wrote:
> Andrea, fantastic!
> Adding this  install -s wrap:mvn:junit/junit/4.12 before installing made it
> work! Thanks!!!
>
>
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-component-fails-under-Karaf-tp5789413p5789514.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: camel 2.18.0 rabbitmq component fails under Karaf

Posted by "gustavo.maurizio" <gm...@me.com>.
Andrea, fantastic!
Adding this  install -s wrap:mvn:junit/junit/4.12 before installing made it
work! Thanks!!!





--
View this message in context: http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-component-fails-under-Karaf-tp5789413p5789514.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel 2.18.0 rabbitmq component fails under Karaf

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
Try this way:

karaf@root()> feature:repo-add camel 2.18.0
Adding feature url mvn:org.apache.camel.karaf/apache-camel/2.18.0/xml/features
karaf@root()> install -s wrap:mvn:junit/junit/4.12
Bundle ID: 52
karaf@root()> feature:install -v camel-rabbitmq 
Adding features: camel-rabbitmq/[2.18.0,2.18.0]
Changes to perform:
Region: root
Bundles to install:
mvn:com.rabbitmq/amqp-client/3.6.5
mvn:org.apache.camel/camel-catalog/2.18.0
mvn:org.apache.camel/camel-commands-core/2.18.0
mvn:org.apache.camel/camel-core/2.18.0
mvn:org.apache.camel/camel-rabbitmq/2.18.0
mvn:org.apache.camel.karaf/camel-karaf-commands/2.18.0
mvn:commons-pool/commons-pool/1.6
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl/2.2.11_1
mvn:org.codehaus.woodstox/stax2-api/3.1.4
mvn:org.codehaus.woodstox/woodstox-core-asl/4.4.1
Installing bundles:
mvn:com.rabbitmq/amqp-client/3.6.5
mvn:org.apache.camel/camel-catalog/2.18.0
mvn:org.apache.camel/camel-commands-core/2.18.0
mvn:org.apache.camel/camel-core/2.18.0
mvn:org.apache.camel/camel-rabbitmq/2.18.0
mvn:org.apache.camel.karaf/camel-karaf-commands/2.18.0
mvn:commons-pool/commons-pool/1.6
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jaxb-impl/2.2.11_1
mvn:org.codehaus.woodstox/stax2-api/3.1.4
mvn:org.codehaus.woodstox/woodstox-core-asl/4.4.1
Starting bundles:
org.apache.servicemix.bundles.jaxb-impl/2.2.11.1
stax2-api/3.1.4
woodstox-core-asl/4.4.1
org.apache.camel.camel-core/2.18.0
org.apache.camel.camel-catalog/2.18.0
org.apache.camel.camel-commands-core/2.18.0
com.rabbitmq.client/3.6.5
org.apache.commons.pool/1.6.0
org.apache.camel.camel-rabbitmq/2.18.0
org.apache.camel.karaf.camel-karaf-commands/2.18.0
Done.

 --
Andrea Cosentino 
----------------------------------
Apache Camel PMC Member
Apache Karaf Committer
Apache Servicemix Committer
Email: ancosen1985@yahoo.com
Twitter: @oscerd2
Github: oscerd



On Friday, October 28, 2016 7:53 PM, gustavo.maurizio <gm...@me.com> wrote:
trying to install camel-rabbitmq under Karaf 4.0.6 fails unable to resolve
com.rabbitmq.client.
Was working fine in 2.17.3
Any ideas or help?


karaf@sis.gt.common()> feature:install  camel-rabbitmq
Error executing command: Unable to resolve root: missing requirement [root]
osgi.identity; osgi.identity=camel-rabbitmq; type=karaf.feature;
version="[2.18.0,2.18.0]";
filter:="(&(osgi.identity=camel-rabbitmq)(type=karaf.feature)(version>=2.18.0)(version<=2.18.0))"
[caused by: Unable to resolve camel-rabbitmq/2.18.0: missing requirement
[camel-rabbitmq/2.18.0] osgi.identity;
osgi.identity=org.apache.camel.camel-rabbitmq; type=osgi.bundle;
version="[2.18.0,2.18.0]"; resolution:=mandatory [caused by: Unable to
resolve org.apache.camel.camel-rabbitmq/2.18.0: missing requirement
[org.apache.camel.camel-rabbitmq/2.18.0] osgi.wiring.package;
filter:="(&(osgi.wiring.package=com.rabbitmq.client)(version>=3.6.0)(!(version>=4.0.0)))"
[caused by: Unable to resolve com.rabbitmq.client/3.6.5: missing requirement
[com.rabbitmq.client/3.6.5] osgi.wiring.package;
filter:="(osgi.wiring.package=junit.framework)"]]]
karaf@sis.gt.common()> 




--
View this message in context: http://camel.465427.n5.nabble.com/camel-2-18-0-rabbitmq-component-fails-under-Karaf-tp5789413.html
Sent from the Camel - Users mailing list archive at Nabble.com.