Message4051

Author gidiko
Recipients gidiko
Date 2009-01-17.02:20:53
SpamBayes Score 0.0020181541
Marked as misclassified No
Message-id <1232158854.56.0.966838887001.issue1239@psf.upfronthosting.co.za>
In-reply-to
Content
Under jython-2.2.1 running the attached scanbug.py yields:

giorgos@feynman:/tmp$ ~/packages/jython-2.2.1/jython scanbug.py
*sys-package-mgr*: processing new jar, '/tmp/activemq-all-5.2.0.jar'
org.apache.activemq.broker.BrokerService
javax.jms.Message
javax.jms.Message
org.apache.activemq.broker.BrokerService

However doing the same with jython-2.5b1 seems to imply an erroneous
dependence on import order:

giorgos@feynman:/tmp$ ~/packages/jython-2.5b1/jython scanbug.py
failed
*sys-package-mgr*: processing new jar, '/tmp/activemq-all-5.2.0.jar'
<type 'javax.jms.Message'>
<type 'org.apache.activemq.broker.BrokerService'>
History
Date User Action Args
2009-01-17 02:20:55gidikosetrecipients: + gidiko
2009-01-17 02:20:54gidikosetmessageid: <1232158854.56.0.966838887001.issue1239@psf.upfronthosting.co.za>
2009-01-17 02:20:54gidikolinkissue1239 messages
2009-01-17 02:20:54gidikocreate