|
|
Can I run Stored Procedures from jdbc adapters/gateway?
I have a number of situations where access to source or target is via stored procedures. Is it possible to use to the new jdbc components in these cases?
I think you would have to extend the Jdbc* components (e.g. the doPoll() method on the polling adapter). That means the XML namespace isn't much use, but you could get a bean definition that worked and then implement your own namespace if you want the syntax sugar.
Raise a JIRA ticket if you think it's an important framework feature.
Thanks Dave. We've already got something that works for us (pre-SI2), so I'll stick with that for the time being. I'd prefer to have this supported out of the box though and have raised INT-1803 |
|