I have a use-case where I need to consume files at a fixed cron schedule.
For example, I need my input route to resume everyday at 6AM, process all
files collected in the input directory and go into suspension till 6AM the
following day.
I was hoping the CronScheduledRoutePolicy would be useful,
Hi Javakurious!
Please find my responses inline in your mail.
Best,
Christian
On Thu, Aug 23, 2012 at 4:28 AM, javakurious wrote:
> Thanks Christian for the response.
>
> If I understand your response correctly, a single instance of processor
> will
> be shared between thread safe. Isn't that
Hello Claus
thanks a lot for the tip!
w/kindest regards
marco
On Sat, Aug 25, 2012 at 9:02 AM, Claus Ibsen wrote:
> On Fri, Aug 24, 2012 at 10:27 PM, Marco Mistroni
> wrote:
> > HI all
> > i have implemented exception handling in my camel app this way
> >
> >
> >
> >
I have logged a ticket and reproduced the issue
https://issues.apache.org/jira/browse/CAMEL-5540
On Wed, Aug 22, 2012 at 9:42 PM, Claus Ibsen wrote:
> On Wed, Aug 22, 2012 at 7:37 PM, Pontus Ullgren wrote:
>> Here [1] is a testcase to reproduce the issue. However I'm not sure if
>> this really
Hi
Yeah the xslt component does xslt transformations.
http://camel.apache.org/xslt
On Fri, Aug 24, 2012 at 3:24 PM, anupamsen wrote:
> Hi,
>
> I have a requirement such that I need to merge 2 XMLs, The sources are as
> follows -
> 1) XML coming in as an input payload as part of WS
> 2)The defaul
On Fri, Aug 24, 2012 at 10:27 PM, Marco Mistroni wrote:
> HI all
> i have implemented exception handling in my camel app this way
>
>
>
> />
>
> uri="bean:sharesEndpointBean?method=handleBloombergShare" />
>
>
Thanks Claus.
I would like the OnException to be route specific.
When I define the onException right after .from, the .process call after the
.split() cannot be resolved. That was the reason I moved it after the
.split() call.
Any suggestions?
from("file://statusresponseinbound"
Guys,
I have an xml for which I generated the xsd and using this xsd, I generated
my model objects using xjc.
When I tried them using my route, I got the following exception:
org.apache.camel.TypeConversionException: Error during type conversion from
type: com.sun.org.apache.xerces.internal.dom.