Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    1,348

    What's your applicationContext.xml?

    Have you changed anything to the ApplicationContext.xml?

    How many System.err.println("Echo") message do you see printed out in the log by the EchoStringServerService.java class? I see 2 "echo"...
  2. Replies
    6
    Views
    1,348

    Test cases update

    I have updated my test cases with some more and found that the handler gets invoked twice which is pretty annoying (Bug).

    Also, it looks like it is impossible to retrieve a Message<T> from a...
  3. Replies
    6
    Views
    1,348

    Handler gets invoked twice from publisher

    I am currently testing Spring Integration 1.0.0.M5 and I have run in an unexplained behavior. I created a simple Echo test case.

    I defined a Publisher which publish a String on a channel (A). A...
  4. Replies
    3
    Views
    3,831

    Asynchronous request reply correlation

    Does Spring Integration support Asynchronous request reply correlation?

    Given the following sequence:

    - Send Request on channel 1
    - Do some asynchronous processing
    - Received Response on...
  5. Replies
    2
    Views
    1,115

    Thanks

    Thanks for the pointers. It should get me started. So now, given your advice I should be able to have access to the message and using a MessageSelector I should be able to configure the type of...
  6. Replies
    2
    Views
    1,115

    Asynchronous Transitive Processes

    I would like to implement a process using Spring Integration where Component A (Ca) and Component B (Cb) publish messages to Component C (Cc) who delegates processing to Component D (Cd):


    Sorry...
  7. Replies
    16
    Views
    17,551

    It works - Thanks

    It works, Thanks! By the way, do you know how to browse the springSource Milestone repository (using the web, for example)? How did you found out about those reopsitories?

    Simon
  8. Replies
    16
    Views
    17,551

    Spring Integration and Maven

    I am trying to add Spring Integration M4 dependency to a project using Maven 2 but I just can't seem to find a way to configure the repository and dependency properly.

    I have tried to no avail,...
  9. @Transactional - Sharing a session across transaction problem

    I am trying to build a RCP application using SWT for the GUI layer and Hibernate for the persistency layer. I am trying to mimic an Open Session In View filter on my GUI layer.

    To do so, from my...
  10. Problem related to SPR-4207 and is Spring 2.5 specific

    I found the problem to my bug. It is related to SPR-4207

    Basically what needs to be done is to remove from the applicationContext.xml file the following line for Hibernate properties:



    Once...
  11. @Transactional and Hibernate Transaction problem

    I am trying to use declarative transaction management in my DAO code using @Transactional annotation. Unfortunately it fails with the error:



    My DAO method invoked is the following:

    ...
Results 1 to 11 of 11