> Cannot convert value of type [com.ibm.mq.jms.MQConnectionFactory] to required > type [javax.jms.ConnectionFactory] for property 'connectionFactory': no > matching editors or conversion strategy found
That typically means you have multiple copies of the javax,jms classes on the classpath (e.g. from both IBM MQ and geronimo). Jens
