Issue1160402

classification
Title: Jython Java class and Jedit Problem
Type: rfe Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: jeffkitchener
Priority: normal Keywords:

Created on 2005-03-10.05:33:16 by jeffkitchener, last changed 2005-03-10.05:33:16 by jeffkitchener.

Messages
msg3016 (view) Author: Jeff (jeffkitchener) Date: 2005-03-10.05:33:16
I am using PythonInterpreter from my Java code. I load 
up Jython scripts to perform ad hoc processors. The 
scripts call methods from the java object I have exposed.
This all works fine.

Iam also using JEdit to edit the scripts before loading 
them.

What I have tried to do is stub out the exposed java 
methods in a new class and put this in the class path 
for JEdit. What happens unfortunatly is JEdit thinks 
there is 1 more parameter then there is. I am using 
method overloading. If I use a dummy for the extra 
paramter it then works but gets an error back saying 
that it cant be coerced. Has anyone seen this before?
History
Date User Action Args
2005-03-10 05:33:16jeffkitchenercreate