|
Important note regarding the patch:
http://www.nabble.com/JIRA-MULE-714-in-1.3--tf2518925.html#a7070094 I recently needed to include an SQL read (select statement) as part of a Bridged sequence.
JMS -> JDBC select -> FTP upload And I could not have done it without making some changes to the JdbcMessageDispatcher, since by default it expects only write actions on an outbound endpoint. Using Juan's code as a starting point, I've made changes to the latest dispatcher in trunk and am posting a diff file for anyone else interested. The patch file is against revision: 4648 in trunk. This patch modifies the dispatcher to allow read jdbc on outbound endpoints. Here is a sample config.xml snippet that uses it. <mule-descriptor name="JdbcDemoUMO" implementation="org.mule.components.simple.BridgeComponent"> <outbound-router> Looking at the patch and the codebase it would appear this patch has already been added. Can someone close this (I can't).
I am handling this, I have already added most of the stuff but I would like to add some more.
Cheers What is the status on this issue? Are read queries supported on outbound endpoints already?
bumping this up to the 2.x backlg to give it some visibility. This may alrready be supported in the JDBC EE connector
It is supported in ee connector, as well as stored procedure calls.
So, will this only be available in the EE connector?
It seems natural to make it available for CE since it's originally submitted by the community. /Tomas |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Regards,
Juan Manuel