Results 1 to 3 of 3

Thread: jdbc:outbound-channel-adapter

  1. #1
    Join Date
    Jul 2010
    Posts
    2

    Default jdbc:outbound-channel-adapter

    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 referencing?

    Thanks,

    Jamie

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,844

    Default

    That is the correct schema, and it does exist in the JAR. So at runtime, you should be able to use that element as long as you have the spring-integration-jdbc JAR on your classpath.

    I will be updating the online schemas today. You can "watch" this JIRA issue to be notified when the issue is resolved: https://jira.springsource.org/browse/INT-1277

    -Mark

  3. #3
    Join Date
    Jul 2010
    Posts
    2

    Default

    Thanks for the quick reply Mark.

    You're right - at runtime its ok, and the error I was seeing was just eclipse's validation.

    Regards,

    Jamie

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •