Message12396

Author wfouche2
Recipients bmvanwyk, jeff.allen, tomluk, wfouche2, zyasoft
Date 2019-03-25.14:06:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553522801.65.0.907784626276.issue2445@roundup.psfhosted.org>
In-reply-to
Content
Jim / Jeff, thanks for the continued effort to resolve this issue.

The IBM MQ example however still fail with the latest fixes applied.

set CLASSPATH=com.ibm.mq.allclient-9.0.4.0.jar;javax.jms-api-2.0.1.jar

jython -V
Jython 2.7.2a1+

jython -c "import com.ibm.mq.jms.MQQueue"

TypeError: Supertypes that share a modified attribute have an MRO conflict[attribute=get, supertypes=[<type 'com.ibm.msg.client.jms.internal.JmsPropertyContextImpl'>], type=MQQueue]

The good news is that it is now only failing on JmsPropertyContextImpl. 

Close, very close to being resolved it seems!
History
Date User Action Args
2019-03-25 14:06:41wfouche2setmessageid: <1553522801.65.0.907784626276.issue2445@roundup.psfhosted.org>
2019-03-25 14:06:41wfouche2setrecipients: + wfouche2, zyasoft, jeff.allen, tomluk, bmvanwyk
2019-03-25 14:06:41wfouche2linkissue2445 messages
2019-03-25 14:06:41wfouche2create