Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    341

    Thanks Andy for pointing me to the correct...

    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,...
  2. Replies
    2
    Views
    341

    STS 2.6.0 startup error

    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...
  3. Hi Gunnar, It would be really nice if we can...

    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...
  4. It is good to get the latest samples. I am...

    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...
  5. Is there a stable Spring Integration Samples version available?

    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...
  6. The problem was the missing dependency artifact...

    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:...
  7. I am trying to run mvn test against...

    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...
  8. I tried mvn clean install -Pbootstrap but am...

    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.
  9. Instructions for building spring batch samples missing?

    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,...
  10. Hi Peter, You are correct. It is actually the...

    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...
  11. Hi Gunnar, My IDE is based on eclipse 3.5.2...

    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...
  12. How to import and run Spring Integration samples in an eclipse-based IDE?

    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...
  13. Sequential vs Parallel flow of execution of job steps

    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.
    ...
  14. Thanks Oleg. I have raised a JIRA for this...

    Thanks Oleg.

    I have raised a JIRA for this issue: https://jira.springsource.org/browse/INT-2297
  15. The issue gets resoved if the beans used in the...

    The issue gets resoved if the beans used in the sftp outbound channel adapter are defined before its definition as:


    <beans:bean id="sftpSessionFactory"...
  16. Any changes in SI SFTP adapters in 2.1.0.RC1?

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