Как решить ConversionNotSupportedException из 'com.ibm.mq.connector.outbound.ConnectionFactoryImpl' в обязательный 'javax.jms.ConnectionFactory' - PullRequest
0 голосов
/ 19 июня 2019

Я пытаюсь перейти с JBOSS EAP 6.4 на JBOSS EAP 7.2.

При запуске сервера я получаю

BeanCreationException: Error creating bean with name 'A' defined in ServletContext resource Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'com.ibm.mq.connector.outbound.ConnectionFactoryImpl' to required type 'javax.jms.ConnectionFactory' for property 'queueManager'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [com.ibm.mq.connector.outbound.ConnectionFactoryImpl] to required type [javax.jms.ConnectionFactory] for property 'queueManager': no matching editors or conversion strategy found

Почему это происходит и как его решить?

...