Re: camel 2.18.0 rabbitmq component fails under Karaf

2016-11-02 Thread Andrea Cosentino
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: ancosen1...@yahoo.com
Twitter: @oscerd2
Github: oscerd



On Wednesday, November 2, 2016 11:34 AM, souciance 
 wrote:
Thanks for creating the issue.

On Wed, Nov 2, 2016 at 11:01 AM, Andrea Cosentino-2 [via Camel] <
ml-node+s465427n5789623...@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]
> 
> Twitter: @oscerd2
> Github: oscerd
>
>
>
> On Wednesday, November 2, 2016 10:53 AM, Tomohisa Igarashi <[hidden email]
> > 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]
> 
> > Twitter: @oscerd2
> > Github: oscerd
> >
> >
> >
> >
> > On Wednesday, November 2, 2016 9:30 AM, souciance <[hidden email]
> > 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] >
> 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]
> >> 
> >> Twitter: @oscerd2
> >> Github: oscerd
> >>
> >>
> >>
> >> On Wednesday, November 2, 2016 9:04 AM, souciance <[hidden email]
> >> > 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] >
>
> >> 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]
> >>> 
> >>> Twitter: @oscerd2
> >>> Github: oscerd
> >>>
> >>>
> >>>
> >>> On Tuesday, November 1, 2016 11:59 AM, souciance <[hidden email]
> >>> > 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] >:
>
> >>
> >>>
>  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-
>  

Re: camel 2.18.0 rabbitmq component fails under Karaf

2016-11-02 Thread souciance
Thanks for creating the issue.

On Wed, Nov 2, 2016 at 11:01 AM, Andrea Cosentino-2 [via Camel] <
ml-node+s465427n5789623...@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]
> 
> Twitter: @oscerd2
> Github: oscerd
>
>
>
> On Wednesday, November 2, 2016 10:53 AM, Tomohisa Igarashi <[hidden email]
> > 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]
> 
> > Twitter: @oscerd2
> > Github: oscerd
> >
> >
> >
> >
> > On Wednesday, November 2, 2016 9:30 AM, souciance <[hidden email]
> > 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] >
> 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]
> >> 
> >> Twitter: @oscerd2
> >> Github: oscerd
> >>
> >>
> >>
> >> On Wednesday, November 2, 2016 9:04 AM, souciance <[hidden email]
> >> > 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] >
>
> >> 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]
> >>> 
> >>> Twitter: @oscerd2
> >>> Github: oscerd
> >>>
> >>>
> >>>
> >>> On Tuesday, November 1, 2016 11:59 AM, souciance <[hidden email]
> >>> > 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] >:
>
> >>
> >>>
>  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] 
>
> >>
>  To unsubscribe from Camel - Users, click here
>  <
>  .
>  NAML
>   >> NamlServlet.jtp?macro=macro_
> >>> 

Re: camel 2.18.0 rabbitmq component fails under Karaf

2016-11-02 Thread Andrea Cosentino
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: ancosen1...@yahoo.com
Twitter: @oscerd2
Github: oscerd



On Wednesday, November 2, 2016 10:53 AM, Tomohisa Igarashi 
 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: ancosen1...@yahoo.com
> Twitter: @oscerd2
> Github: oscerd
>
>
>
>
> On Wednesday, November 2, 2016 9:30 AM, souciance 
>  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+s465427n5789615...@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]
>> 
>> Twitter: @oscerd2
>> Github: oscerd
>>
>>
>>
>> On Wednesday, November 2, 2016 9:04 AM, souciance <[hidden email]
>> > 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] >
>> 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]
>>> 
>>> Twitter: @oscerd2
>>> Github: oscerd
>>>
>>>
>>>
>>> On Tuesday, November 1, 2016 11:59 AM, souciance <[hidden email]
>>> > 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] >:
>>
>>>
 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] 
>>
 To unsubscribe from Camel - Users, click here
 <
 .
 NAML
 > NamlServlet.jtp?macro=macro_
>>> viewer=instant_html%21nabble%3Aemail.naml=nabble.naml.namespaces.
>>
>>> BasicNamespace-nabble.view.web.template.NabbleNamespace-
>>> nabble.view.web.template.NodeNamespace=
>>> 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 

Re: camel 2.18.0 rabbitmq component fails under Karaf

2016-11-02 Thread Tomohisa Igarashi

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: ancosen1...@yahoo.com
Twitter: @oscerd2
Github: oscerd




On Wednesday, November 2, 2016 9:30 AM, souciance 
 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+s465427n5789615...@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]

Twitter: @oscerd2
Github: oscerd



On Wednesday, November 2, 2016 9:04 AM, souciance <[hidden email]
> 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] >
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]

Twitter: @oscerd2
Github: oscerd



On Tuesday, November 1, 2016 11:59 AM, souciance <[hidden email]
> 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] >:





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] 



To unsubscribe from Camel - Users, click here
<
.
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] 
To unsubscribe from Camel - Users, click here
<
.
NAML








--
View this message in context: http://camel.465427.n5.nabble.

Re: camel 2.18.0 rabbitmq component fails under Karaf

2016-11-02 Thread Andrea Cosentino
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: ancosen1...@yahoo.com
Twitter: @oscerd2
Github: oscerd




On Wednesday, November 2, 2016 9:30 AM, souciance 
 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+s465427n5789615...@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]
