Fixed documentation to state that if using 1.x you may need to remove the //
On Wed, Sep 30, 2009 at 3:10 PM, Claus Ibsen <[email protected]> wrote: > Using // is the correct URL notation as you have to separate the > scheme from the context path. > > Camel 2.0 is improved in that area. > So if you use 1.6 etc. you may have issues with // or not using //. > > > On Wed, Sep 30, 2009 at 3:08 PM, Anto Paul <[email protected]> wrote: >> there is no "//" in the URI that Camel uses. See code >> SpringCamelContext#createEventEndpoint(). Site document has "//" in the URI. >> I wasted a lot of time in debugging why this route is not working if I put >> spring-event://default. >> >> Anto >> >> On Wed, Sep 30, 2009 at 6:33 PM, Claus Ibsen <[email protected]> wrote: >> >>> On Wed, Sep 30, 2009 at 2:59 PM, Anto Paul <[email protected]> >>> wrote: >>> > HI, >>> > >>> > URI for Event component is wrong in the site documentation at >>> > http://camel.apache.org/event.html The actual URI used is >>> > spring-event:default This must be fixed in documentation. >>> > >>> >>> The documentation states this >>> >>> As of Camel 1.5 the name has been renamed to spring-event >>> spring-event://default >>> >>> >>> > Anto >>> > >>> >>> >>> >>> -- >>> Claus Ibsen >>> Apache Camel Committer >>> >>> Open Source Integration: http://fusesource.com >>> Blog: http://davsclaus.blogspot.com/ >>> Twitter: http://twitter.com/davsclaus >>> >> > > > > -- > Claus Ibsen > Apache Camel Committer > > Open Source Integration: http://fusesource.com > Blog: http://davsclaus.blogspot.com/ > Twitter: http://twitter.com/davsclaus > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
