Настраиваю взаимодействие ActiveMQ со LDAP по этим документам: https://svn.apache.org/repos/infra/websites/production/activemq/content/5.7.0... http://activemq.apache.org/security.html
При запуске ActiveMQ получаю ошибку: «nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'adminAttributePrefix' of bean class [org.apache.activemq.security.LDAPAuthorizationMap]: Bean property 'adminAttributePrefix' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?» И аналогичные для topicSearchMatching, queueSearchMatching, readAttributePrefix и writeAttributePrefix.
Проблемные свойства встречаются в 4 файлах:
https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=blob;f=activemq-brok...
https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=blob;f=activemq-jaas...
https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=blob;f=activemq-unit...
https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=blob;f=activemq-unit...
Можно ли по коду понять, что именно не нравится в параметрах XML? Или дело в чём-то другом?
ОТВЕТ: Примерами из этой документации нельзя пользоваться. Правильные названия тегов можно найти в исходниках.