CamelCookbook / camel-cookbook-examples

Example source code for Apache Camel Developer's Cookbook

Home Page:http://www.packtpub.com/apache-camel-developers-cookbook/book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JdbcTemplate use has changed in Transactions DAOs

jkorab opened this issue · comments

Spring 4.0 no longer has queryForInt(), is now queryForObject()
org.camelcookbook.transactions.dao.AuditLogDao
org.camelcookbook.transactions.dao.MessageDao