[tcljava-user] Tcl scripts inside EJB
Brought to you by:
mdejong
From: Vikram R. <Vi...@PL...> - 2001-01-29 03:15:05
|
hi, I am running Tcl scripts inside EJBs by passing a script to the Jacl Interpreter. The problem that I am facing is that am not able to instantiate any Java classes inside the script. A TclException is thrown if I try that. Currently I have to pass all required objects to the interpreter using the setVar() method before running the script. Is this a restriction of Jacl or am I doing something wrong? Thanks, Vikram Rajan |