Hi,
I'm currently testing the 2.1 RC 1 release.
I have discovered that some XSD files are missing at the schema location.
For example the core XSD is there:...
Type: Posts; User: ogeisser; Keyword(s):
Hi,
I'm currently testing the 2.1 RC 1 release.
I have discovered that some XSD files are missing at the schema location.
For example the core XSD is there:...
Thanks Dave,
as far as I understand this solvers this use-case:
receive message -> write to DB
Or as BE1PC
receive message
write DB
Hi there,
what is the recommended way to implement a best efforts 1 PC pattern with SI AMQP and a JDBC datasource?
David Syer has described this pattern in the following link:...
Hi Oleg,
thanks for your support. It's always a pleasure to work with such a supportive and professional open source project.
Glad to hear that you will fix it soon and that there is a...
Hi there,
maybe someone of you has an idea or ideally a best-practice advice for the following problem.
The short version: How to receive emails with Spring Integration and further process them...
I've cloned the basic/mail sample from git and use the provided pom.xml.
This gives me the following dependencies:
spring-integration 2.0.5.RELEASE
spring-framework 3.0.5.RELEASE
mail...
Using the ImapIdleChannelAdapter with a GMail account will only receive and process the first email. When I send the second email it will not be received. For testing purposes I've reproduced this...
The server side should work but the client side will only work with the mentioned patch.
But even then I had problems with the same setup you use. The problem is related to the...
Hi,
following the example from Oleg I have patched my local SI source code:
JmsOutboundGateway.java
@Override
protected Object handleRequestMessage(final Message<?> message) {
...
Hi,
I've created a JIRA issue for this: https://jira.springsource.org/browse/INT-1223
Hi,
I'm currently using 2.0.0.M5 and have the following problem:
I have a working configuration which combines a MessagingGateway (created via GatewayProxyFactoryBean) with a...
Hi,
currently the spring-integration-xml pox.xml states a dependency to spring-xml (from spring-ws).
<dependency>
<groupId>org.springframework.ws</groupId>
...
Hi,
I just checked the new Hibernate 3 support in CVS. We are currently most interested in one of the new Hibernate 3 features: mapping a Java class to multiple different entities. For this...
Hi.
We want to use Spring in combination with Hibernate and to utilize all the Hibernate support features of Spring (declarative transaction management, etc.).
So we have the usual setup for a...