Search:

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

Search: Search took 0.03 seconds.

  1. Great, thanks Mark :) . I've seen that attribute,...

    Great, thanks Mark :) . I've seen that attribute, but for some reason I misunderstood what it does. Thanks again, cheers Ben.
  2. Scheduling cron on jdbc:inbound-channel-adapter

    Hi all,

    I am trying to configure cron job which would run sql query every morning to start integration process. At the moment I have something like this (using SI 2.0.0.M7):

    ...
  3. Found out what was wrong. Me :) I was checking...

    Found out what was wrong. Me :) I was checking classpath for the project I was using and it only had references to M7, but one of the required projects had reference to M5. All is good after moving...
  4. Thank you for your responses. The configuration...

    Thank you for your responses. The configuration is OK, it started working again after downgrade to M5. I have noticed that in my maven repository MessageSource for M5 is in JAR located in...
  5. Conversion Exception after upgrading to M7

    Hi all,

    After upgrading SI to M7, I am getting the following exception:

    Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name...
  6. Replies
    14
    Views
    5,737

    Working Maven repository and missing spring-ws-parent

    Hi,

    The repository given earlier in this thread is not active:



    repository>
    <id>spring-maven-milestone</id>
    <name>Springframework Maven Repository</name>
    ...
  7. Replies
    4
    Views
    956

    Thank you Dave and Guy for your responses. The...

    Thank you Dave and Guy for your responses. The reason I thought we need XA/JTA is that we want to put the message back on the queue when the WS Server is down. So we can retry. If there is an app...
  8. Replies
    4
    Views
    956

    JMS / SI / SWS and XA-TM

    Hi all,

    I was tasked with sending the orders to the 3rd party for processing via Spring Web Services. We can't afford to lose the order(s) when there are communication problems with the 3rd party....
  9. I think this message is in the wrong forum, it...

    I think this message is in the wrong forum, it should be in Web forum. Would appreciate if admin would copy it over to the Web forum.

    I found that the default locale resolver in Spring is...
  10. Forcing the language for SPRING_SECURITY_LAST_EXCEPTION

    Hi all,

    I am using Spring Security 2.0.4 and the following code:

    %{#session.get('SPRING_SECURITY_LAST_EXCEPTION').message}
    to display error on login page. I've noticed that the message is...
Results 1 to 10 of 10