Pass variable to mybatis component

2012-01-11 Thread rifazjeoffrey
I've my route like this, ${in.body} As you can see I'm using the mybatis component as a poller. NOw, how

Re: Pass variable to mybatis component

2012-01-12 Thread rifazjeoffrey
Thanksthat worked...this is my final route, 1 ${in.body}

Re: Pass variable to mybatis component

2012-01-12 Thread rifazjeoffrey
We purely use Spring based routing so that option is out. As a side effect of using timer, I observed this.suppose the 'period' of firing is 1sec and if that thread takes 10secs to complete its job. Right after this thread is done, I see all the other 10 firings of the same timer happen almost