Re: Mocking an endpoint in a blueprint that contains a property placeholder

2013-02-07 Thread Claus Ibsen
On Wed, Feb 6, 2013 at 6:15 PM, fordm wrote: > Claus Ibsen-2 wrote >> I think there is a method on CamelTestSupport = >> useOverridePropertiesWithPropertiesComponent you can override and >> return the properties to use for testing. >> I guess we should document that on: >> http://camel.apache.org/

Re: Mocking an endpoint in a blueprint that contains a property placeholder

2013-02-05 Thread Claus Ibsen
On Tue, Feb 5, 2013 at 3:18 PM, Martin Ford wrote: > Hi, > > > > I have a simple blueprint route that uses camel-mail to send an email. The > protocol (i.e. component), host and port are set up as property > > placeholders: > > > > > > > > > > > > > > When deployed to Fuse ESB the bluepri