Search:

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

Search: Search took 0.02 seconds.

  1. SI 2.1 RC1 XSD files can not be found at schema locations

    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:...
  2. Thanks Dave, as far as I understand this...

    Thanks Dave,

    as far as I understand this solvers this use-case:

    receive message -> write to DB

    Or as BE1PC

    receive message
    write DB
  3. Best efforts 1 PC pattern with SI AMQP support available?

    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:...
  4. Hi Oleg, thanks for your support. It's always...

    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...
  5. Icomming mail adapter: best-practice advice for guaranteed delivery needed

    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...
  6. I've cloned the basic/mail sample from git and...

    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...
  7. ImapIdleChannelAdapter: after the first mail it stops receiving mail - Is this a bug?

    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...
  8. The server side should work but the client side...

    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...
  9. Hi, following the example from Oleg I have...

    Hi,

    following the example from Oleg I have patched my local SI source code:

    JmsOutboundGateway.java


    @Override
    protected Object handleRequestMessage(final Message<?> message) {
    ...
  10. JIRA issue created

    Hi,

    I've created a JIRA issue for this: https://jira.springsource.org/browse/INT-1223
  11. 2.0.0.M5, Transformers and JmsOutboundGateway

    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...
  12. 2.0.0.0.M5 spring-integration-xml dependency to spring-xml by error or on purpose?

    Hi,

    currently the spring-integration-xml pox.xml states a dependency to spring-xml (from spring-ws).



    <dependency>
    <groupId>org.springframework.ws</groupId>
    ...
  13. Spring 1.2 and the new Hibernate 3 Session API

    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...
  14. Runtime manipulation of Hibernate mapping without restart

    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...
Results 1 to 14 of 14