Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.2
-
Fix Version/s: 1.4.1
-
Component/s: Transport: JDBC
-
Labels:None
-
Similar Issues:None
Description
Let the JdbcConnector delegate its select/insert/update operations to the DAO. This way we can solve issues with JMS MessageFormatExceptions, when result is mapped to types unsupported by JMS ObjectMessage's type system, and also provide a way to call stored procedures.
Hey Andrew, any news on this? It's a cool feature