Re: Property with key XXX not found in properties from text (blueprint, sslContextParameters)

2017-02-02 Thread Alex Soto
I found this which looks very similar to my problem: https://access.redhat.com/solutions/1428583 Anybody knows about this? Best regards, Alex soto > On Jan 11, 2017, at 2:55 PM, Alex Soto wrote: > > I think it is related to the camel:sslContext

Re: Property with key XXX not found in properties from text (blueprint, sslContextParameters)

2017-01-11 Thread Alex Soto
I think it is related to the camel:sslContextParameters. I am creating and exporting this object as a service from one bundle to the other. The client bundle imports the service: but the property should have been resolved already within the exporting bundle. The It seems to be looking for t

Re: Property with key XXX not found in properties from text (blueprint, sslContextParameters)

2017-01-11 Thread Quinn Stevenson
Could it be because you’ve changed the placeholder prefix/suffix? > On Jan 11, 2017, at 10:15 AM, Alex Soto wrote: > > Actually, the error is coming from a different Blueprint context/bundle, not > the one I pasted below. > This other context does not reference this property, so this is very

Re: Property with key XXX not found in properties from text (blueprint, sslContextParameters)

2017-01-11 Thread Alex Soto
Actually, the error is coming from a different Blueprint context/bundle, not the one I pasted below. This other context does not reference this property, so this is very strange. How is this possible: Blueprint context A depends on a service exposed by Blueprint B. Blueprint B uses a property

Property with key XXX not found in properties from text (blueprint, sslContextParameters)

2017-01-10 Thread Alex Soto
Hello, Starting with Camel 2.18.0, and including 2.18.1, I am getting this error during deployment of my Blueprint routes. The exact same blueprint deploys fine with version 2.17.4, so it looks like something was changed in 2.18.x that is causing this. Here is a fragment of my blueprint xml: