Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Hi Gunnar I have a couple of points around...

    Hi Gunnar

    I have a couple of points around lifecycle and versioning of the SI Samples.

    Firstly on versioning.. We have many projects using various versions of Spring Integration. The samples...
  2. Best way to delete from a table and then insert?

    I have a requirement where on receipt of a JMS message I need to delete all the data from a table before repopulating with the data in the message. It's very important that the deletes occur first...
  3. Replies
    2
    Views
    336

    Thanks and apologies Oleg - my mistake. ...

    Thanks and apologies Oleg - my mistake. Combination of messed up settings and then browsing here:http://maven.springframework.org/milestone/org/springframework/integration/spring-integration/ and...
  4. Replies
    2
    Views
    336

    Is 2.1.0.RC1 in a Maven Repo anywhere?

    ... I've looked in http://maven.springframework.org/milestone, http://maven.springframework.org/snapshot, http://maven.springframework.org/release and central.
  5. Replies
    0
    Views
    893

    SFTP : Setting SOCKS Proxy ?

    I need to be able to set a com.jcraft.jsch.ProxySOCKS5 on the SFTP session used by the sftp:outboundChannel adapter.

    I think I need to provide my own implementation of...
  6. Thanks a lot - that worked perfectly. Not sure...

    Thanks a lot - that worked perfectly. Not sure I'm going to use it in anger but it's certainly useful for prototyping.
  7. Can I use java field values for header names via the SI namespace?

    I want to set some standard headers and the names of the headers are constants defined in code.
    Is there any way I can use the header namespace support to use java field values as the values for...
  8. Thanks Oleg For example you mean...

    Thanks Oleg

    For example you mean JdbcMessageStoreChannelIntegrationTests ?

    Any plans to make something like that pattern part of a spring-integration-test utility at some point?

    I'm...
  9. End to End pipeline testing with jdbc:inbound-channel-adapter

    I want to test the behaviour of a pipeline fronted by a jdbc:inbound-channel-adapter
    I want to test end to end - so I want to setup the database table, let the inbound-adapter process the data and...
  10. Replies
    1
    Views
    759

    Options for reuse of job's/step's?

    I have several 'jobs' where i need to read data from n db tables and ouput to n files.
    The only variants are the query and db properties and the output filenames.

    This could be configured as a...
  11. Replies
    2
    Views
    1,691

    Raised INT-1909...

    Raised INT-1909
  12. Replies
    2
    Views
    1,691

    SFTP : disable strictHostKeyChecking?

    Hi

    Is there any way to disable the strictHostKeyChecking in the (JSCH), session used for SFTP?

    If not - is there any reason why this couldn't/shouldn't be exposed?
  13. Replies
    6
    Views
    1,384

    Thanks Dave - Using the FieldSetFactory I can get...

    Thanks Dave - Using the FieldSetFactory I can get different FieldSets from my tokenizer.

    However I don't want to use the same FieldSetMapper - I want to create A or B or C objects by selecting...
  14. Replies
    6
    Views
    1,384

    Sorry if I wasn't clear. My records are...

    Sorry if I wasn't clear.

    My records are different and I thought I should capture that when I tokenize - they have same number of fields, but apart from the record type indicator, the fields...
  15. Replies
    6
    Views
    1,384

    Hi Dave - sorry for delayed response Err ......

    Hi Dave - sorry for delayed response

    Err ... no!

    As I see it, I need to classify my line to select a Tokenizer (to create FieldSet A or B), and then select the correct FieldSetMapper to...
  16. Replies
    6
    Views
    1,384

    Files - Multiple Record Types but no Pattern

    I have to process a file containing 2 different records. Records contain the same number of tokens and are distinguished by the value of field 10 - 'A' or 'B'

    So I want to create different...
  17. Thanks Dave. We've already got something that...

    Thanks Dave. We've already got something that works for us (pre-SI2), so I'll stick with that for the time being. I'd prefer to have this supported out of the box though and have raised INT-1803
  18. Can I run Stored Procedures from jdbc adapters/gateway?

    I have a number of situations where access to source or target is via stored procedures. Is it possible to use to the new jdbc components in these cases?
  19. Raised INT-1755...

    Raised INT-1755
  20. Apologies - found it see the Tip in the...

    Apologies - found it see the Tip in the RendezvousChannel section of the reference manual. An example might help but my mistake.
  21. How do I configure Channel with a MessageStore?

    In the SI reference manual section on MessageStore it says
    'An important use case for this is when the MessageStore is managing persistent queues backing a Spring Integration Message Channel.'
    ...
  22. Replies
    3
    Views
    754

    Thanks Dave. I started looking into your...

    Thanks Dave. I started looking into your suggestions and came across GroupAwareJob. From the API doc it looks very much like my requirement - but in my case the 'group' is France rather than...
  23. Replies
    3
    Views
    754

    Dynamic/Parameterised jobName?

    I have a single job definition - myJob. I run an instance of myJob with different parameters for different countries. This works fine but in the job repository when viewed in Spring Batch Admin I...
  24. Replies
    7
    Views
    1,054

    Thanks for responding to this. I've pretty much...

    Thanks for responding to this. I've pretty much decided against doing it - I don't like the idea of holding open transactions started by inbound-adapterA-thread while inbound-adapterB-thread does...
  25. Replies
    7
    Views
    1,054

    Synchronized pipeline?

    Is a Synchronized DirectChannel a terrible idea?

    The idea being that it forces single threaded execution of downstream handlers so that developers would not need to worry too much about writing...
Results 1 to 25 of 42
Page 1 of 2 1 2