Re: "Gave up waiting for BlueprintContainer" when using camel-test-blueprint

2018-02-13 Thread Claus Ibsen
mailto:sato.tadayo...@gmail.com] >> Sent: Monday, February 12, 2018 6:08 PM >> To: users@camel.apache.org >> Subject: Re: "Gave up waiting for BlueprintContainer" when using >> camel-test-blueprint >> >> Hi, >> >> Typically it happens on Camel

Re: "Gave up waiting for BlueprintContainer" when using camel-test-blueprint

2018-02-13 Thread Claus Ibsen
; > Harrison > > -Original Message- > From: Tadayoshi Sato [mailto:sato.tadayo...@gmail.com] > Sent: Monday, February 12, 2018 6:08 PM > To: users@camel.apache.org > Subject: Re: "Gave up waiting for BlueprintContainer" when using > camel-test-blueprint > > Hi, > >

RE: "Gave up waiting for BlueprintContainer" when using camel-test-blueprint

2018-02-13 Thread Harrison Tarr
when I'm using the "camel-test-blueprint" Harrison -Original Message- From: Tadayoshi Sato [mailto:sato.tadayo...@gmail.com] Sent: Monday, February 12, 2018 6:08 PM To: users@camel.apache.org Subject: Re: "Gave up waiting for BlueprintContainer" when u

Re: "Gave up waiting for BlueprintContainer" when using camel-test-blueprint

2018-02-12 Thread Tadayoshi Sato
Hi, Typically it happens on CamelBlueprintTestSupport when you omit some OSGi dependencies in pom.xml: It's not just Maven dependencies but also OSGi bundle imports/exports. Typically a successful camel blueprint test has a felix maven-bundle-plugin configuration and the import/export packages dec