Message144

Author satayboy
Recipients
Date 2002-12-05.05:05:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=424186

I don't understand the previous post.  You can call that 
method using a normal Java method call.  Isn't the problem 
with how Jython uses Java reflection?  As ianzsk pointed out, 
Jython could use the setAccessible method to make the 
method callable.  Or Jython could add delegator methods to 
the wrapper class.

This bug is preventing me from using the httpunit package.  
I'm having a hard time figuring out how to work around it in 
Jython 2.1.  Changing my jython script to lookup the method 
object and set its accessibility doesn't seem to do the trick.
History
Date User Action Args
2008-02-20 17:16:42adminlinkissue222847 messages
2008-02-20 17:16:42admincreate