I forgot to inject the EntityNameInterceptor. Thanks for pointing that out!
Type: Posts; User: Ronald; Keyword(s):
I forgot to inject the EntityNameInterceptor. Thanks for pointing that out!
When I use the Hibernate configuration I get the following exception:
Hibernate: select this_.ID as ID0_0_, this_.version as version0_0_, this_.STATUS as STATUS0_0_, this_.JOB_NAME as...
I was looking for the same functionality. It would be nice if you could specify the column names in the first row instead of in the XML. I couldn't find a good extension point to build this...
I found my problem. I had two JobConfigurationRegistryBeanPostProcessors in my configuration. One in the job and one in the container configuration. Which causes each bean to be registered twice.
...
Hi,
I am building a prototype batch implementation based on the NFL job example. I get the following stacktrace with the NFL job and my own implementation with the latest build of the libraries...
Excellent. Thanks.
An IllegalStateException would indeed make sense.
Yesterday the LogOrRethrowExceptionHandler swallowed some ClassNotFoundExceptions that were being thrown. I would expect that any unexpected...
Another related question.
The LogOrRethrowExceptionHandler doesn't do anything with an Exception that is not classified as DEBUG,WARN,ERROR or RETHROW. Is there a reason why this class doens't...
Thanks a lot, that works like a charm. Now I can throw away my custom ExceptionClassifier.
I am building a prototype batch file processor using a Spring Batch M3 snapshot build. My prototype is almost done and I have only implemented 3 classes, so I think the Spring Batch developers are on...