Unstable test with camel-test-blueprint

2015-10-02 Thread Arnaud Deprez
Hi folks,

I'm currently testing routes with camel-test-blueprint 2.15.2 and from time
to time my tests fails (it's like 1 faillure for 1 passed).

When it occurs, I got the following message :
16:19:10.556 [Blueprint Extender: 1] INFO  o.a.a.b.c.BlueprintContainerImpl
- Bundle CustomerRestServiceRouteTest is waiting for namespace handlers [
http://camel.apache.org/schema/blueprint]

Then it waits a bit and then I got plenty of warnings :
16:19:40.489 [main] WARN  o.a.c.t.b.CamelBlueprintHelper - Test bundle
headers: Bundle-ManifestVersion=2, Bundle-Name=System Bundle,
Bundle-SymbolicName=de.kalpatec.pojosr.framework, Bundle-Vendor=kalpatec,
Bundle-Version=0.2.1
16:19:40.489 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference: [org.osgi.framework.hooks.bundle.EventHook], bundle:
org.apache.aries.blueprint [34], symbolicName: org.apache.aries.blueprint
16:19:40.489 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference: [org.apache.camel.spi.ComponentResolver], bundle:
org.apache.camel.camel-metrics [24], symbolicName:
org.apache.camel.camel-metrics
16:19:40.489 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle:
org.apache.aries.blueprint [34], symbolicName: org.apache.aries.blueprint
16:19:40.489 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference: [org.apache.camel.spi.LanguageResolver], bundle:
org.apache.camel.camel-core [18], symbolicName: org.apache.camel.camel-core
16:19:40.489 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference: [org.apache.camel.spi.DataFormatResolver], bundle:
org.apache.camel.camel-jackson [30], symbolicName:
org.apache.camel.camel-jackson
16:19:40.489 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference: [org.apache.camel.spi.ComponentResolver], bundle:
org.apache.camel.camel-core [18], symbolicName: org.apache.camel.camel-core
16:19:40.489 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference: [org.apache.felix.cm.PersistenceManager], bundle:
org.apache.felix.configadmin [46], symbolicName:
org.apache.felix.configadmin
16:19:40.490 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference:
[org.osgi.service.blueprint.container.BlueprintContainer], bundle:
org.apache.camel.camel-blueprint [22], symbolicName:
org.apache.camel.camel-blueprint
16:19:40.490 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference: [org.osgi.service.startlevel.StartLevel], bundle:
de.kalpatec.pojosr.framework [0], symbolicName: de.kalpatec.pojosr.framework
16:19:40.490 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference:
[org.osgi.service.blueprint.container.BlueprintContainer], bundle:
Lampiris-el2-common-query-odata2 [12], symbolicName:
Lampiris-el2-common-query-odata2
16:19:40.490 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference: [org.apache.camel.spi.TypeConverterLoader], bundle:
de.kalpatec.pojosr.framework [0], symbolicName: de.kalpatec.pojosr.framework
16:19:40.490 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference: [contactQueryService], bundle:
de.kalpatec.pojosr.framework [0], symbolicName: de.kalpatec.pojosr.framework
16:19:40.490 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference:
[be.lampiris.pie2.el2.common.query.odata2.encoder.OData2Encoder], bundle:
Lampiris-el2-common-query-odata2 [12], symbolicName:
Lampiris-el2-common-query-odata2
16:19:40.490 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle:
org.apache.camel.camel-blueprint [22], symbolicName:
org.apache.camel.camel-blueprint
16:19:40.490 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference: [org.apache.camel.spi.DataFormatResolver], bundle:
org.apache.camel.camel-core [18], symbolicName: org.apache.camel.camel-core
16:19:40.490 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference:
[org.osgi.service.blueprint.container.BlueprintContainer], bundle:
org.apache.aries.blueprint [34], symbolicName: org.apache.aries.blueprint
16:19:40.490 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference: [org.apache.aries.blueprint.services.ParserService],
bundle: org.apache.aries.blueprint [34], symbolicName:
org.apache.aries.blueprint
16:19:40.490 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference: [org.osgi.service.url.URLStreamHandlerService], bundle:
org.apache.felix.fileinstall [47], symbolicName:
org.apache.felix.fileinstall
16:19:40.490 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference: [org.apache.aries.blueprint.NamespaceHandler], bundle:
org.apache.aries.blueprint [34], symbolicName: org.apache.aries.blueprint
16:19:40.490 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference: [org.osgi.service.cm.ConfigurationAdmin], bundle:
org.apache.felix.configadmin [46], symbolicName:
org.apache.felix.configadmin
16:19:40.490 [main] WARN  o.a.c.t.b.CamelBlueprintHelper -
ServiceReference: [org.apache.aries.blueprint.NamespaceHandler],

Re: Unstable test with camel-test-blueprint

2015-10-04 Thread arnaudeprez
Hi folks,

I just reran my tests with camel 2.16-SNAPSHOT and it doesn't solve my
issue.
So the issue https://issues.apache.org/jira/browse/CAMEL-9142 doesn't seem
to be related to this bug.

@Claus it may be related to your fix here
https://issues.apache.org/jira/browse/CAMEL-9144. Please keep me posted when
I can rerun my tests with your new fix included in the SNAPSHOT version.

Rgds,



--
View this message in context: 
http://camel.465427.n5.nabble.com/Unstable-test-with-camel-test-blueprint-tp5772185p5772245.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Unstable test with camel-test-blueprint

2015-10-04 Thread Grzegorz Grzybek
Hello

See this answer:
http://camel.465427.n5.nabble.com/VOTE-Camel-2-16-0-tp5772119p5772249.html

regards
Grzegorz Grzybek

2015-10-04 12:29 GMT+02:00 arnaudeprez :
> Hi folks,
>
> I just reran my tests with camel 2.16-SNAPSHOT and it doesn't solve my
> issue.
> So the issue https://issues.apache.org/jira/browse/CAMEL-9142 doesn't seem
> to be related to this bug.
>
> @Claus it may be related to your fix here
> https://issues.apache.org/jira/browse/CAMEL-9144. Please keep me posted when
> I can rerun my tests with your new fix included in the SNAPSHOT version.
>
> Rgds,
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Unstable-test-with-camel-test-blueprint-tp5772185p5772245.html
> Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Unstable test with camel-test-blueprint

2015-10-09 Thread arnaudeprez
Hi again,

I've posted my dependency tree there
http://camel.465427.n5.nabble.com/VOTE-Camel-2-16-0-td5772119i20.html.

I may do something wrong but I just read the source code of the pom here
https://repo1.maven.org/maven2/org/apache/camel/camel-test-blueprint/2.15.2/camel-test-blueprint-2.15.2.pom
 

and it's written in comments : 



As the only depdencies I use for blueprint is camel-blueprint and
camel-test-blueprint, it should be fine, isn't it ?




--
View this message in context: 
http://camel.465427.n5.nabble.com/Unstable-test-with-camel-test-blueprint-tp5772185p5772466.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Unstable test with camel-test-blueprint

2015-10-09 Thread Grzegorz Grzybek
Hi

for camel-2.15.2 you have
"com.googlecode.pojosr:de.kalpatec.pojosr.framework:jar:0.2.1:test"
dependency - which isn't stable.
for camel-2.16 it looks fine -
"org.apache.felix:org.apache.felix.connect:jar:0.1.0:test" and
"org.apache.aries.blueprint:org.apache.aries.blueprint.core:jar:1.4.4:test"...

doesn't it work with 2.16?

regards
Grzegorz

2015-10-09 16:14 GMT+02:00 arnaudeprez :
> Hi again,
>
> I've posted my dependency tree there
> http://camel.465427.n5.nabble.com/VOTE-Camel-2-16-0-td5772119i20.html.
>
> I may do something wrong but I just read the source code of the pom here
> https://repo1.maven.org/maven2/org/apache/camel/camel-test-blueprint/2.15.2/camel-test-blueprint-2.15.2.pom
>
> and it's written in comments :
>
>
>
> As the only depdencies I use for blueprint is camel-blueprint and
> camel-test-blueprint, it should be fine, isn't it ?
>
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Unstable-test-with-camel-test-blueprint-tp5772185p5772466.html
> Sent from the Camel - Users mailing list archive at Nabble.com.


Re: Unstable test with camel-test-blueprint

2015-10-09 Thread Arnaud Deprez
No I got the same behaviour with camel 2.16-SNAPSHOT :-(

On Fri, Oct 9, 2015 at 4:21 PM Grzegorz Grzybek 
wrote:

> Hi
>
> for camel-2.15.2 you have
> "com.googlecode.pojosr:de.kalpatec.pojosr.framework:jar:0.2.1:test"
> dependency - which isn't stable.
> for camel-2.16 it looks fine -
> "org.apache.felix:org.apache.felix.connect:jar:0.1.0:test" and
>
> "org.apache.aries.blueprint:org.apache.aries.blueprint.core:jar:1.4.4:test"...
>
> doesn't it work with 2.16?
>
> regards
> Grzegorz
>
> 2015-10-09 16:14 GMT+02:00 arnaudeprez :
> > Hi again,
> >
> > I've posted my dependency tree there
> > http://camel.465427.n5.nabble.com/VOTE-Camel-2-16-0-td5772119i20.html.
> >
> > I may do something wrong but I just read the source code of the pom here
> >
> https://repo1.maven.org/maven2/org/apache/camel/camel-test-blueprint/2.15.2/camel-test-blueprint-2.15.2.pom
> >
> > and it's written in comments :
> >
> >
> >
> > As the only depdencies I use for blueprint is camel-blueprint and
> > camel-test-blueprint, it should be fine, isn't it ?
> >
> >
> >
> >
> > --
> > View this message in context:
> http://camel.465427.n5.nabble.com/Unstable-test-with-camel-test-blueprint-tp5772185p5772466.html
> > Sent from the Camel - Users mailing list archive at Nabble.com.
>


Re: Unstable test with camel-test-blueprint

2015-10-09 Thread Grzegorz Grzybek
I'm afraid you have to share the project then ;)

regards
Grzegorz

2015-10-09 16:43 GMT+02:00 Arnaud Deprez :
> No I got the same behaviour with camel 2.16-SNAPSHOT :-(
>
> On Fri, Oct 9, 2015 at 4:21 PM Grzegorz Grzybek 
> wrote:
>
>> Hi
>>
>> for camel-2.15.2 you have
>> "com.googlecode.pojosr:de.kalpatec.pojosr.framework:jar:0.2.1:test"
>> dependency - which isn't stable.
>> for camel-2.16 it looks fine -
>> "org.apache.felix:org.apache.felix.connect:jar:0.1.0:test" and
>>
>> "org.apache.aries.blueprint:org.apache.aries.blueprint.core:jar:1.4.4:test"...
>>
>> doesn't it work with 2.16?
>>
>> regards
>> Grzegorz
>>
>> 2015-10-09 16:14 GMT+02:00 arnaudeprez :
>> > Hi again,
>> >
>> > I've posted my dependency tree there
>> > http://camel.465427.n5.nabble.com/VOTE-Camel-2-16-0-td5772119i20.html.
>> >
>> > I may do something wrong but I just read the source code of the pom here
>> >
>> https://repo1.maven.org/maven2/org/apache/camel/camel-test-blueprint/2.15.2/camel-test-blueprint-2.15.2.pom
>> >
>> > and it's written in comments :
>> >
>> >
>> >
>> > As the only depdencies I use for blueprint is camel-blueprint and
>> > camel-test-blueprint, it should be fine, isn't it ?
>> >
>> >
>> >
>> >
>> > --
>> > View this message in context:
>> http://camel.465427.n5.nabble.com/Unstable-test-with-camel-test-blueprint-tp5772185p5772466.html
>> > Sent from the Camel - Users mailing list archive at Nabble.com.
>>


Re: Unstable test with camel-test-blueprint

2015-10-12 Thread Arnaud Deprez
Hi,

I've updated my project to the latest camel 2.16.0 and the issue seems to
be resolved.
Keep in touch in case the problem occurs again.

Thx for you support.

Rgds,

On Fri, Oct 9, 2015 at 5:26 PM Grzegorz Grzybek 
wrote:

> I'm afraid you have to share the project then ;)
>
> regards
> Grzegorz
>
> 2015-10-09 16:43 GMT+02:00 Arnaud Deprez :
> > No I got the same behaviour with camel 2.16-SNAPSHOT :-(
> >
> > On Fri, Oct 9, 2015 at 4:21 PM Grzegorz Grzybek 
> > wrote:
> >
> >> Hi
> >>
> >> for camel-2.15.2 you have
> >> "com.googlecode.pojosr:de.kalpatec.pojosr.framework:jar:0.2.1:test"
> >> dependency - which isn't stable.
> >> for camel-2.16 it looks fine -
> >> "org.apache.felix:org.apache.felix.connect:jar:0.1.0:test" and
> >>
> >>
> "org.apache.aries.blueprint:org.apache.aries.blueprint.core:jar:1.4.4:test"...
> >>
> >> doesn't it work with 2.16?
> >>
> >> regards
> >> Grzegorz
> >>
> >> 2015-10-09 16:14 GMT+02:00 arnaudeprez :
> >> > Hi again,
> >> >
> >> > I've posted my dependency tree there
> >> > http://camel.465427.n5.nabble.com/VOTE-Camel-2-16-0-td5772119i20.html
> .
> >> >
> >> > I may do something wrong but I just read the source code of the pom
> here
> >> >
> >>
> https://repo1.maven.org/maven2/org/apache/camel/camel-test-blueprint/2.15.2/camel-test-blueprint-2.15.2.pom
> >> >
> >> > and it's written in comments :
> >> >
> >> >
> >> >
> >> > As the only depdencies I use for blueprint is camel-blueprint and
> >> > camel-test-blueprint, it should be fine, isn't it ?
> >> >
> >> >
> >> >
> >> >
> >> > --
> >> > View this message in context:
> >>
> http://camel.465427.n5.nabble.com/Unstable-test-with-camel-test-blueprint-tp5772185p5772466.html
> >> > Sent from the Camel - Users mailing list archive at Nabble.com.
> >>
>


Re: Unstable test with camel-test-blueprint

2015-10-12 Thread Grzegorz Grzybek
yeehaa!

I'm happy it works for you.
If you have more questions about blueprint, camel-test-blueprint or
configadmin, just write me an email.

regards
Grzegorz

2015-10-12 9:26 GMT+02:00 Arnaud Deprez :
> Hi,
>
> I've updated my project to the latest camel 2.16.0 and the issue seems to
> be resolved.
> Keep in touch in case the problem occurs again.
>
> Thx for you support.
>
> Rgds,
>
> On Fri, Oct 9, 2015 at 5:26 PM Grzegorz Grzybek 
> wrote:
>
>> I'm afraid you have to share the project then ;)
>>
>> regards
>> Grzegorz
>>
>> 2015-10-09 16:43 GMT+02:00 Arnaud Deprez :
>> > No I got the same behaviour with camel 2.16-SNAPSHOT :-(
>> >
>> > On Fri, Oct 9, 2015 at 4:21 PM Grzegorz Grzybek 
>> > wrote:
>> >
>> >> Hi
>> >>
>> >> for camel-2.15.2 you have
>> >> "com.googlecode.pojosr:de.kalpatec.pojosr.framework:jar:0.2.1:test"
>> >> dependency - which isn't stable.
>> >> for camel-2.16 it looks fine -
>> >> "org.apache.felix:org.apache.felix.connect:jar:0.1.0:test" and
>> >>
>> >>
>> "org.apache.aries.blueprint:org.apache.aries.blueprint.core:jar:1.4.4:test"...
>> >>
>> >> doesn't it work with 2.16?
>> >>
>> >> regards
>> >> Grzegorz
>> >>
>> >> 2015-10-09 16:14 GMT+02:00 arnaudeprez :
>> >> > Hi again,
>> >> >
>> >> > I've posted my dependency tree there
>> >> > http://camel.465427.n5.nabble.com/VOTE-Camel-2-16-0-td5772119i20.html
>> .
>> >> >
>> >> > I may do something wrong but I just read the source code of the pom
>> here
>> >> >
>> >>
>> https://repo1.maven.org/maven2/org/apache/camel/camel-test-blueprint/2.15.2/camel-test-blueprint-2.15.2.pom
>> >> >
>> >> > and it's written in comments :
>> >> >
>> >> >
>> >> >
>> >> > As the only depdencies I use for blueprint is camel-blueprint and
>> >> > camel-test-blueprint, it should be fine, isn't it ?
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > --
>> >> > View this message in context:
>> >>
>> http://camel.465427.n5.nabble.com/Unstable-test-with-camel-test-blueprint-tp5772185p5772466.html
>> >> > Sent from the Camel - Users mailing list archive at Nabble.com.
>> >>
>>


Re: Unstable test with camel-test-blueprint

2015-10-12 Thread Arnaud Deprez
Thanks ! :-)
Have a nice day !

On Mon, Oct 12, 2015 at 9:50 AM Grzegorz Grzybek 
wrote:

> yeehaa!
>
> I'm happy it works for you.
> If you have more questions about blueprint, camel-test-blueprint or
> configadmin, just write me an email.
>
> regards
> Grzegorz
>
> 2015-10-12 9:26 GMT+02:00 Arnaud Deprez :
> > Hi,
> >
> > I've updated my project to the latest camel 2.16.0 and the issue seems to
> > be resolved.
> > Keep in touch in case the problem occurs again.
> >
> > Thx for you support.
> >
> > Rgds,
> >
> > On Fri, Oct 9, 2015 at 5:26 PM Grzegorz Grzybek 
> > wrote:
> >
> >> I'm afraid you have to share the project then ;)
> >>
> >> regards
> >> Grzegorz
> >>
> >> 2015-10-09 16:43 GMT+02:00 Arnaud Deprez :
> >> > No I got the same behaviour with camel 2.16-SNAPSHOT :-(
> >> >
> >> > On Fri, Oct 9, 2015 at 4:21 PM Grzegorz Grzybek  >
> >> > wrote:
> >> >
> >> >> Hi
> >> >>
> >> >> for camel-2.15.2 you have
> >> >> "com.googlecode.pojosr:de.kalpatec.pojosr.framework:jar:0.2.1:test"
> >> >> dependency - which isn't stable.
> >> >> for camel-2.16 it looks fine -
> >> >> "org.apache.felix:org.apache.felix.connect:jar:0.1.0:test" and
> >> >>
> >> >>
> >>
> "org.apache.aries.blueprint:org.apache.aries.blueprint.core:jar:1.4.4:test"...
> >> >>
> >> >> doesn't it work with 2.16?
> >> >>
> >> >> regards
> >> >> Grzegorz
> >> >>
> >> >> 2015-10-09 16:14 GMT+02:00 arnaudeprez :
> >> >> > Hi again,
> >> >> >
> >> >> > I've posted my dependency tree there
> >> >> >
> http://camel.465427.n5.nabble.com/VOTE-Camel-2-16-0-td5772119i20.html
> >> .
> >> >> >
> >> >> > I may do something wrong but I just read the source code of the pom
> >> here
> >> >> >
> >> >>
> >>
> https://repo1.maven.org/maven2/org/apache/camel/camel-test-blueprint/2.15.2/camel-test-blueprint-2.15.2.pom
> >> >> >
> >> >> > and it's written in comments :
> >> >> >
> >> >> >
> >> >> >
> >> >> > As the only depdencies I use for blueprint is camel-blueprint and
> >> >> > camel-test-blueprint, it should be fine, isn't it ?
> >> >> >
> >> >> >
> >> >> >
> >> >> >
> >> >> > --
> >> >> > View this message in context:
> >> >>
> >>
> http://camel.465427.n5.nabble.com/Unstable-test-with-camel-test-blueprint-tp5772185p5772466.html
> >> >> > Sent from the Camel - Users mailing list archive at Nabble.com.
> >> >>
> >>
>