Hi you can achieve this through extending the SimpleJobLauncher and implementing a job lock within the public JobExecution run(Job job, JobParameters jobParameters) method. You need to specify the...
Type: Posts; User: riversidecoder; Keyword(s):
Hi you can achieve this through extending the SimpleJobLauncher and implementing a job lock within the public JobExecution run(Job job, JobParameters jobParameters) method. You need to specify the...
We've got a spring batch deployment (using Batch Admin) and we've run into an issue where our application's ehcache.xml config is not being respected when the AnnotationSessionFactoryBean bootstraps...
Hey All
I'm working on trying to swap out the HttpSessionRequestCache used by the ExceptionTranslationFilter with an alternative implementation of my own. Based on Section 8.2 in Core Security...
Hey I got this sorted after reading Spring Integration 7.1.5 Payload Type Conversion and seeing that the converters needed to be registered using the <int:converter> tag.
Thanks for the reference. I tried setting up a Converter instance to handle the conversions but I'm still seeing the same result.
According to the docs I only need to create the converter...
I've got a http:outbound-gateway that is failing with the error:
Caused by: org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from...
Sorry for the length of time it took to get back. I reviewed the tx configs and there was only one tx manager.
The behavior of the job was to use a partitioner which was passing around Lists of...
I've tried a number of places. I'm currently running with the batch:transaction-attributes described above and an @Transactional annotation on the service method the ItemWriter calls. ItemWriter...
I'm running into an issue with a job I've written using the ItemReader/ItemWriter style of batch processing. I'm using Hibernate w/ Atomikos Transaction Manager and MySQLs XA data source for...
Thanks for the reply. Your suggestion is in line with the way my code originally looked after having generated the association with the --cardinality MANY_TO_MANY option. The result of that...
Hi All-
I'm having some serious issues with the basic roo app I've been building out. To start the code is nearly all Roo generated. I've modified the security context to use a jdbc-user-service...