Message6741

Author neelemab
Recipients neelemab
Date 2011-12-13.03:20:35
SpamBayes Score 5.1762633e-10
Marked as misclassified No
Message-id <1323746436.52.0.417348525774.issue1826@psf.upfronthosting.co.za>
In-reply-to
Content
I created a script as "svc_params['SH_CAMPAIGN_ID'] = 'CAMPAIGN_ID'"

I compiled and executed the script in java using jython compiler and interpreter.

I am trying to extract script variables in java object using PyDictionary. PyDictionary constructor does not allow assigning the reference to the internal variable Map. So i am not able to get the scripts variable values in PyDictionay(Java).Is there any way where i can get those variables to Java. The same code works for 2.2.1 but not for 2.5.2. Please find my samples files attached. Please let me know if you need more details.

Thanks in advance.
History
Date User Action Args
2011-12-13 03:20:36neelemabsetrecipients: + neelemab
2011-12-13 03:20:36neelemabsetmessageid: <1323746436.52.0.417348525774.issue1826@psf.upfronthosting.co.za>
2011-12-13 03:20:36neelemablinkissue1826 messages
2011-12-13 03:20:35neelemabcreate