Great, thanks Mark :) . I've seen that attribute, but for some reason I misunderstood what it does. Thanks again, cheers Ben.
Type: Posts; User: bengateau; Keyword(s):
Great, thanks Mark :) . I've seen that attribute, but for some reason I misunderstood what it does. Thanks again, cheers Ben.
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):
...
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...
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...
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...
Hi,
The repository given earlier in this thread is not active:
repository>
<id>spring-maven-milestone</id>
<name>Springframework Maven Repository</name>
...
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...
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....
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...
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...