Re: [Resin-interest] Classpath problem

2007-09-10 Thread Daniel López
Janene McCrillis escribió: I have a problem with my classpath that has me baffled. I'm using the Apache commons libraries in a small servlet. I have the Apache commons jar files in both my web-app library directory and also in my resin library directory... Having the same library twice in the

Re: [Resin-interest] Resin and transactions (disable autocommit)

2007-09-10 Thread Sam
Date: Tue, Aug 28, 2007 at 12:52:23PM -0500 Subject: Re: [Resin-interest] Resin and transactions (disable autocommit) ... Long story short I'm trying to run Jasper report server on Resin instead of Tomcat. It seems to work OK except for when it comes to large objects at which point

Re: [Resin-interest] Classpath problem

2007-09-10 Thread Janene McCrillis
Hi Daniel. I do understand your point, but resin is not finding the library no matter where I have it, in one place or both. I don't really want to have it in my main resin library directory for the reason you mentioned, allowing different apps to have different versions, so I've removed it,

[Resin-interest] Resin 3.1.1 and Struts iterate tag problems

2007-09-10 Thread Ambar Hegde
Hi, I'm trying to move an existing application from Resin 2x to Resin 3.1.1, with JDK 1.5. The application uses Struts 1.1, however the problem persists with Struts 1.3.8 as well. Using the iterate tag from struts-logic.tld causes resin to throw the following error:

Re: [Resin-interest] Resin and transactions (disable autocommit)

2007-09-10 Thread Scott Ferguson
On Sep 10, 2007, at 8:43 AM, Sam wrote: Date: Tue, Aug 28, 2007 at 12:52:23PM -0500 Subject: Re: [Resin-interest] Resin and transactions (disable autocommit) ... Long story short I'm trying to run Jasper report server on Resin instead of Tomcat. It seems to work OK except for when

Re: [Resin-interest] code too large for try statement error!

2007-09-10 Thread Mike Wynholds
If you have a really big JSP file, and you get this problem, you can try breaking the JSP file up in to several smaller .jsp or .tag files, and creating a hierarchy of files. This will not only fix your problem, but if done correctly will result in a much better JSP page architecture. We really

Re: [Resin-interest] code too large for try statement error!

2007-09-10 Thread Ryan Vanderwerf
On Mon, 2007-09-10 at 09:40 -0700, Mike Wynholds wrote: If you have a really big JSP file, and you get this problem, you can try breaking the JSP file up in to several smaller .jsp or .tag files, and creating a hierarchy of files. Under Resin 3.1.2, after switching from JDK 1.5 to 1.6 (Linux)

Re: [Resin-interest] Resin and transactions (disable autocommit)

2007-09-10 Thread Sam
Long story short I'm trying to run Jasper report server on Resin instead of Tomcat. It seems to work OK except for when it comes to large objects at which point the PostgreSQL driver throws an exception that all LO operations must be performed inside a transaction... Tomcat

[Resin-interest] hessian flex (Stream Error)

2007-09-10 Thread Vic Cekvenich
I get Error #2044: Unhandled IOErrorEvent:. text=Error #2032: Stream Error. at hessian.client::HessianOperation/send() trying to duplicate the 2 flex hessian examples on the site. Here is working java client: public static void main(String args[]) { String url =

Re: [Resin-interest] Resin 3.1.1 and Struts iterate tag problems

2007-09-10 Thread Jason Wang
Resin 3.1.1 doesn't allow to nest jsp statement in a taglib, I don't know why, maybe just a bug, you can try 3.1.2 Jason On 9/10/07, Ambar Hegde [EMAIL PROTECTED] wrote: Hi, I'm trying to move an existing application from Resin 2x to Resin 3.1.1, with JDK 1.5. The application uses Struts

Re: [Resin-interest] Resin 3.1.1 and Struts iterate tag problems

2007-09-10 Thread Jason Wang
3.1.2 is ok, I tested iterate page in struts example project both on 3.1.1and 3.1.2 the exception occurs on 3.1.1 but does not occur on 3.1.2 On 9/11/07, Jason Wang [EMAIL PROTECTED] wrote: Resin 3.1.1 doesn't allow to nest jsp statement in a taglib, I don't know why, maybe just a bug, you