> 
> Twitter: @oscerd2
> Github: oscerd
>
>
>
> On Wednesday, November 2, 2016 9:04 AM, souciance <[hidden email]
> > 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] >
> 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]
> > 
> > Twitter: @oscerd2
> > Github: oscerd
> >
> >
> >
> > On Tuesday, November 1, 2016 11:59 AM, souciance <[hidden email]
> > > 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] >:
>
> >
> > > 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] 
>
> > > To unsubscribe from Camel - Users, click here
> > > <
> > > .
> > > NAML
> > >  NamlServlet.jtp?macro=macro_
> > viewer=instant_html%21nabble%3Aemail.naml=nabble.naml.namespaces.
>
> > BasicNamespace-nabble.view.web.template.NabbleNamespace-
> > nabble.view.web.template.NodeNamespace=
> > 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] 
> > To unsubscribe from Camel - Users, click here
> > <
> > .
> > NAML
> >  viewer=instant_html%21nabble%3Aemail.naml=nabble.naml.namespaces.
> BasicNamespace-nabble.view.web.template.NabbleNamespace-
> nabble.view.web.template.NodeNamespace=
> notify_subscribers%21nabble%3Aemail.naml-instant_emails%
> 

Re: camel 2.18.0 rabbitmq component fails under Karaf

2016-11-02 Thread souciance
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+s465427n5789615...@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]
> 
> Twitter: @oscerd2
> Github: oscerd
>
>
>
> On Wednesday, November 2, 2016 9:04 AM, souciance <[hidden email]
> > 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] >
> 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]
> > 
> > Twitter: @oscerd2
> > Github: oscerd
> >
> >
> >
> > On Tuesday, November 1, 2016 11:59 AM, souciance <[hidden email]
> > > 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] >:
>
> >
> > > 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] 
>
> > > To unsubscribe from Camel - Users, click here
> > > <
> > > .
> > > NAML
> > >  NamlServlet.jtp?macro=macro_
> > viewer=instant_html%21nabble%3Aemail.naml=nabble.naml.namespaces.
>
> > BasicNamespace-nabble.view.web.template.NabbleNamespace-
> > nabble.view.web.template.NodeNamespace=
> > 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] 
> > To unsubscribe from Camel - Users, click here
> > <
> > .
> > NAML
> >  viewer=instant_html%21nabble%3Aemail.naml=nabble.naml.namespaces.
> BasicNamespace-nabble.view.web.template.NabbleNamespace-
> nabble.view.web.template.NodeNamespace=
> 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+s465427n465428...@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> 
> .
> NAML
> 

Re: camel 2.18.0 rabbitmq component fails under Karaf

2016-11-02 Thread Andrea Cosentino
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: ancosen1...@yahoo.com
Twitter: @oscerd2
Github: oscerd



On Wednesday, November 2, 2016 9:04 AM, souciance 
 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+s465427n578961...@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]
> 
> Twitter: @oscerd2
> Github: oscerd
>
>
>
> On Tuesday, November 1, 2016 11:59 AM, souciance <[hidden email]
> > 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] >:
>
> > 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] 
> > To unsubscribe from Camel - Users, click here
> > <
> > .
> > NAML
> >  viewer=instant_html%21nabble%3Aemail.naml=nabble.naml.namespaces.
> BasicNamespace-nabble.view.web.template.NabbleNamespace-
> nabble.view.web.template.NodeNamespace=
> 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+s465427n465428...@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> 
> .
> 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

2016-11-02 Thread souciance
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+s465427n578961...@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]
> 
> Twitter: @oscerd2
> Github: oscerd
>
>
>
> On Tuesday, November 1, 2016 11:59 AM, souciance <[hidden email]
> > 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] >:
>
> > 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] 
> > To unsubscribe from Camel - Users, click here
> > <
> > .
> > NAML
> >  viewer=instant_html%21nabble%3Aemail.naml=nabble.naml.namespaces.
> BasicNamespace-nabble.view.web.template.NabbleNamespace-
> nabble.view.web.template.NodeNamespace=
> 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+s465427n465428...@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> 
> .
> 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

2016-11-02 Thread Andrea Cosentino
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: ancosen1...@yahoo.com
Twitter: @oscerd2
Github: oscerd



On Tuesday, November 1, 2016 11:59 AM, souciance 
 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+s465427n5789514...@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+s465427n465428...@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> 
> .
> 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.


R: Re: camel 2.18.0 rabbitmq component fails under Karaf

2016-11-01 Thread Andrea Cosentino
Non sure. Need to investigate a bit 
 
  Il mar, 1 nov, 2016 alle 11:59, souciance 
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+s465427n5789514...@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+s465427n465428...@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> 
> .
> 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

2016-11-01 Thread souciance
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+s465427n5789514...@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+s465427n465428...@n5.nabble.com
> To unsubscribe from Camel - Users, click here
> 
> .
> 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

2016-11-01 Thread Claus Ibsen
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  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

2016-10-31 Thread gustavo.maurizio
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

2016-10-31 Thread Andrea Cosentino
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: ancosen1...@yahoo.com
Twitter: @oscerd2
Github: oscerd



On Friday, October 28, 2016 7:53 PM, gustavo.maurizio  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?


ka...@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)"]]]
ka...@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.


camel 2.18.0 rabbitmq component fails under Karaf

2016-10-28 Thread gustavo.maurizio
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?


ka...@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)"]]]
ka...@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.