Message8626

Author pradeepkumarhs
Recipients pjenvey, pradeepkumarhs, zyasoft
Date 2014-06-11.11:11:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402485119.16.0.21176941218.issue2098@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for your responses.

As a designer part this issue is with Java JVM tread management .It was working in Jython version 2.2.1 and it is not working in 2.2.5 version. I probably between these version subcall has been securitized. After the system call Thread name is changing so we need to constant that tread in the JVM after the Jython system call. To overcome this :We need to use :ThreadLocal to constant the tread name.

BR,
Pradeepkumar H S
+919740293894
History
Date User Action Args
2014-06-11 11:11:59pradeepkumarhssetmessageid: <1402485119.16.0.21176941218.issue2098@psf.upfronthosting.co.za>
2014-06-11 11:11:59pradeepkumarhssetrecipients: + pradeepkumarhs, pjenvey, zyasoft
2014-06-11 11:11:59pradeepkumarhslinkissue2098 messages
2014-06-11 11:11:58pradeepkumarhscreate