Search:

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

Search: Search took 0.06 seconds.

  1. Replies
    5
    Views
    681

    Hi martin, As a last resort I asked the...

    Hi martin,

    As a last resort I asked the network admins to give me a local jdk (not served up ), and i installed it. All works fine with that install, so I have informed admins of a possible issue...
  2. Replies
    5
    Views
    681

    Yes martin... the System.out.println does NOT...

    Yes martin... the System.out.println does NOT display to the console. the app is a simple Hello World application. Note the app displays correctly in base eclipse 3.6. win32 application.

    Also, if...
  3. Replies
    5
    Views
    681

    No output to console

    Hello,
    Has anyone run into this issue: I have a application that we moved from STS 2.5.1 on XP to sts 2.8.1 on win 7 (forced office-level OS upgrade). We are no longer getting any output from our...
  4. Resolved using another post from Dave. Thanks

    Resolved using another post from Dave.

    Thanks
  5. Spring Batch 2.1.6 upgrade problem

    I have just installed the 2.1.6 release. We are migrating from 2.0.4 and are getting the following:
    <code>
    Description Resource Path Location Type
    Could not calculate build plan: Missing:...
  6. Help with implementation of DB/File CompositeWriter

    We are having trouble getting a seemingly simple Composite Writer configuration working properly. The composite is writing to a file and also to a hsql database.

    The problem we are seeing is that...
  7. Replies
    2
    Views
    696

    Thanks Dave. Appreciate the reply. Will look...

    Thanks Dave. Appreciate the reply.

    Will look into your suggestion
  8. Replies
    2
    Views
    696

    Proper design for Failing jobs

    Hello again

    Continuing forward in our prototyping of SB, a design question has arisen regarding the best way to fail a step or job due to specific exceptional situations that are business related....
  9. It appears that this exception is thrown from...

    It appears that this exception is thrown from HSQLDB only when we set the auto-commit mode to false. If true then everything appears to work fine, but I would be concerned about repository rollbacks...
  10. Job Repository - CannotCreateTransactionException

    Hello,
    I am trying to use Spring Batch with an HSQLDB repository. I am getting the following error when starting up my job:
    org.springframework.transaction.CannotCreateTransactionException: Could...
  11. Replies
    3
    Views
    1,093

    Hi Dave, Thanks for the reply. Basically our...

    Hi Dave,

    Thanks for the reply. Basically our business requirement is that for each input source file we receive:
    1. Read in the data
    2. Run each input record through a series of conformance...
  12. Replies
    3
    Views
    1,093

    Handling Exceptions

    Hopefully someone is out there who can help us.

    We have a requirement to read csv files from a variety of sources. These files contain message fields that can contain all sorts of special...
  13. Best practice exception handling in Spring Batch

    Hello,

    I am new to Spring Batch and we are looking at migrating a current batch application to the Spring Batch framework. During early prototyping, one thing I noticed was the termination of our...
Results 1 to 13 of 13