Thanks Andy for pointing me to the correct direction.
The issue was that my OS and STS installation was of 64-bit while the JDK was of 32 bit. After getting appropriate 64-bit JDK 1.6 installed,...
Type: Posts; User: amitrnihar; Keyword(s):
Thanks Andy for pointing me to the correct direction.
The issue was that my OS and STS installation was of 64-bit while the JDK was of 32 bit. After getting appropriate 64-bit JDK 1.6 installed,...
Hi,
I am trying to run STS 2.6.0.RELEASE on my Windows 7 (64 bit) machine. For that, I downloaded the appropriate zip from the springsource downloads page and unzipped it.
When I run the...
Hi Gunnar,
It would be really nice if we can have a more formalized release-cycle for Spring Integration Samples by tagging the Spring Integration Samples repo with each Spring Integration...
It is good to get the latest samples.
I am just curious to know if there is a version of Spring Integration Samples that is stable w.r.t. to its dependencies at least - so that we can be sure...
Hi,
The zip version of the Spring Integration Samples available in the GitHub varies regularly. I understand that since Spring Integration Samples repository is a live repository, the zip also...
The problem was the missing dependency artifact foundrylogic.vpp:vpp:jar:2.2.1 for maven-antrun-plugin. I dowlnloaded it manually from the maven repository:...
I am trying to run mvn test against spring-batch-samples project as mentioned at https://github.com/SpringSource/spring-batch:
And, I have maven 2.2.1 installed in my system. Still I am not able...
I tried mvn clean install -Pbootstrap
but am still getting the error:
Missing:
----------
1) foundrylogic.vpp:vpp:jar:2.2.1
Try downloading the file manually from the project website.
Hi,
While trying to build Spring Batch Samples project in my ide (eclipse 3.5 based having m2eclipse plugin installed) workspace using
mvn test
as suggested in the spring Batch Samples GitHub,...
Hi Peter,
You are correct. It is actually the split operation (SplitState.call()) which makes the noticeable difference for a small data-set in the parallel step execution.
When I executed the...
Hi Gunnar,
My IDE is based on eclipse 3.5.2 and has the m2eclipse plugin installed.
As suggested, the import of Existing Maven Projects worked fine and I am now able to see the individual...
Hi,
I have downloaded the Spring Integration Samples from https://github.com/SpringSource/spring-integration-samples and want to import and run them from my eclipse-based IDE.
After importing...
Hi,
I have a requirement where I want to read from 5 different database tables and have to write them to separate files. I am exploring the option for parallel execution of the steps of the job.
...
Thanks Oleg.
I have raised a JIRA for this issue: https://jira.springsource.org/browse/INT-2297
The issue gets resoved if the beans used in the sftp outbound channel adapter are defined before its definition as:
<beans:bean id="sftpSessionFactory"...
Hi,
I recently upgraded my project's SI dependencies from 2.0.5.RELEASE to 2.1.0.RC1.
After the upgrade, my SFTP application is not working. The configuration is as following:
<beans:beans...