Discussion:
ApacheServiceMix & IBM-MQ
Joerg Jansen
2017-04-27 20:08:49 UTC
Permalink
Good evening,

I'm trying to migrate our mq-adapter from IBM-MQ-Version 7.5 to 8.0.
The used ASM version is 7.0.0.
Unfortunately I'm getting the following error:
Caused by: java.lang.IllegalStateException: Cannot convert value of type [com.ibm.mq.jms.MQQueueConnectionFactory] to required type [javax.jms.ConnectionFactory] for property 'connectionFactory': no matching editors or conversion strategy found
?
Does anyone has experience with those interfaces?
I published more informatio on StackOverflow: http://stackoverflow.com/questions/43652652/apache-servicemix-connection-to-ibm-websphere-8-0

Thanks for an help to solve this problem.

Kind regards,
Jörg.
Jean-Baptiste Onofré
2017-04-29 04:55:07 UTC
Permalink
Hi,

did you update the connection factory (and corresponding jar) ?

Regards
JB
Post by Joerg Jansen
Good evening,
I'm trying to migrate our mq-adapter from IBM-MQ-Version 7.5 to 8.0.
The used ASM version is 7.0.0.
Caused by: java.lang.IllegalStateException: Cannot convert value of type [com.ibm.mq.jms.MQQueueConnectionFactory] to required type [javax.jms.ConnectionFactory] for property 'connectionFactory': no matching editors or conversion strategy found
?
Does anyone has experience with those interfaces?
I published more informatio on StackOverflow: http://stackoverflow.com/questions/43652652/apache-servicemix-connection-to-ibm-websphere-8-0
Thanks for an help to solve this problem.
Kind regards,
Jörg.
--
Jean-Baptiste Onofré
***@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com
Joerg Jansen
2017-05-02 05:07:22 UTC
Permalink
Good morning Jean-Baptiste,

which connection factory should I update?
I did not patch any libraries,
The way I did was adding the external IBM jars as a feature into ASM and my interface has a reference to them.
With version 7.5 everything is working, but switching to version 8.0 is showing the described error.

An example of my ibm-features.xml and the used blueprint you can see here:
http://stackoverflow.com/questions/43652652/apache-servicemix-connection-to-ibm-websphere-8-0

Best regards,
Jörg


-----Original Message-----
From: Jean-Baptiste Onofré [mailto:***@nanthrax.net]
Sent: Samstag, 29. April 2017 06:55
To: ***@servicemix.apache.org
Subject: Re: ApacheServiceMix & IBM-MQ

Hi,

did you update the connection factory (and corresponding jar) ?

Regards
JB
Post by Joerg Jansen
Good evening,
I'm trying to migrate our mq-adapter from IBM-MQ-Version 7.5 to 8.0.
The used ASM version is 7.0.0.
Caused by: java.lang.IllegalStateException: Cannot convert value of
type [com.ibm.mq.jms.MQQueueConnectionFactory] to required type [javax.jms.ConnectionFactory] for property 'connectionFactory': no matching editors or conversion strategy found ?
Does anyone has experience with those interfaces?
http://stackoverflow.com/questions/43652652/apache-servicemix-connecti
on-to-ibm-websphere-8-0
Thanks for an help to solve this problem.
Kind regards,
Jörg.
--
Jean-Baptiste Onofré
***@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Loading...