You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (Resolved) (JIRA)" <ji...@apache.org> on 2012/02/13 14:02:59 UTC

[jira] [Resolved] (AMQ-2649) jdbcPersistenceAdapter adapterClass attribute does not exist

     [ https://issues.apache.org/jira/browse/AMQ-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully resolved AMQ-2649.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 5.6.0
         Assignee: Gary Tully

Updated the doc, the adapterClass is replaced with adapter attribute, where the xbean identifier is used.
https://cwiki.apache.org/confluence/display/ACTIVEMQ/JDBC+Support
                
> 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
>            Assignee: Gary Tully
>             Fix For: 5.6.0, 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