Re: Potential Bug in CamelBlueprintTestSupport

2016-01-15 Thread Quinn Stevenson
Thank You Grzegorz!! I created the sample project using the camel-archetype-blueprint, and it introduced that configuration. I’ve verified that the configuration for the maven-bundle-plugin changed between v 2.14 and 2.15.0. I created https://issues.apache.org/jira/browse/CAMEL-9519

Re: Potential Bug in CamelBlueprintTestSupport

2016-01-15 Thread Grzegorz Grzybek
The problem is that your example lead to two bundles in felix-connect OSGi registy: 2016-01-15 18:32:54,172 DEBUG CamelBlueprintHelper - Bundle #0 -> jar:file:/data/ggrzybek/sources/github.com/_other/camel-blueprint-test-properties/target/test-bundles/configadminloadconfigurationfileandoverridetest

Re: Potential Bug in CamelBlueprintTestSupport

2016-01-15 Thread Grzegorz Grzybek
Weird ;) I'll check it - sounds interesting! regards Grzegorz 2016-01-15 17:16 GMT+01:00 Quinn Stevenson : > Hi Grzegorz - > > Sorry I missed you on the IRC - I left my client open last night. > > I put the project I’m using on GitHub > https://github.com/hqstevenson/camel-blueprint-test-propert

Re: Potential Bug in CamelBlueprintTestSupport

2016-01-15 Thread Quinn Stevenson
Hi Grzegorz - Sorry I missed you on the IRC - I left my client open last night. I put the project I’m using on GitHub https://github.com/hqstevenson/camel-blueprint-test-properties.git The results for me are indeterminate - I

Re: Potential Bug in CamelBlueprintTestSupport

2016-01-15 Thread Grzegorz Grzybek
Hello Quinn Hmm... I've run `for n in `seq 1 30`; do echo $n; mvn test -Dtest=ConfigAdminLoadConfigurationFileAndOverrideTest|grep BUILD; done` after moving `configadmin-loadfileoverride.xml` from src/test/resources to src/main/resources and everything is fine. Are you doing it in your own projec

Re: Potential Bug in CamelBlueprintTestSupport

2016-01-14 Thread Grzegorz Grzybek
Hello Quinn Excuse me that I've missed your emails - your findings are interesting - I'll try to test your scenarios tomorrow (Friday) morning CET. ok? regards Grzegorz 2016-01-14 16:42 GMT+01:00 Quinn Stevenson : > Hi Grzegorz - > > So is this a bug? It seems like it is to me, but I don’t want

Re: Potential Bug in CamelBlueprintTestSupport

2016-01-14 Thread Quinn Stevenson
Hi Grzegorz - So is this a bug? It seems like it is to me, but I don’t want to waste anybody’s time with the JIRA if it isn’t and I’m just doing something stupid. Quinn Stevenson > On Jan 6, 2016, at 3:30 PM, Quinn Stevenson > wrote: > > I just re-ran the test against several versions of C

Re: Potential Bug in CamelBlueprintTestSupport

2016-01-06 Thread Quinn Stevenson
I just re-ran the test against several versions of Camel and I’ve updated the POM in the unit test with the results. To summarize: - When the blueprint.xml is in src/test/resources/OSGI-INF/blueprint - these versions work - 2.17-SNAPSHOT - 2.16.1 - 2.16.0 - 2.15.5

Re: Potential Bug in CamelBlueprintTestSupport

2016-01-06 Thread Quinn Stevenson
Hi Grzegorz - Thank you for the link - I’ve read through it many times - it is very very helpful. From what I understand, this should work - the location of the blueprint file shouldn’t effect the way the test runs, should it? Maybe I’m missing something simple. It looks like my unit test at

Re: Potential Bug in CamelBlueprintTestSupport

2016-01-06 Thread Grzegorz Grzybek
Hello Quinn What Camel version do you use? I wrote a thorough explanation of CamelTestBlueprint and the changes we've made to how tests are performed and synchronized. Here: http://ggrzybek.blogspot.com/2015/12/camel-blueprint-test-support.html You can find there links to JIRA issues describing ex