Message12195

Author stefan.richthofer
Recipients jeff.allen, mohamad.mahajna, stefan.richthofer
Date 2018-12-04.10:11:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543918291.72.0.788709270274.issue2717@psf.upfronthosting.co.za>
In-reply-to
Content
For the record, the call would have to be

x.func1(new PyObject[]{"123"},new String[]{"cfg"});

In case the binding to x was messed up for some reason, also

x.func1(new PyObject[]{x, "123"}, new String[]{"cfg"});

would be worth a try (i.e. explicitly providing self).
However, this will probably make no difference given the error message. On the other hand, these things are involved and the error message might not be reliable. Then I suppose Jython's Java binding abilities do not cover this case. A workaround using a more explicit signature would be the way to go for now.
History
Date User Action Args
2018-12-04 10:11:31stefan.richthofersetmessageid: <1543918291.72.0.788709270274.issue2717@psf.upfronthosting.co.za>
2018-12-04 10:11:31stefan.richthofersetrecipients: + stefan.richthofer, jeff.allen, mohamad.mahajna
2018-12-04 10:11:31stefan.richthoferlinkissue2717 messages
2018-12-04 10:11:31stefan.richthofercreate