[ 
https://issues.apache.org/jira/browse/CAMEL-7732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14105611#comment-14105611
 ] 

David J. M. Karlsen commented on CAMEL-7732:
--------------------------------------------

try this instead:
beanRowMapper=#nameOfSpringBean

> Can't supply beanRowMapper option to JDBC URI
> ---------------------------------------------
>
>                 Key: CAMEL-7732
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7732
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-jdbc
>    Affects Versions: 2.13.2
>            Reporter: Nathan Wray
>
> When trying to override the DefaultBeanRowMapper with a custom mapper on a 
> jdbc using the beanRowMapper option in the URI, such as:
> jdbc:MyDS?useHeadersAsParameters=true&outputType=SelectOne&outputClass=com.foo.Bar&beanRowMapper=com.my.CorrectedBeanRowMapper
> The following error is thrown, complaining that it doesn't know how to turn a 
> string into an instance of BeanRowMapper:
> Caused By: java.lang.IllegalArgumentException: Could not find a suitable 
> setter for property: beanRowMapper as there isn't a setter method with same 
> type: java.lang.String nor type conversion possible: No type converter 
> available to convert from type: java.lang.String to the required type: 
> org.apache.camel.component.jdbc.BeanRowMapper with value 
> com.my.CorrectedBeanRowMapper
>  



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to