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...
Type: Posts; User: singletonm; Keyword(s):
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...
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...
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...
Resolved using another post from Dave.
Thanks
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:...
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...
Thanks Dave. Appreciate the reply.
Will look into your suggestion
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....
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...
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...
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...
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...
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...