adapter « Database « Spring Q&A





1. Can JDBC outbound-channel-adapter invoke a database function?    forum.springsource.org

Hi all, Is it possible for a JDBC outbound-channel-adapter to invoke a database function, instead of performing an insert or update query? If not, are there any alternatives in order to ...

2. Spring Integration JDBC adapter with database view    forum.springsource.org

I am a newbie to spring integration. now I face a problem to get data from another database's view. if I use spring integration: Code:

10. jms:outbound-channel-adapter + creating connections    forum.springsource.org

jms:outbound-channel-adapter + creating connections Does the outbound-channel-adapter create new connection to EMS Queue everytime it puts a message into the EMS Queue? (OR) It just establishes a connection to EMS for ...

11. Connection timeout using ftp adapter    forum.springsource.org

Connection timeout using ftp adapter Does anyone get the following errors when trying to use the FTPAdapter ? Code: May 19, 2010 10:57:16 PM org.springframework.integration.handler.LoggingHandler handleMessageInternal SEVERE: org.springframework.integration.core.MessagingException: Problem occurred while ...

12. jdbc:outbound-channel-adapter    forum.springsource.org

Hi, I'm using Spring Integration 2M6, and am unable to declare a jdbc:outbound-channel-adapter. The xsd (http://www.springframework.org/schem...n-jdbc-2.0.xsd) only defines an inbound-channel-adapter, which is probably why. Is this the correct xsd to be ...