I find that the documentation on the chunk processing is a little bit misleading. When using logs and process listener, it seems that the read and item processing are also processed in batch, not...
Type: Posts; User: hanzo; Keyword(s):
I find that the documentation on the chunk processing is a little bit misleading. When using logs and process listener, it seems that the read and item processing are also processed in batch, not...
When I tried the same setup for my application. I got this error :
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'basicProcessingFilter' is defined
...
I have the same problem where I have to generate on demand report/search result with thousands of data row. Few concurrent user will choke up the Tomcat container memory. I have not found more...