Message10819

Author threenine
Recipients threenine
Date 2016-03-14.22:33:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457994791.42.0.812482105838.issue2485@psf.upfronthosting.co.za>
In-reply-to
Content
I am using Jython in a JSR-223 application. The application retrieves a PyList or PyTuple object from the script engine into the parent environment (in this case Nashorn JavaScript). There, getArray() throws  java.lang.StackOverflowError. I tried instantiating an instance of PyList in Groovy, adding two items, then using getArray(). But it throws java.lang.NullPointerException. Is geArray() implemented for these classes?
History
Date User Action Args
2016-03-14 22:33:11threeninesetmessageid: <1457994791.42.0.812482105838.issue2485@psf.upfronthosting.co.za>
2016-03-14 22:33:11threeninesetrecipients: + threenine
2016-03-14 22:33:11threeninelinkissue2485 messages
2016-03-14 22:33:11threeninecreate