Message10944

Author bmvanwyk
Recipients bmvanwyk, tomluk, zyasoft
Date 2016-09-07.14:12:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473257532.56.0.90884553301.issue2445@psf.upfronthosting.co.za>
In-reply-to
Content
This issue can easily be triggered by importing the IBM MQ Java class:

import com.ibm.mq.jms.MQQueue

TypeError: Supertypes that share a modified attribute have an MRO conflict[attribute=get, supertypes=[<type 'java.util.Map'>, <type 'com.ibm.msg.client.jms.admin.JmsJndiDestinationImpl'>, <type 'com.ibm.msg.client.jms.admin.JmsDestinationImpl'>, <type 'com.ibm.msg.client.jms.internal.JmsPropertyContextImpl'>, <type 'com.ibm.msg.client.jms.JmsPropertyContext'>, <type 'com.ibm.msg.client.jms.JmsDestination'>, <type 'com.ibm.mq.jms.MQDestination'>, <type 'com.ibm.msg.client.jms.JmsQueue'>], type=MQQueue]

Works fine on Jython 2.5, but not on Jython 2.7
History
Date User Action Args
2016-09-07 14:12:12bmvanwyksetmessageid: <1473257532.56.0.90884553301.issue2445@psf.upfronthosting.co.za>
2016-09-07 14:12:12bmvanwyksetrecipients: + bmvanwyk, zyasoft, tomluk
2016-09-07 14:12:12bmvanwyklinkissue2445 messages
2016-09-07 14:12:11bmvanwykcreate