Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-2649

jdbcPersistenceAdapter adapterClass attribute does not exist

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.3.0
    • 5.6.0, 5.x
    • Broker
    • None
    • RHEL4/5

    Description

      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

      Attachments

        Activity

          People

            gtully Gary Tully
            aheinz Adam Heinz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: