[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

[Resin-interest] JAX-WS handlers

2006-11-27 Thread Pablo Saavedra
Hi, I'm using Resin 3.1 snapshot, and I wanted to know if there's a way of using handlers with the JAX-WS web services. If so, where can I find the documentation for that? Thanks in advance. Pablo ___ resin-interest mailing list

Re: [Resin-interest] JAX-WS handlers

2006-11-27 Thread Pablo Saavedra
Ok, thanks a lot. 2006/11/27, Scott Ferguson [EMAIL PROTECTED]: On Nov 27, 2006, at 12:20 PM, Pablo Saavedra wrote: Hi, I'm using Resin 3.1 snapshot, and I wanted to know if there's a way of using handlers with the JAX-WS web services. If so, where can I find the documentation for that?

Re: [Resin-interest] Tag attributes which can't be converted from strings

2006-11-27 Thread Plat
Wow... that fixed my problem! But why (how does that work)? Voodoo monkeys? I'm familiar with how XML namespaces work, but not how Resin seems to apply the settings differently. I'm mainly curious whether this is suitable as a long-term solution, or just a short-term patch. I'd hate to have all

Re: [Resin-interest] resin speed

2006-11-27 Thread Akila Amarathunga
Hi Keith, Are you running Resin with apache ? cos I hooked up with apache and did some fine tuning in it... and now it seems serve up pages bit fast. Anyway I use open source version and i think there might be more features on professional one. Thanks, Akila On Mon, 2006-11-27 at 09:10 -0800,