problem was with object identity, I implemented proper hashCode and equals functions and now it works, thank for the hint.
Type: Posts; User: xmatoha; Keyword(s):
problem was with object identity, I implemented proper hashCode and equals functions and now it works, thank for the hint.
Dave,
is not ItemKeyGenerator enough to identify item? I have implementation which returns value of primary key of the entity.
here is my step configuration:
<bean parent="skipLimitStep"...
Hi,
I have problem with HibernateAwareItemWriter (1.1.3-A). When hibernate batch fails (on flush) then it restart batch from last known position but according to log file it does not commit after...
Hello,
I would like to know your opinion on how to best implement source adapter when I have file which is say 5GB. I can identify records(rows in file) which I can then map to java objects....
yes, thank you, when can we expect spring-integration 1.0?
Hello,
I have question regarding endpoint polling/scheduling. In a current scenario, sender puts message on the channel (queue) and endpoints are periodically pulling messages from the channel.
...