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

kimm king commented on AMQ-2649:
--------------------------------

just delete 
"adapterClass="org.apache.activemq.store.jdbc.PostgresqlJDBCAdapter"".
                
> jdbcPersistenceAdapter adapterClass attribute does not exist
> ------------------------------------------------------------
>
>                 Key: AMQ-2649
>                 URL: https://issues.apache.org/jira/browse/AMQ-2649
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.3.0
>         Environment: RHEL4/5
>            Reporter: Adam Heinz
>             Fix For: 5.x
>
>
> http://activemq.apache.org/jdbc-support.html
> This documentation states that:
> You can explicitly specify the JDBC adaptor class inside the activemq.xml...
> <jdbcPersistenceAdapter  
> adapterClass="org.apache.activemq.store.jdbc.adapter.ImageBasedJDBCAdaptor"/>
> But I get an error when I use the following configuration:
> <persistenceAdapter>
>   <jdbcPersistenceAdapter 
> adapterClass="org.apache.activemq.store.jdbc.PostgresqlJDBCAdapter" 
> dataSource="#postgres-ds"/>
> </persistenceAdapter>
> jvm 1    | Caused by: org.springframework.beans.NotWritablePropertyException: 
> Invalid property 'adapterClass' of bean class 
> [org.apache.activemq.store.jdbc.JDBCPersistenceAdapter]: Bean property 
> 'adapterClass' is not writable or has an invalid setter method. Does the 
> parameter type of the setter match the return type of the getter?
> jvm 1    |      at 
> org.springframework.beans.BeanWrapperImpl.setPropertyValue(BeanWrapperImpl.java:801)
> jvm 1    |      at 
> org.springframework.beans.BeanWrapperImpl.setPropertyValue(BeanWrapperImpl.java:651)
> jvm 1    |      at 
> org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:78)
> jvm 1    |      at 
> org.springframework.beans.AbstractPropertyAccessor.setPropertyValues(AbstractPropertyAccessor.java:59)
> jvm 1    |      at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1276)
> jvm 1    |      ... 45 more
> Something similar was fixed a few years ago:
> https://issues.apache.org/activemq/browse/AMQ-237

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to