[Resin-interest] resin with jdk1.6.0

2006-11-27 Thread George Moschovitis
Dear devs, I am trying to use resin with jdk1.6.0. I have the following code in my servlet init method: ... import javax.script.*; ... public void init() throws ServletException { // create a ScriptEngineManager ScriptEngineManager m = new ScriptEngineManager(); // get an instance

Re: [Resin-interest] resin with jdk1.6.0

2006-11-27 Thread Scott Ferguson
On Nov 27, 2006, at 4:26 AM, George Moschovitis wrote: Dear devs, I am trying to use resin with jdk1.6.0. I have the following code in my servlet init method: I've added it as a bug report. It's possible there's some issue with the Quercus implementation of the javax.script API. --

Re: [Resin-interest] resin with jdk1.6.0

2006-11-27 Thread George Moschovitis
On 11/27/06, Scott Ferguson [EMAIL PROTECTED] wrote: On Nov 27, 2006, at 4:26 AM, George Moschovitis wrote: Dear devs, I am trying to use resin with jdk1.6.0. I have the following code in my servlet init method: I've added it as a bug report. It's possible there's some issue with