Integration application with MQ7, using JMS API like older adaptor wlmqseries (BEA package published
Hi,
I have one application running on WLS 10.3.3 integrated with MQ6 using older adaptor (wlmqseries.jar) normally.
Before migrating the MQ6 to MQ7, my application don´t start more and can´t statblish connection with the MQ.
Looking the application log, we may find an ClassCastException over the session´s class. See below...
===>>> My question is: exist the adaptor package patch for new MQ7 version?
Log error:
java.lang.ClassCastException: com.ibm.mq.jmqi.JmqiXAResource cannot be cast to com.ibm.mq.MQXAResource
at weblogic.jms.foreign.mqseries.WrapMQXAQueueSession.<init>(WrapMQXAQueueSession.java:22)
at weblogic.jms.foreign.mqseries.WrapMQXAQueueConnection.createXAQueueSession(WrapMQXAQueueConnection.java:25)
I have one application running on WLS 10.3.3 integrated with MQ6 using older adaptor (wlmqseries.jar) normally.
Before migrating the MQ6 to MQ7, my application don´t start more and can´t statblish connection with the MQ.
Looking the application log, we may find an ClassCastException over the session´s class. See below...
===>>> My question is: exist the adaptor package patch for new MQ7 version?
Log error:
java.lang.ClassCastException: com.ibm.mq.jmqi.JmqiXAResource cannot be cast to com.ibm.mq.MQXAResource
at weblogic.jms.foreign.mqseries.WrapMQXAQueueSession.<init>(WrapMQXAQueueSession.java:22)
at weblogic.jms.foreign.mqseries.WrapMQXAQueueConnection.createXAQueueSession(WrapMQXAQueueConnection.java:25)
0