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

2007-09-10 Thread Mike Wynholds
application server Subject: Re: [Resin-interest] code too large for try statement error! To solve your problem, make sure that your JSP compiled/generated Java files do not have try blocks and Java methods too large, for (rough) example, exceeding 10,000 lines. It's just the limitation of try blocks

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] code too large for try statement error!

2007-09-09 Thread Gary Zhu
. From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] [EMAIL PROTECTED] Sent: Saturday, September 08, 2007 9:43 AM To: resin-interest@caucho.com Subject: [Resin-interest] code too large for try statement error! What should I do to fix the jsp page