Re: Camel Axis2 integration

2009-08-15 Thread Sagara Gunathunga
, can some one provide a tutorial about Camel/Axis2 integration ..? > >> > >> > >> Thanks , > >> > >> nick > >> > >> > >> > > > > > > > > > -- > Claus Ibsen > Apache Camel Committer > > Open Source Integration: http://fusesource.com > Blog: http://davsclaus.blogspot.com/ > Twitter: http://twitter.com/davsclaus > -- Sagara Gunathunga Blog - ssagara.blogspot.com Web - http://sagaras.awardspace.com/

Re: how to do castor unmarshling in camel javaDSL

2010-02-12 Thread Sagara Gunathunga
t; > > > > -- > Claus Ibsen > Apache Camel Committer > > Author of Camel in Action: http://www.manning.com/ibsen/ > Open Source Integration: http://fusesource.com > Blog: http://davsclaus.blogspot.com/ > Twitter: http://twitter.com/davsclaus > -- Sagara Gunathunga Blog - ssagara.blogspot.com Web - http://people.apache.org/~sagara

Problem with Camel Spring configuration

2009-04-12 Thread Sagara Gunathunga
Hi all, i tried for Camel ReportIncident tutorials with spring based configuration, i have following DSL code to convert to Spring XML configuration. from("direct:start") .setHeader(FileComponent.HEADER_FILE_NAME, BeanLanguage.bean(FilenameGenerator.class, "generateFilename"))