Search:

Type: Posts; User: Ronald; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,411

    I forgot to inject the EntityNameInterceptor....

    I forgot to inject the EntityNameInterceptor. Thanks for pointing that out!
  2. Replies
    2
    Views
    1,411

    Problem with HibernateJobDao

    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...
  3. Replies
    9
    Views
    1,980

    I was looking for the same functionality. It...

    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...
  4. Replies
    2
    Views
    1,504

    I found my problem. I had two...

    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.
    ...
  5. Replies
    2
    Views
    1,504

    DuplicateJobConfigurationException

    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...
  6. Replies
    7
    Views
    1,748

    Excellent. Thanks.

    Excellent. Thanks.
  7. Replies
    7
    Views
    1,748

    An IllegalStateException would indeed make sense....

    An IllegalStateException would indeed make sense.

    Yesterday the LogOrRethrowExceptionHandler swallowed some ClassNotFoundExceptions that were being thrown. I would expect that any unexpected...
  8. Replies
    7
    Views
    1,748

    Another related question. The...

    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...
  9. Replies
    7
    Views
    1,748

    Thanks a lot, that works like a charm. Now I can...

    Thanks a lot, that works like a charm. Now I can throw away my custom ExceptionClassifier.
  10. Replies
    7
    Views
    1,748

    SubclassExceptionClassifier

    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...
Results 1 to 10 of 10