Re: struts is giving error on weblogic81

2004-05-18 Thread Joe Germuska
At 3:28 PM +0530 5/18/04, Jignesh Patel wrote: Well, We solved the problem, there is a one file commonspool.jar which is missing. Once we added in war file it worked fine. But then we started getting another error as given below(ie. try block too large), which is because of big size of jsp page. Bu

Re: struts is giving error on weblogic81

2004-05-18 Thread Jignesh Patel
8.1? > > > -Original Message- > From: Joe Germuska [mailto:[EMAIL PROTECTED] > Sent: Monday, May 17, 2004 8:30 AM > To: Struts Users Mailing List > Subject: Re: struts is giving error on weblogic81 > > > Could this be related to Bug #26322, which indicates that Webl

RE: struts is giving error on weblogic81

2004-05-17 Thread Mick . Knutson
Subject: Re: struts is giving error on weblogic81 Could this be related to Bug #26322, which indicates that Weblogic 8.1 expects just about everything to be serializeable? http://issues.apache.org/bugzilla/show_bug.cgi?id=26322 It doesn't appear that BasicDataSource implements Serializ

Re: struts is giving error on weblogic81

2004-05-17 Thread Joe Germuska
Could this be related to Bug #26322, which indicates that Weblogic 8.1 expects just about everything to be serializeable? http://issues.apache.org/bugzilla/show_bug.cgi?id=26322 It doesn't appear that BasicDataSource implements Serializeable: http://cvs.apache.org/viewcvs/jakarta-commons/dbcp/src

RE: struts is giving error on weblogic81

2004-05-17 Thread Brian Lee
What exception do you see in the myserver.log or in the console out? Do you have the dbcp and oracle classes jar in your weblogic classpath? BAL From: Jignesh Patel <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: struts is giving error on weblogic81 Date: Mon, 17 May 2004 20:18:33 +0530 We are t